fix(unbound): change wanIP
All checks were successful
Discord / discord commits (push) Has been skipped
All checks were successful
Discord / discord commits (push) Has been skipped
This commit is contained in:
parent
cba58c5b47
commit
5a64595fc4
1 changed files with 3 additions and 2 deletions
|
@ -28,6 +28,7 @@ in {
|
||||||
"nelim.org redirect"
|
"nelim.org redirect"
|
||||||
];
|
];
|
||||||
local-data = let
|
local-data = let
|
||||||
|
wanIP = "166.62.179.208";
|
||||||
caddyIp =
|
caddyIp =
|
||||||
if hostName == "thingone"
|
if hostName == "thingone"
|
||||||
then "100.64.0.8"
|
then "100.64.0.8"
|
||||||
|
@ -35,9 +36,9 @@ in {
|
||||||
in [
|
in [
|
||||||
"\"pve.nelim.org IN A 100.64.0.4\""
|
"\"pve.nelim.org IN A 100.64.0.4\""
|
||||||
|
|
||||||
"\"headscale.nelim.org. IN A 24.200.126.219\""
|
"\"headscale.nelim.org. IN A ${wanIP}\""
|
||||||
|
|
||||||
"\"git.nelim.org. IN A 24.200.126.219\""
|
"\"git.nelim.org. IN A ${wanIP}\""
|
||||||
|
|
||||||
"\"mc.nelim.org IN A 100.64.0.7\""
|
"\"mc.nelim.org IN A 100.64.0.7\""
|
||||||
"\"_minecraft._tcp.mc.nelim.org. 180 IN SRV 0 0 25569 mc.nelim.org.\""
|
"\"_minecraft._tcp.mc.nelim.org. 180 IN SRV 0 0 25569 mc.nelim.org.\""
|
||||||
|
|
Loading…
Reference in a new issue