Skip to content

Commit

Permalink
Update tuxprotect
Browse files Browse the repository at this point in the history
  • Loading branch information
aronunger-ctb authored Dec 27, 2024
1 parent 235dfe8 commit 6c917fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tuxprotect
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ block_internet() {
iptables -F
iptables -X

iptables -A INPUT -i lo -j ACCEPT
iptables -P INPUT DROP
iptables -A INPUT -s 100.77.0.190 -j ACCEPT
iptables -A OUTPUT -d 100.77.0.190 -j ACCEPT
# VPN server
Expand Down

0 comments on commit 6c917fa

Please sign in to comment.