6 lines
249 B
Bash
Executable File
6 lines
249 B
Bash
Executable File
# INTERFACE is either tun0 for openvpn or nordlynx for the obvious
|
|
|
|
docker kill dante
|
|
docker rm dante
|
|
docker run --privileged -d --name dante --restart unless-stopped -e INTERFACE='tun0' -v /etc/localtime:/etc/localtime:ro --net=container:vpn dante
|