Add Uninstall iptables description to how_to_migrating_from_iptables_to_nftables_in_debian10.md

This commit is contained in:
Samson-W 2019-07-19 02:27:13 +08:00
parent 007c10ed90
commit 2d3d7f0e4f

View File

@ -261,6 +261,11 @@ table ip mangle {
}
```
## Uninstall iptables
```
$ sudo apt purge --autoremove iptables
```
## Reference
[https://wiki.debian.org/nftables](https://wiki.debian.org/nftables)
[https://wiki.nftables.org/wiki-nftables/index.php/Moving_from_iptables_to_nftables](https://wiki.nftables.org/wiki-nftables/index.php/Moving_from_iptables_to_nftables)