add 10.0.0.0 rules to ufw

This commit is contained in:
Mark 2022-03-28 15:41:14 +01:00
parent a1ea1e33ca
commit b4f29bff98
1 changed files with 2 additions and 0 deletions

View File

@ -31,9 +31,11 @@ ufw allow from 192.168.156.0/24 proto udp to any port 5060
ufw allow from 217.10.64.0/20 proto udp to any port 5060
ufw allow from 217.116.112.0/20 proto udp to any port 5060
ufw allow from 212.9.32.0/19 proto udp to any port 5060
ufw allow from 10.0.0.0/24 proto udp to any port 5060
ufw allow from 192.168.1.0/24 proto udp to any port 24000:26000
ufw allow from 192.168.156.0/24 proto udp to any port 24000:26000
ufw allow from 10.0.0.0/24 proto udp to any port 24000:26000
```
Enable ufw.
```