Allow LND watchtower through firewall

This commit is contained in:
Taylor Helsper 2022-03-06 22:06:04 -06:00
parent e77fb024e6
commit 3bf1cef086

View File

@ -19,6 +19,7 @@ ufw allow 1900 comment 'allow SSDP for UPnP discovery'
ufw allow from 10.0.0.0/8 port 1900 to any comment 'allow UPnP from router'
ufw allow from 192.168.0.0/16 port 1900 to any comment 'allow UPnP from router'
ufw allow from 172.16.0.0/12 port 1900 to any comment 'allow UPnP from router'
ufw allow 9911 comment 'allow Lightning Watchtower'
ufw allow 10009 comment 'allow Lightning gRPC'
ufw allow 10080 comment 'allow Lightning REST RPC'
ufw allow 9735 comment 'allow Lightning'