Compare commits

..

No commits in common. "769fbd1d4eccc15c83865e886fb4095a7e849d0c" and "b2afd707caad0fc4ac0efa8004c8da3addd5f53b" have entirely different histories.

2 changed files with 18 additions and 19 deletions

View file

@ -1,19 +1,19 @@
{ {
"bind": { "bind": {
"TYPE": "BIND" "TYPE": "BIND"
}, },
"cloudflare": { "cloudflare": {
"TYPE": "CLOUDFLAREAPI", "TYPE": "CLOUDFLAREAPI",
"accountid": "$CLOUDFLARE_ACCOUNT_ID", "accountid": "$CLOUDFLARE_ACCOUNT_ID",
"apitoken": "$CLOUDFLARE_API_TOKEN" "apitoken": "$CLOUDFLARE_API_TOKEN"
}, },
"desec": { "desec": {
"TYPE": "DESEC", "TYPE": "DESEC",
"auth-token": "$DESEC_AUTH_TOKEN" "auth-token": "$DESEC_AUTH_TOKEN"
}, },
"namecheap": { "namecheap": {
"TYPE": "NAMECHEAP", "TYPE": "NAMECHEAP",
"apikey": "$NAMECHEAP_API_KEY", "apikey": "$NAMECHEAP_API_KEY",
"apiuser": "$NAMECHEAP_API_USER" "apiuser": "$NAMECHEAP_API_USER"
} }
} }

View file

@ -45,8 +45,7 @@ D("ketanvijayvargiya.com", REG_NONE, DnsProvider(DSP_CLOUDFLARE),
// Stuff on HostHatch machine. // Stuff on HostHatch machine.
A("box", "170.205.38.172"), A("box", "170.205.38.172"),
AAAA("box", "2a04:bdc7:100:565d::1"), AAAA("box", "2a04:bdc7:100:565d::1"),
CNAME("headscale", "box.ketanvijayvargiya.com."), CNAME("headscale", "box.ketanvijayvargiya.com.")
CNAME("matrix", "box.ketanvijayvargiya.com.")
) )
D("iamsneha.com", REG_NONE, DnsProvider(DSP_CLOUDFLARE), D("iamsneha.com", REG_NONE, DnsProvider(DSP_CLOUDFLARE),