fix(unbound): make pve url work
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
a6c5dcea7c
commit
7963706517
1 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@
|
||||||
|
|
||||||
# Custom DNS
|
# Custom DNS
|
||||||
local-zone = [
|
local-zone = [
|
||||||
"pve.lan redirect"
|
"pve.nelim.org redirect"
|
||||||
"headscale.nelim.org redirect"
|
"headscale.nelim.org redirect"
|
||||||
"git.nelim.org redirect"
|
"git.nelim.org redirect"
|
||||||
"mc.nelim.org transparent"
|
"mc.nelim.org transparent"
|
||||||
|
@ -26,7 +26,7 @@
|
||||||
"nelim.org redirect"
|
"nelim.org redirect"
|
||||||
];
|
];
|
||||||
local-data = [
|
local-data = [
|
||||||
"\"pve.lan IN A 100.64.0.2\""
|
"\"pve.nelim.org IN A 100.64.0.4\""
|
||||||
|
|
||||||
"\"headscale.nelim.org. IN A 24.200.126.219\""
|
"\"headscale.nelim.org. IN A 24.200.126.219\""
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue