first version
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
services:
|
||||
gluetun:
|
||||
image: qmcgaw/gluetun
|
||||
cap_add:
|
||||
- NET_ADMIN
|
||||
devices:
|
||||
- /dev/net/tun:/dev/net/tun
|
||||
environment:
|
||||
- VPN_SERVICE_PROVIDER=nordvpn
|
||||
- VPN_TYPE=openvpn # or wireguard
|
||||
- OPENVPN_USER=nivoQbkH8gy2s5sWK7hP79jf
|
||||
- OPENVPN_PASSWORD=MgMaPzfrFRpv4WxMQQRuxjfF
|
||||
# - SERVER_COUNTRIES=Netherlands
|
||||
- SERVER_HOSTNAMES=fr903.nordvpn.com;fr710.nordvpn.com;fr879.nordvpn.com;fr769.nordvpn.com;fr661.nordvpn.com
|
||||
Reference in New Issue
Block a user