9 lines
195 B
Bash
9 lines
195 B
Bash
# container
|
|
CONTAINER_NAME=wg_docker_container
|
|
IPV4_ADDRESS=172.20.0.10
|
|
WG_PORT=58120
|
|
WG0_CONF="/etc/wireguard/mullvad/mullvad-au1.conf"
|
|
|
|
# ssh
|
|
SSH_PUBKEY="$HOME/.ssh/id_rsa.pub"
|
|
SOCKS_PORT=9999
|