Browse Source

Update 'README.md'

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

5
README.md

@ -30,4 +30,7 @@ ufw delete 2
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 reset
```
```
## List ports Linux is listening on
`sudo lsof -nP -iTCP -sTCP:LISTEN`
Loading…
Cancel
Save