mirror of
https://github.com/pi-hole/pi-hole.git
synced 2025-02-04 18:48:53 +00:00
correct ip6tables typos
parent
34505fdc58
commit
c9e41bd388
1 changed files with 2 additions and 2 deletions
|
@ -79,9 +79,9 @@ ip6tables -A INPUT -p tcp --destination-port 1194 -j ACCEPT
|
||||||
ip6tables -A INPUT -p udp --destination-port 1194 -j ACCEPT
|
ip6tables -A INPUT -p udp --destination-port 1194 -j ACCEPT
|
||||||
ip6tables -I INPUT -m state --state RELATED,ESTABLISHED -j ACCEPT
|
ip6tables -I INPUT -m state --state RELATED,ESTABLISHED -j ACCEPT
|
||||||
ip6tables -I INPUT -i lo -j ACCEPT
|
ip6tables -I INPUT -i lo -j ACCEPT
|
||||||
ip6tables -A INPUT -p udp --dport 80 -j REJECT --reject-with icmp-port-unreachable
|
ip6tables -A INPUT -p udp --dport 80 -j REJECT --reject-with icmp6-port-unreachable
|
||||||
ip6tables -A INPUT -p tcp --dport 443 -j REJECT --reject-with tcp-reset
|
ip6tables -A INPUT -p tcp --dport 443 -j REJECT --reject-with tcp-reset
|
||||||
ip6tables -A INPUT -p udp --dport 443 -j REJECT --reject-with icmp-port-unreachable
|
ip6tables -A INPUT -p udp --dport 443 -j REJECT --reject-with icmp6-port-unreachable
|
||||||
ip6tables -P INPUT DROP
|
ip6tables -P INPUT DROP
|
||||||
```
|
```
|
||||||
View the rules you just created
|
View the rules you just created
|
||||||
|
|
Loading…
Add table
Reference in a new issue