Skip to content

Commit c40eb23

Browse files
Update DNS application for private network to use new domain format
1 parent edd7e21 commit c40eb23

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/dappnode_install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1244,7 +1244,7 @@ main() {
12441244
12451245
if $private_exists; then
12461246
if private_iface=$(get_bridge_with_retry "dnprivate_network"); then
1247-
apply_dns "$private_iface" "10.20.0.2" "~private.dappnode"
1247+
apply_dns "$private_iface" "10.20.0.2" "~dappnode.private"
12481248
fi
12491249
fi
12501250

0 commit comments

Comments
 (0)