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 electrum-server.md #5

Closed ostermayer closed 2 years ago

ostermayer commented 2 years ago

corrected the UFW command

twofaktor commented 2 years ago

What is the reason for this change?

ostermayer commented 2 years ago

sudo ufw allow from 192.168.0.0/16 to any port 50002/tcp comment 'allow Electrum SSL from local network' returns an error ERROR: Bad port '50002/tcp'

sudo ufw allow 50002/tcp comment 'allow Electrum SSL' works as a correct command.

twofaktor commented 2 years ago

Fixed!