mirror of
https://github.com/amnezia-vpn/DefaultVPN.git
synced 2026-06-09 11:53:33 +03:00
4 lines
118 B
Bash
4 lines
118 B
Bash
sysctl -w net.ipv4.ip_forward=1
|
|
iptables -P FORWARD ACCEPT
|
|
iptables -A INPUT -p icmp --icmp-type echo-request -j DROP
|