Browse Source

Update 'README.md'

master
Joshua Pickard 4 years ago
parent
commit
93f90c660e
  1. 3
      README.md

3
README.md

@ -31,3 +31,6 @@ ufw allow from 192.168.1.10 to any port 22 proto tcp
ufw allow in on tailscal0 to interfaceip port 22 from otherdeviceip ufw allow in on tailscal0 to interfaceip port 22 from otherdeviceip
ufw reset ufw reset
``` ```
## List ports Linux is listening on
`sudo lsof -nP -iTCP -sTCP:LISTEN`
Loading…
Cancel
Save