mirror of
https://github.com/amnezia-vpn/amnezia-client.git
synced 2026-06-23 02:00:20 +07:00
d831d68e73
- remote for OpenVPN is set to real ip address - remote ip will be added as alias in docker container - ss-local graceful shutdown - crash fixes
4 lines
133 B
Bash
4 lines
133 B
Bash
sudo sysctl -w net.ipv4.ip_forward=1
|
|
sudo iptables -P FORWARD ACCEPT
|
|
sudo iptables -A INPUT -p icmp --icmp-type echo-request -j DROP
|