Don't resolve ipv6
Something about this setup doesn't like it, so I'll disable v6 for now
This commit is contained in:
parent
4f6f4143ce
commit
06784563a7
1 changed files with 4 additions and 1 deletions
|
@ -2,6 +2,10 @@
|
||||||
errors
|
errors
|
||||||
cancel
|
cancel
|
||||||
|
|
||||||
|
view nov6 {
|
||||||
|
expr type() != 'AAAA'
|
||||||
|
}
|
||||||
|
|
||||||
forward . tls://9.9.9.9 tls://149.112.112.112 tls://2620:fe::fe tls://2620:fe::9 {
|
forward . tls://9.9.9.9 tls://149.112.112.112 tls://2620:fe::fe tls://2620:fe::9 {
|
||||||
tls_servername dns.quad9.net
|
tls_servername dns.quad9.net
|
||||||
health_check 15s
|
health_check 15s
|
||||||
|
@ -17,7 +21,6 @@
|
||||||
rewrite cname exact pve.sys.theorangeone.net. pve.sys.theorangeone.net.
|
rewrite cname exact pve.sys.theorangeone.net. pve.sys.theorangeone.net.
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
theorangeone.net:53053 {
|
theorangeone.net:53053 {
|
||||||
import alias
|
import alias
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue