We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9f8810 commit c45cc37Copy full SHA for c45cc37
run.sh
@@ -1,5 +1,8 @@
1
#!/bin/bash
2
3
+# Remove stupid charon.pid to avoid weird issue where docker refuses to start
4
+rm -f /var/run/charon.pid
5
+
6
sysctl -w net.ipv4.conf.all.rp_filter=2
7
8
iptables --table nat --append POSTROUTING --jump MASQUERADE
0 commit comments