coredns: forward .i2p zone to i2pdns bridge

This commit is contained in:
2026-03-09 18:02:35 -04:00
parent 13731b16f8
commit 350f6d3b5d
+3 -2
View File
@@ -56,14 +56,15 @@ onion.:53 {
forward . 10.5.0.7:9053
}
## i2p domain resolution via the built-in i2pd DNS server
## i2p domain resolution via local i2pdns bridge service
i2p.:53 {
acl {
allow net 100.0.0.0/8 127.0.0.0/8 10.0.0.0/8 172.16.0.0/12 192.168.0.0/16 ::1/128 fc00::/7 200::/7
block
}
cache 300
forward . 10.5.0.2:53
# i2pd currently has no DNS listener; use local i2pdns bridge service.
forward . 10.5.0.16:53
}
## Ethereum Name Service (ENS) via local ENS DNS microservice