From 4450eef3224916f0890a305f833cec8fe1f5deb8 Mon Sep 17 00:00:00 2001 From: rootzoll Date: Tue, 16 Oct 2018 13:10:32 +0200 Subject: [PATCH] Use auto nat discover starting in lnd 0.5-beta #129 --- home.admin/90finishSetup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home.admin/90finishSetup.sh b/home.admin/90finishSetup.sh index 8731917..67724b4 100755 --- a/home.admin/90finishSetup.sh +++ b/home.admin/90finishSetup.sh @@ -64,7 +64,7 @@ echo "allow: trasmission" sudo ufw allow 51413 comment 'transmission' echo "allow: local web admin" sudo ufw allow from 192.168.0.0/24 to any port 80 comment 'allow local LAN web' -echo "open firewall for auto nat discover" +echo "open firewall for auto nat discover (see issue #129)" sudo ufw allow proto udp from 192.168.0.0/24 port 1900 to any comment 'allow local LAN SSDP for UPnP discovery' echo "enable lazy firewall" sudo ufw --force enable