remove openvpn server

This commit is contained in:
2026-02-13 18:17:36 +01:00
parent a2a481247a
commit e71907a1a1
6 changed files with 21 additions and 95 deletions

21
compose.gluetun.yaml Normal file
View File

@@ -0,0 +1,21 @@
services:
gluetun:
image: qmcgaw/gluetun:v3.41.1
container_name: gluetun
cap_add:
- NET_ADMIN
environment:
- VPN_SERVICE_PROVIDER=surfshark
- VPN_TYPE=openvpn
- OPENVPN_USER=${SURFSHARK_USER:?}
- OPENVPN_PASSWORD=${SURFSHARK_PASSWORD:?}
- REGION=Europe
- SERVER_COUNTRIES=Netherlands
- LOCAL_NETWORK=192.168.2.0/24
- TRANSMISSION_RPC_PORT=9091
ports:
- 1080:1080
- 9091:9091
- 9092:9092
- 6881:6881
- 6881:6881/udp