diff --git a/Corefile b/Corefile index d570550..a4a733d 100644 --- a/Corefile +++ b/Corefile @@ -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