mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
iptables: fix README for saving rules
This commit is contained in:
parent
dc0bbc4ab0
commit
bbcd9a7488
@ -5,8 +5,8 @@ To create your own set of Netfilters you can save your rules in:
|
||||
|
||||
To modify tables, edit with nano then save with:
|
||||
|
||||
iptables-save /storage/.config/iptables/rules.v4
|
||||
ip6tables-save /storage/.config/iptables/rules.v6
|
||||
iptables-save >/storage/.config/iptables/rules.v4
|
||||
ip6tables-save >/storage/.config/iptables/rules.v6
|
||||
|
||||
To disable iptables use the following command:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user