diff --git a/dagger/conf.nim b/dagger/conf.nim index e1f3d561..e88dcc1e 100644 --- a/dagger/conf.nim +++ b/dagger/conf.nim @@ -97,8 +97,8 @@ type # behind a NAT listenIp* {. desc: "The public IP" - defaultValue: ValidIpAddress.init("0.0.0.0") - defaultValueDesc: "0.0.0.0" + defaultValue: ValidIpAddress.init(IPv4_loopback()) + defaultValueDesc: "127.0.0.1" abbr: "i" name: "listen-ip" }: ValidIpAddress diff --git a/vendor/nim-libp2p-dht b/vendor/nim-libp2p-dht index 9a872518..1d96f28c 160000 --- a/vendor/nim-libp2p-dht +++ b/vendor/nim-libp2p-dht @@ -1 +1 @@ -Subproject commit 9a872518d621bf8b390f88cd65617bca6aca1d2d +Subproject commit 1d96f28c743fdb6922a4ec5f9c6fdd53f4f9df38