minibolt-guide / minibolt

A step-by-step guide to building a Bitcoin & Lightning node, and other stuff on a personal computer
https://minibolt.info
MIT License
74 stars 37 forks source link

Update homer.md #9

Closed ostermayer closed 2 years ago

ostermayer commented 2 years ago

sudo ufw allow from 192.168.0.0/16 to any port 4091/tcp comment 'allow Homer SSL' throws error ERROR: Bad port '4091/tcp'

correct command sudo ufw allow 4091/tcp comment 'allow Homer SSL'

twofaktor commented 2 years ago

Fixed!