Ikev2 support
This commit is contained in:
parent
a5bcf1a02d
commit
fa151cd320
27 changed files with 626 additions and 90 deletions
7
client/server_scripts/ipsec/run_container.sh
Normal file
7
client/server_scripts/ipsec/run_container.sh
Normal file
|
@ -0,0 +1,7 @@
|
|||
sudo docker run \
|
||||
--restart=always \
|
||||
-p 500:500/udp \
|
||||
-p 4500:4500/udp \
|
||||
-d --privileged \
|
||||
--name $CONTAINER_NAME $CONTAINER_NAME
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue