Created
October 23, 2023 18:02
-
-
Save ShayBox/c59e28a8c8cca5f4c3c3f6281ba0cca7 to your computer and use it in GitHub Desktop.
Windscribe + Gluetun + Wireguard
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
version: "3" | |
services: | |
windscribe-mountain: | |
image: qmcgaw/gluetun | |
container_name: windscribe-mountain | |
# line above must be uncommented to allow external containers to connect. | |
# See https://github.com/qdm12/gluetun-wiki/blob/main/setup/connect-a-container-to-gluetun.md#external-container-to-gluetun | |
cap_add: | |
- NET_ADMIN | |
devices: | |
- /dev/net/tun:/dev/net/tun | |
ports: | |
- 8900:8888/tcp # HTTP proxy | |
- 8400:8388/tcp # Shadowsocks | |
- 8400:8388/udp # Shadowsocks | |
volumes: | |
- ./windscribe:/gluetun | |
environment: | |
# See https://github.com/qdm12/gluetun-wiki/tree/main/setup#setup | |
- HTTPPROXY=on | |
- VPN_SERVICE_PROVIDER=windscribe | |
- VPN_TYPE=wireguard | |
- SERVER_HOSTNAMES=us-central-015.whiskergalaxy.com,us-central-016.whiskergalaxy.com,us-central-020.whiskergalaxy.com,us-central-034.whiskergalaxy.com,us-central-049.whiskergalaxy.com,us-central-050.whiskergalaxy.com,us-central-054.whiskergalaxy.com,us-central-070.whiskergalaxy.com,us-central-075.whiskergalaxy.com,us-central-077.whiskergalaxy.com,us-central-087.whiskergalaxy.com,us-central-088.whiskergalaxy.com,us-central-089.whiskergalaxy.com | |
# Wireguard: | |
- WIREGUARD_PRIVATE_KEY=REDACTED | |
- WIREGUARD_PRESHARED_KEY=REDACTED | |
- WIREGUARD_ADDRESSES=REDACTED | |
# Timezone for accurate log times | |
- TZ=America/New_York | |
# Server list updater | |
# See https://github.com/qdm12/gluetun-wiki/blob/main/setup/servers.md#update-the-vpn-servers-list | |
- UPDATER_PERIOD=24h | |
- BLOCK_MALICIOUS=off | |
- BLOCK_SURVEILLANCE=off | |
- BLOCK_ADS=off | |
- DOT=off | |
windscribe-piedmont: | |
image: qmcgaw/gluetun | |
container_name: windscribe-piedmont | |
# line above must be uncommented to allow external containers to connect. | |
# See https://github.com/qdm12/gluetun-wiki/blob/main/setup/connect-a-container-to-gluetun.md#external-container-to-gluetun | |
cap_add: | |
- NET_ADMIN | |
devices: | |
- /dev/net/tun:/dev/net/tun | |
ports: | |
- 8901:8888/tcp # HTTP proxy | |
- 8401:8388/tcp # Shadowsocks | |
- 8401:8388/udp # Shadowsocks | |
volumes: | |
- ./windscribe:/gluetun | |
environment: | |
# See https://github.com/qdm12/gluetun-wiki/tree/main/setup#setup | |
- HTTPPROXY=on | |
- VPN_SERVICE_PROVIDER=windscribe | |
- VPN_TYPE=wireguard | |
- SERVER_HOSTNAMES=us-central-046.whiskergalaxy.com,us-central-056.whiskergalaxy.com | |
# Wireguard: | |
- WIREGUARD_PRIVATE_KEY=REDACTED | |
- WIREGUARD_PRESHARED_KEY=REDACTED | |
- WIREGUARD_ADDRESSES=REDACTED | |
# Timezone for accurate log times | |
- TZ=America/New_York | |
# Server list updater | |
# See https://github.com/qdm12/gluetun-wiki/blob/main/setup/servers.md#update-the-vpn-servers-list | |
- UPDATER_PERIOD=24h | |
- BLOCK_MALICIOUS=off | |
- BLOCK_SURVEILLANCE=off | |
- BLOCK_ADS=off | |
- DOT=off | |
windscribe-oregontrail: | |
image: qmcgaw/gluetun | |
container_name: windscribe-oregontrail | |
# line above must be uncommented to allow external containers to connect. | |
# See https://github.com/qdm12/gluetun-wiki/blob/main/setup/connect-a-container-to-gluetun.md#external-container-to-gluetun | |
cap_add: | |
- NET_ADMIN | |
devices: | |
- /dev/net/tun:/dev/net/tun | |
ports: | |
- 8902:8888/tcp # HTTP proxy | |
- 8402:8388/tcp # Shadowsocks | |
- 8402:8388/udp # Shadowsocks | |
volumes: | |
- ./windscribe:/gluetun | |
environment: | |
# See https://github.com/qdm12/gluetun-wiki/tree/main/setup#setup | |
- HTTPPROXY=on | |
- VPN_SERVICE_PROVIDER=windscribe | |
- VPN_TYPE=wireguard | |
- SERVER_HOSTNAMES=us-west-038.whiskergalaxy.com,us-west-072.whiskergalaxy.com | |
# Wireguard: | |
- WIREGUARD_PRIVATE_KEY=REDACTED | |
- WIREGUARD_PRESHARED_KEY=REDACTED | |
- WIREGUARD_ADDRESSES=REDACTED | |
# Timezone for accurate log times | |
- TZ=America/New_York | |
# Server list updater | |
# See https://github.com/qdm12/gluetun-wiki/blob/main/setup/servers.md#update-the-vpn-servers-list | |
- UPDATER_PERIOD=24h | |
- BLOCK_MALICIOUS=off | |
- BLOCK_SURVEILLANCE=off | |
- BLOCK_ADS=off | |
- DOT=off | |
# windscribe-harvard: | |
# image: qmcgaw/gluetun | |
# container_name: windscribe-harvard | |
# # line above must be uncommented to allow external containers to connect. | |
# # See https://github.com/qdm12/gluetun-wiki/blob/main/setup/connect-a-container-to-gluetun.md#external-container-to-gluetun | |
# cap_add: | |
# - NET_ADMIN | |
# devices: | |
# - /dev/net/tun:/dev/net/tun | |
# ports: | |
# - 8903:8888/tcp # HTTP proxy | |
# - 8403:8388/tcp # Shadowsocks | |
# - 8403:8388/udp # Shadowsocks | |
# volumes: | |
# - ./windscribe:/gluetun | |
# environment: | |
# # See https://github.com/qdm12/gluetun-wiki/tree/main/setup#setup | |
# - HTTPPROXY=on | |
# - VPN_SERVICE_PROVIDER=windscribe | |
# - VPN_TYPE=wireguard | |
# - SERVER_HOSTNAMES=UNKNOWN | |
# # Wireguard: | |
# - WIREGUARD_PUBLIC_KEY=kggnERjnDsc9j4BQR+vA4IHsCtJqO1pZtFiXcKESWzw= | |
# - WIREGUARD_PRIVATE_KEY=REDACTED | |
# - WIREGUARD_PRESHARED_KEY=REDACTED | |
# - WIREGUARD_ADDRESSES=REDACTED | |
# # Timezone for accurate log times | |
# - TZ=America/New_York | |
# # Server list updater | |
# # See https://github.com/qdm12/gluetun-wiki/blob/main/setup/servers.md#update-the-vpn-servers-list | |
# - UPDATER_PERIOD=24h | |
# - BLOCK_MALICIOUS=off | |
# - BLOCK_SURVEILLANCE=off | |
# - BLOCK_ADS=off | |
# - DOT=off | |
windscribe-mit: | |
image: qmcgaw/gluetun | |
container_name: windscribe-mit | |
# line above must be uncommented to allow external containers to connect. | |
# See https://github.com/qdm12/gluetun-wiki/blob/main/setup/connect-a-container-to-gluetun.md#external-container-to-gluetun | |
cap_add: | |
- NET_ADMIN | |
devices: | |
- /dev/net/tun:/dev/net/tun | |
ports: | |
- 8904:8888/tcp # HTTP proxy | |
- 8404:8388/tcp # Shadowsocks | |
- 8404:8388/udp # Shadowsocks | |
volumes: | |
- ./windscribe:/gluetun | |
environment: | |
# See https://github.com/qdm12/gluetun-wiki/tree/main/setup#setup | |
- HTTPPROXY=on | |
- VPN_SERVICE_PROVIDER=windscribe | |
- VPN_TYPE=wireguard | |
- SERVER_HOSTNAMES=us-east-039.whiskergalaxy.com,us-east-051.whiskergalaxy.com | |
# Wireguard: | |
- WIREGUARD_PRIVATE_KEY=REDACTED | |
- WIREGUARD_PRESHARED_KEY=REDACTED | |
- WIREGUARD_ADDRESSES=REDACTED | |
# Timezone for accurate log times | |
- TZ=America/New_York | |
# Server list updater | |
# See https://github.com/qdm12/gluetun-wiki/blob/main/setup/servers.md#update-the-vpn-servers-list | |
- UPDATER_PERIOD=24h | |
- BLOCK_MALICIOUS=off | |
- BLOCK_SURVEILLANCE=off | |
- BLOCK_ADS=off | |
- DOT=off | |
windscribe-bill: | |
image: qmcgaw/gluetun | |
container_name: windscribe-bill | |
# line above must be uncommented to allow external containers to connect. | |
# See https://github.com/qdm12/gluetun-wiki/blob/main/setup/connect-a-container-to-gluetun.md#external-container-to-gluetun | |
cap_add: | |
- NET_ADMIN | |
devices: | |
- /dev/net/tun:/dev/net/tun | |
ports: | |
- 8905:8888/tcp # HTTP proxy | |
- 8405:8388/tcp # Shadowsocks | |
- 8405:8388/udp # Shadowsocks | |
volumes: | |
- ./windscribe:/gluetun | |
environment: | |
# See https://github.com/qdm12/gluetun-wiki/tree/main/setup#setup | |
- HTTPPROXY=on | |
- VPN_SERVICE_PROVIDER=windscribe | |
- VPN_TYPE=wireguard | |
- SERVER_HOSTNAMES=us-east-045.whiskergalaxy.com,us-east-065.whiskergalaxy.com | |
# Wireguard: | |
- WIREGUARD_PRIVATE_KEY=REDACTED | |
- WIREGUARD_PRESHARED_KEY=REDACTED | |
- WIREGUARD_ADDRESSES=REDACTED | |
# Timezone for accurate log times | |
- TZ=America/New_York | |
# Server list updater | |
# See https://github.com/qdm12/gluetun-wiki/blob/main/setup/servers.md#update-the-vpn-servers-list | |
- UPDATER_PERIOD=24h | |
- BLOCK_MALICIOUS=off | |
- BLOCK_SURVEILLANCE=off | |
- BLOCK_ADS=off | |
- DOT=off | |
windscribe-earnhardt: | |
image: qmcgaw/gluetun | |
container_name: windscribe-earnhardt | |
# line above must be uncommented to allow external containers to connect. | |
# See https://github.com/qdm12/gluetun-wiki/blob/main/setup/connect-a-container-to-gluetun.md#external-container-to-gluetun | |
cap_add: | |
- NET_ADMIN | |
devices: | |
- /dev/net/tun:/dev/net/tun | |
ports: | |
- 8906:8888/tcp # HTTP proxy | |
- 8406:8388/tcp # Shadowsocks | |
- 8406:8388/udp # Shadowsocks | |
volumes: | |
- ./windscribe:/gluetun | |
environment: | |
# See https://github.com/qdm12/gluetun-wiki/tree/main/setup#setup | |
- HTTPPROXY=on | |
- VPN_SERVICE_PROVIDER=windscribe | |
- VPN_TYPE=wireguard | |
- SERVER_HOSTNAMES=us-east-040.whiskergalaxy.com,us-east-100.whiskergalaxy.com | |
# Wireguard: | |
- WIREGUARD_PRIVATE_KEY=REDACTED | |
- WIREGUARD_PRESHARED_KEY=REDACTED | |
- WIREGUARD_ADDRESSES=REDACTED | |
# Timezone for accurate log times | |
- TZ=America/New_York | |
# Server list updater | |
# See https://github.com/qdm12/gluetun-wiki/blob/main/setup/servers.md#update-the-vpn-servers-list | |
- UPDATER_PERIOD=24h | |
- BLOCK_MALICIOUS=off | |
- BLOCK_SURVEILLANCE=off | |
- BLOCK_ADS=off | |
- DOT=off | |
windscribe-cub: | |
image: qmcgaw/gluetun | |
container_name: windscribe-cub | |
# line above must be uncommented to allow external containers to connect. | |
# See https://github.com/qdm12/gluetun-wiki/blob/main/setup/connect-a-container-to-gluetun.md#external-container-to-gluetun | |
cap_add: | |
- NET_ADMIN | |
devices: | |
- /dev/net/tun:/dev/net/tun | |
ports: | |
- 8907:8888/tcp # HTTP proxy | |
- 8407:8388/tcp # Shadowsocks | |
- 8407:8388/udp # Shadowsocks | |
volumes: | |
- ./windscribe:/gluetun | |
environment: | |
# See https://github.com/qdm12/gluetun-wiki/tree/main/setup#setup | |
- HTTPPROXY=on | |
- VPN_SERVICE_PROVIDER=windscribe | |
- VPN_TYPE=wireguard | |
- SERVER_HOSTNAMES=us-east-015.whiskergalaxy.com,us-east-071.whiskergalaxy.com,us-east-077.whiskergalaxy.com,us-east-086.whiskergalaxy.com | |
# Wireguard: | |
- WIREGUARD_PRIVATE_KEY=REDACTED | |
- WIREGUARD_PRESHARED_KEY=REDACTED | |
- WIREGUARD_ADDRESSES=REDACTED | |
# Timezone for accurate log times | |
- TZ=America/New_York | |
# Server list updater | |
# See https://github.com/qdm12/gluetun-wiki/blob/main/setup/servers.md#update-the-vpn-servers-list | |
- UPDATER_PERIOD=24h | |
- BLOCK_MALICIOUS=off | |
- BLOCK_SURVEILLANCE=off | |
- BLOCK_ADS=off | |
- DOT=off | |
windscribe-thel: | |
image: qmcgaw/gluetun | |
container_name: windscribe-thel | |
# line above must be uncommented to allow external containers to connect. | |
# See https://github.com/qdm12/gluetun-wiki/blob/main/setup/connect-a-container-to-gluetun.md#external-container-to-gluetun | |
cap_add: | |
- NET_ADMIN | |
devices: | |
- /dev/net/tun:/dev/net/tun | |
ports: | |
- 8908:8888/tcp # HTTP proxy | |
- 8408:8388/tcp # Shadowsocks | |
- 8408:8388/udp # Shadowsocks | |
volumes: | |
- ./windscribe:/gluetun | |
environment: | |
# See https://github.com/qdm12/gluetun-wiki/tree/main/setup#setup | |
- HTTPPROXY=on | |
- VPN_SERVICE_PROVIDER=windscribe | |
- VPN_TYPE=wireguard | |
- SERVER_HOSTNAMES=us-east-019.whiskergalaxy.com,us-east-022.whiskergalaxy.com,us-east-053.whiskergalaxy.com,us-east-101.whiskergalaxy.com | |
# Wireguard: | |
- WIREGUARD_PRIVATE_KEY=REDACTED | |
- WIREGUARD_PRESHARED_KEY=REDACTED | |
- WIREGUARD_ADDRESSES=REDACTED | |
# Timezone for accurate log times | |
- TZ=America/New_York | |
# Server list updater | |
# See https://github.com/qdm12/gluetun-wiki/blob/main/setup/servers.md#update-the-vpn-servers-list | |
- UPDATER_PERIOD=24h | |
- BLOCK_MALICIOUS=off | |
- BLOCK_SURVEILLANCE=off | |
- BLOCK_ADS=off | |
- DOT=off | |
windscribe-wrigley: | |
image: qmcgaw/gluetun | |
container_name: windscribe-wrigley | |
# line above must be uncommented to allow external containers to connect. | |
# See https://github.com/qdm12/gluetun-wiki/blob/main/setup/connect-a-container-to-gluetun.md#external-container-to-gluetun | |
cap_add: | |
- NET_ADMIN | |
devices: | |
- /dev/net/tun:/dev/net/tun | |
ports: | |
- 8909:8888/tcp # HTTP proxy | |
- 8409:8388/tcp # Shadowsocks | |
- 8409:8388/udp # Shadowsocks | |
volumes: | |
- ./windscribe:/gluetun | |
environment: | |
# See https://github.com/qdm12/gluetun-wiki/tree/main/setup#setup | |
- HTTPPROXY=on | |
- VPN_SERVICE_PROVIDER=windscribe | |
- VPN_TYPE=wireguard | |
- SERVER_HOSTNAMES=us-east-047.whiskergalaxy.com,us-east-083.whiskergalaxy.com | |
# Wireguard: | |
- WIREGUARD_PRIVATE_KEY=REDACTED | |
- WIREGUARD_PRESHARED_KEY=REDACTED | |
- WIREGUARD_ADDRESSES=REDACTED | |
# Timezone for accurate log times | |
- TZ=America/New_York | |
# Server list updater | |
# See https://github.com/qdm12/gluetun-wiki/blob/main/setup/servers.md#update-the-vpn-servers-list | |
- UPDATER_PERIOD=24h | |
- BLOCK_MALICIOUS=off | |
- BLOCK_SURVEILLANCE=off | |
- BLOCK_ADS=off | |
- DOT=off | |
windscribe-brown: | |
image: qmcgaw/gluetun | |
container_name: windscribe-brown | |
# line above must be uncommented to allow external containers to connect. | |
# See https://github.com/qdm12/gluetun-wiki/blob/main/setup/connect-a-container-to-gluetun.md#external-container-to-gluetun | |
cap_add: | |
- NET_ADMIN | |
devices: | |
- /dev/net/tun:/dev/net/tun | |
ports: | |
- 8910:8888/tcp # HTTP proxy | |
- 8410:8388/tcp # Shadowsocks | |
- 8410:8388/udp # Shadowsocks | |
volumes: | |
- ./windscribe:/gluetun | |
environment: | |
# See https://github.com/qdm12/gluetun-wiki/tree/main/setup#setup | |
- HTTPPROXY=on | |
- VPN_SERVICE_PROVIDER=windscribe | |
- VPN_TYPE=wireguard | |
- SERVER_HOSTNAMES=us-east-078.whiskergalaxy.com,us-east-099.whiskergalaxy.com | |
# Wireguard: | |
- WIREGUARD_PRIVATE_KEY=REDACTED | |
- WIREGUARD_PRESHARED_KEY=REDACTED | |
- WIREGUARD_ADDRESSES=REDACTED | |
# Timezone for accurate log times | |
- TZ=America/New_York | |
# Server list updater | |
# See https://github.com/qdm12/gluetun-wiki/blob/main/setup/servers.md#update-the-vpn-servers-list | |
- UPDATER_PERIOD=24h | |
- BLOCK_MALICIOUS=off | |
- BLOCK_SURVEILLANCE=off | |
- BLOCK_ADS=off | |
- DOT=off | |
windscribe-ammo: | |
image: qmcgaw/gluetun | |
container_name: windscribe-ammo | |
# line above must be uncommented to allow external containers to connect. | |
# See https://github.com/qdm12/gluetun-wiki/blob/main/setup/connect-a-container-to-gluetun.md#external-container-to-gluetun | |
cap_add: | |
- NET_ADMIN | |
devices: | |
- /dev/net/tun:/dev/net/tun | |
ports: | |
- 8911:8888/tcp # HTTP proxy | |
- 8411:8388/tcp # Shadowsocks | |
- 8411:8388/udp # Shadowsocks | |
volumes: | |
- ./windscribe:/gluetun | |
environment: | |
# See https://github.com/qdm12/gluetun-wiki/tree/main/setup#setup | |
- HTTPPROXY=on | |
- VPN_SERVICE_PROVIDER=windscribe | |
- VPN_TYPE=wireguard | |
- SERVER_HOSTNAMES=us-central-045.whiskergalaxy.com,us-central-057.whiskergalaxy.com | |
# Wireguard: | |
- WIREGUARD_PRIVATE_KEY=REDACTED | |
- WIREGUARD_PRESHARED_KEY=REDACTED | |
- WIREGUARD_ADDRESSES=REDACTED | |
# Timezone for accurate log times | |
- TZ=America/New_York | |
# Server list updater | |
# See https://github.com/qdm12/gluetun-wiki/blob/main/setup/servers.md#update-the-vpn-servers-list | |
- UPDATER_PERIOD=24h | |
- BLOCK_MALICIOUS=off | |
- BLOCK_SURVEILLANCE=off | |
- BLOCK_ADS=off | |
- DOT=off | |
windscribe-bbq: | |
image: qmcgaw/gluetun | |
container_name: windscribe-bbq | |
# line above must be uncommented to allow external containers to connect. | |
# See https://github.com/qdm12/gluetun-wiki/blob/main/setup/connect-a-container-to-gluetun.md#external-container-to-gluetun | |
cap_add: | |
- NET_ADMIN | |
devices: | |
- /dev/net/tun:/dev/net/tun | |
ports: | |
- 8912:8888/tcp # HTTP proxy | |
- 8412:8388/tcp # Shadowsocks | |
- 8412:8388/udp # Shadowsocks | |
volumes: | |
- ./windscribe:/gluetun | |
environment: | |
# See https://github.com/qdm12/gluetun-wiki/tree/main/setup#setup | |
- HTTPPROXY=on | |
- VPN_SERVICE_PROVIDER=windscribe | |
- VPN_TYPE=wireguard | |
- SERVER_HOSTNAMES=us-central-055.whiskergalaxy.com,us-central-095.whiskergalaxy.com,us-central-096.whiskergalaxy.com | |
# Wireguard: | |
- WIREGUARD_PRIVATE_KEY=REDACTED | |
- WIREGUARD_PRESHARED_KEY=REDACTED | |
- WIREGUARD_ADDRESSES=REDACTED | |
# Timezone for accurate log times | |
- TZ=America/New_York | |
# Server list updater | |
# See https://github.com/qdm12/gluetun-wiki/blob/main/setup/servers.md#update-the-vpn-servers-list | |
- UPDATER_PERIOD=24h | |
- BLOCK_MALICIOUS=off | |
- BLOCK_SURVEILLANCE=off | |
- BLOCK_ADS=off | |
- DOT=off | |
windscribe-ranch: | |
image: qmcgaw/gluetun | |
container_name: windscribe-ranch | |
# line above must be uncommented to allow external containers to connect. | |
# See https://github.com/qdm12/gluetun-wiki/blob/main/setup/connect-a-container-to-gluetun.md#external-container-to-gluetun | |
cap_add: | |
- NET_ADMIN | |
devices: | |
- /dev/net/tun:/dev/net/tun | |
ports: | |
- 8913:8888/tcp # HTTP proxy | |
- 8413:8388/tcp # Shadowsocks | |
- 8413:8388/udp # Shadowsocks | |
volumes: | |
- ./windscribe:/gluetun | |
environment: | |
# See https://github.com/qdm12/gluetun-wiki/tree/main/setup#setup | |
- HTTPPROXY=on | |
- VPN_SERVICE_PROVIDER=windscribe | |
- VPN_TYPE=wireguard | |
- SERVER_HOSTNAMES=us-central-014.whiskergalaxy.com,us-central-029.whiskergalaxy.com,us-central-036.whiskergalaxy.com,us-central-037.whiskergalaxy.com,us-central-060.whiskergalaxy.com,us-central-067.whiskergalaxy.com,us-central-072.whiskergalaxy.com,us-central-073.whiskergalaxy.com,us-central-078.whiskergalaxy.com,us-central-079.whiskergalaxy.com,us-central-080.whiskergalaxy.com,us-central-081.whiskergalaxy.com | |
# Wireguard: | |
- WIREGUARD_PRIVATE_KEY=REDACTED | |
- WIREGUARD_PRESHARED_KEY=REDACTED | |
- WIREGUARD_ADDRESSES=REDACTED | |
# Timezone for accurate log times | |
- TZ=America/New_York | |
# Server list updater | |
# See https://github.com/qdm12/gluetun-wiki/blob/main/setup/servers.md#update-the-vpn-servers-list | |
- UPDATER_PERIOD=24h | |
- BLOCK_MALICIOUS=off | |
- BLOCK_SURVEILLANCE=off | |
- BLOCK_ADS=off | |
- DOT=off | |
windscribe-barley: | |
image: qmcgaw/gluetun | |
container_name: windscribe-barley | |
# line above must be uncommented to allow external containers to connect. | |
# See https://github.com/qdm12/gluetun-wiki/blob/main/setup/connect-a-container-to-gluetun.md#external-container-to-gluetun | |
cap_add: | |
- NET_ADMIN | |
devices: | |
- /dev/net/tun:/dev/net/tun | |
ports: | |
- 8914:8888/tcp # HTTP proxy | |
- 8414:8388/tcp # Shadowsocks | |
- 8414:8388/udp # Shadowsocks | |
volumes: | |
- ./windscribe:/gluetun | |
environment: | |
# See https://github.com/qdm12/gluetun-wiki/tree/main/setup#setup | |
- HTTPPROXY=on | |
- VPN_SERVICE_PROVIDER=windscribe | |
- VPN_TYPE=wireguard | |
- SERVER_HOSTNAMES=us-central-058.whiskergalaxy.com,us-central-071.whiskergalaxy.com | |
# Wireguard: | |
- WIREGUARD_PRIVATE_KEY=REDACTED | |
- WIREGUARD_PRESHARED_KEY=REDACTED | |
- WIREGUARD_ADDRESSES=REDACTED | |
# Timezone for accurate log times | |
- TZ=America/New_York | |
# Server list updater | |
# See https://github.com/qdm12/gluetun-wiki/blob/main/setup/servers.md#update-the-vpn-servers-list | |
- UPDATER_PERIOD=24h | |
- BLOCK_MALICIOUS=off | |
- BLOCK_SURVEILLANCE=off | |
- BLOCK_ADS=off | |
- DOT=off | |
windscribe-coneydog: | |
image: qmcgaw/gluetun | |
container_name: windscribe-coneydog | |
# line above must be uncommented to allow external containers to connect. | |
# See https://github.com/qdm12/gluetun-wiki/blob/main/setup/connect-a-container-to-gluetun.md#external-container-to-gluetun | |
cap_add: | |
- NET_ADMIN | |
devices: | |
- /dev/net/tun:/dev/net/tun | |
ports: | |
- 8915:8888/tcp # HTTP proxy | |
- 8415:8388/tcp # Shadowsocks | |
- 8415:8388/udp # Shadowsocks | |
volumes: | |
- ./windscribe:/gluetun | |
environment: | |
# See https://github.com/qdm12/gluetun-wiki/tree/main/setup#setup | |
- HTTPPROXY=on | |
- VPN_SERVICE_PROVIDER=windscribe | |
- VPN_TYPE=wireguard | |
- SERVER_HOSTNAMES=us-east-079.whiskergalaxy.com,us-east-098.whiskergalaxy.com | |
# Wireguard: | |
- WIREGUARD_PRIVATE_KEY=REDACTED | |
- WIREGUARD_PRESHARED_KEY=REDACTED | |
- WIREGUARD_ADDRESSES=REDACTED | |
# Timezone for accurate log times | |
- TZ=America/New_York | |
# Server list updater | |
# See https://github.com/qdm12/gluetun-wiki/blob/main/setup/servers.md#update-the-vpn-servers-list | |
- UPDATER_PERIOD=24h | |
- BLOCK_MALICIOUS=off | |
- BLOCK_SURVEILLANCE=off | |
- BLOCK_ADS=off | |
- DOT=off | |
windscribe-glinda: | |
image: qmcgaw/gluetun | |
container_name: windscribe-glinda | |
# line above must be uncommented to allow external containers to connect. | |
# See https://github.com/qdm12/gluetun-wiki/blob/main/setup/connect-a-container-to-gluetun.md#external-container-to-gluetun | |
cap_add: | |
- NET_ADMIN | |
devices: | |
- /dev/net/tun:/dev/net/tun | |
ports: | |
- 8916:8888/tcp # HTTP proxy | |
- 8416:8388/tcp # Shadowsocks | |
- 8416:8388/udp # Shadowsocks | |
volumes: | |
- ./windscribe:/gluetun | |
environment: | |
# See https://github.com/qdm12/gluetun-wiki/tree/main/setup#setup | |
- HTTPPROXY=on | |
- VPN_SERVICE_PROVIDER=windscribe | |
- VPN_TYPE=wireguard | |
- SERVER_HOSTNAMES=us-central-063.whiskergalaxy.com,us-central-086.whiskergalaxy.com | |
# Wireguard: | |
- WIREGUARD_PRIVATE_KEY=REDACTED | |
- WIREGUARD_PRESHARED_KEY=REDACTED | |
- WIREGUARD_ADDRESSES=REDACTED | |
# Timezone for accurate log times | |
- TZ=America/New_York | |
# Server list updater | |
# See https://github.com/qdm12/gluetun-wiki/blob/main/setup/servers.md#update-the-vpn-servers-list | |
- UPDATER_PERIOD=24h | |
- BLOCK_MALICIOUS=off | |
- BLOCK_SURVEILLANCE=off | |
- BLOCK_ADS=off | |
- DOT=off | |
windscribe-casino: | |
image: qmcgaw/gluetun | |
container_name: windscribe-casino | |
# line above must be uncommented to allow external containers to connect. | |
# See https://github.com/qdm12/gluetun-wiki/blob/main/setup/connect-a-container-to-gluetun.md#external-container-to-gluetun | |
cap_add: | |
- NET_ADMIN | |
devices: | |
- /dev/net/tun:/dev/net/tun | |
ports: | |
- 8917:8888/tcp # HTTP proxy | |
- 8417:8388/tcp # Shadowsocks | |
- 8417:8388/udp # Shadowsocks | |
volumes: | |
- ./windscribe:/gluetun | |
environment: | |
# See https://github.com/qdm12/gluetun-wiki/tree/main/setup#setup | |
- HTTPPROXY=on | |
- VPN_SERVICE_PROVIDER=windscribe | |
- VPN_TYPE=wireguard | |
- SERVER_HOSTNAMES=us-west-018.whiskergalaxy.com,us-west-030.whiskergalaxy.com,us-west-074.whiskergalaxy.com | |
# Wireguard: | |
- WIREGUARD_PRIVATE_KEY=REDACTED | |
- WIREGUARD_PRESHARED_KEY=REDACTED | |
- WIREGUARD_ADDRESSES=REDACTED | |
# Timezone for accurate log times | |
- TZ=America/New_York | |
# Server list updater | |
# See https://github.com/qdm12/gluetun-wiki/blob/main/setup/servers.md#update-the-vpn-servers-list | |
- UPDATER_PERIOD=24h | |
- BLOCK_MALICIOUS=off | |
- BLOCK_SURVEILLANCE=off | |
- BLOCK_ADS=off | |
- DOT=off | |
windscribe-cube: | |
image: qmcgaw/gluetun | |
container_name: windscribe-cube | |
# line above must be uncommented to allow external containers to connect. | |
# See https://github.com/qdm12/gluetun-wiki/blob/main/setup/connect-a-container-to-gluetun.md#external-container-to-gluetun | |
cap_add: | |
- NET_ADMIN | |
devices: | |
- /dev/net/tun:/dev/net/tun | |
ports: | |
- 8918:8888/tcp # HTTP proxy | |
- 8418:8388/tcp # Shadowsocks | |
- 8418:8388/udp # Shadowsocks | |
volumes: | |
- ./windscribe:/gluetun | |
environment: | |
# See https://github.com/qdm12/gluetun-wiki/tree/main/setup#setup | |
- HTTPPROXY=on | |
- VPN_SERVICE_PROVIDER=windscribe | |
- VPN_TYPE=wireguard | |
- SERVER_HOSTNAMES=us-west-044.whiskergalaxy.com,us-west-063.whiskergalaxy.com | |
# Wireguard: | |
- WIREGUARD_PRIVATE_KEY=REDACTED | |
- WIREGUARD_PRESHARED_KEY=REDACTED | |
- WIREGUARD_ADDRESSES=REDACTED | |
# Timezone for accurate log times | |
- TZ=America/New_York | |
# Server list updater | |
# See https://github.com/qdm12/gluetun-wiki/blob/main/setup/servers.md#update-the-vpn-servers-list | |
- UPDATER_PERIOD=24h | |
- BLOCK_MALICIOUS=off | |
- BLOCK_SURVEILLANCE=off | |
- BLOCK_ADS=off | |
- DOT=off | |
windscribe-dogg: | |
image: qmcgaw/gluetun | |
container_name: windscribe-dogg | |
# line above must be uncommented to allow external containers to connect. | |
# See https://github.com/qdm12/gluetun-wiki/blob/main/setup/connect-a-container-to-gluetun.md#external-container-to-gluetun | |
cap_add: | |
- NET_ADMIN | |
devices: | |
- /dev/net/tun:/dev/net/tun | |
ports: | |
- 8919:8888/tcp # HTTP proxy | |
- 8419:8388/tcp # Shadowsocks | |
- 8419:8388/udp # Shadowsocks | |
volumes: | |
- ./windscribe:/gluetun | |
environment: | |
# See https://github.com/qdm12/gluetun-wiki/tree/main/setup#setup | |
- HTTPPROXY=on | |
- VPN_SERVICE_PROVIDER=windscribe | |
- VPN_TYPE=wireguard | |
- SERVER_HOSTNAMES=us-west-004.whiskergalaxy.com,us-west-027.whiskergalaxy.com,us-west-060.whiskergalaxy.com,us-west-065.whiskergalaxy.com | |
# Wireguard: | |
- WIREGUARD_PRIVATE_KEY=REDACTED | |
- WIREGUARD_PRESHARED_KEY=REDACTED | |
- WIREGUARD_ADDRESSES=REDACTED | |
# Timezone for accurate log times | |
- TZ=America/New_York | |
# Server list updater | |
# See https://github.com/qdm12/gluetun-wiki/blob/main/setup/servers.md#update-the-vpn-servers-list | |
- UPDATER_PERIOD=24h | |
- BLOCK_MALICIOUS=off | |
- BLOCK_SURVEILLANCE=off | |
- BLOCK_ADS=off | |
- DOT=off | |
windscribe-eazy: | |
image: qmcgaw/gluetun | |
container_name: windscribe-eazy | |
# line above must be uncommented to allow external containers to connect. | |
# See https://github.com/qdm12/gluetun-wiki/blob/main/setup/connect-a-container-to-gluetun.md#external-container-to-gluetun | |
cap_add: | |
- NET_ADMIN | |
devices: | |
- /dev/net/tun:/dev/net/tun | |
ports: | |
- 8920:8888/tcp # HTTP proxy | |
- 8420:8388/tcp # Shadowsocks | |
- 8420:8388/udp # Shadowsocks | |
volumes: | |
- ./windscribe:/gluetun | |
environment: | |
# See https://github.com/qdm12/gluetun-wiki/tree/main/setup#setup | |
- HTTPPROXY=on | |
- VPN_SERVICE_PROVIDER=windscribe | |
- VPN_TYPE=wireguard | |
- SERVER_HOSTNAMES=us-west-047.whiskergalaxy.com | |
# Wireguard: | |
- WIREGUARD_PRIVATE_KEY=REDACTED | |
- WIREGUARD_PRESHARED_KEY=REDACTED | |
- WIREGUARD_ADDRESSES=REDACTED | |
# Timezone for accurate log times | |
- TZ=America/New_York | |
# Server list updater | |
# See https://github.com/qdm12/gluetun-wiki/blob/main/setup/servers.md#update-the-vpn-servers-list | |
- UPDATER_PERIOD=24h | |
- BLOCK_MALICIOUS=off | |
- BLOCK_SURVEILLANCE=off | |
- BLOCK_ADS=off | |
- DOT=off | |
windscribe-lamar: | |
image: qmcgaw/gluetun | |
container_name: windscribe-lamar | |
# line above must be uncommented to allow external containers to connect. | |
# See https://github.com/qdm12/gluetun-wiki/blob/main/setup/connect-a-container-to-gluetun.md#external-container-to-gluetun | |
cap_add: | |
- NET_ADMIN | |
devices: | |
- /dev/net/tun:/dev/net/tun | |
ports: | |
- 8921:8888/tcp # HTTP proxy | |
- 8421:8388/tcp # Shadowsocks | |
- 8421:8388/udp # Shadowsocks | |
volumes: | |
- ./windscribe:/gluetun | |
environment: | |
# See https://github.com/qdm12/gluetun-wiki/tree/main/setup#setup | |
- HTTPPROXY=on | |
- VPN_SERVICE_PROVIDER=windscribe | |
- VPN_TYPE=wireguard | |
- SERVER_HOSTNAMES=us-west-040.whiskergalaxy.com,us-west-066.whiskergalaxy.com,us-west-069.whiskergalaxy.com | |
# Wireguard: | |
- WIREGUARD_PRIVATE_KEY=REDACTED | |
- WIREGUARD_PRESHARED_KEY=REDACTED | |
- WIREGUARD_ADDRESSES=REDACTED | |
# Timezone for accurate log times | |
- TZ=America/New_York | |
# Server list updater | |
# See https://github.com/qdm12/gluetun-wiki/blob/main/setup/servers.md#update-the-vpn-servers-list | |
- UPDATER_PERIOD=24h | |
- BLOCK_MALICIOUS=off | |
- BLOCK_SURVEILLANCE=off | |
- BLOCK_ADS=off | |
- DOT=off | |
windscribe-pac: | |
image: qmcgaw/gluetun | |
container_name: windscribe-pac | |
# line above must be uncommented to allow external containers to connect. | |
# See https://github.com/qdm12/gluetun-wiki/blob/main/setup/connect-a-container-to-gluetun.md#external-container-to-gluetun | |
cap_add: | |
- NET_ADMIN | |
devices: | |
- /dev/net/tun:/dev/net/tun | |
ports: | |
- 8922:8888/tcp # HTTP proxy | |
- 8422:8388/tcp # Shadowsocks | |
- 8422:8388/udp # Shadowsocks | |
volumes: | |
- ./windscribe:/gluetun | |
environment: | |
# See https://github.com/qdm12/gluetun-wiki/tree/main/setup#setup | |
- HTTPPROXY=on | |
- VPN_SERVICE_PROVIDER=windscribe | |
- VPN_TYPE=wireguard | |
- SERVER_HOSTNAMES=us-west-015.whiskergalaxy.com,us-west-055.whiskergalaxy.com,us-west-059.whiskergalaxy.com,us-west-070.whiskergalaxy.com | |
# Wireguard: | |
- WIREGUARD_PRIVATE_KEY=REDACTED | |
- WIREGUARD_PRESHARED_KEY=REDACTED | |
- WIREGUARD_ADDRESSES=REDACTED | |
# Timezone for accurate log times | |
- TZ=America/New_York | |
# Server list updater | |
# See https://github.com/qdm12/gluetun-wiki/blob/main/setup/servers.md#update-the-vpn-servers-list | |
- UPDATER_PERIOD=24h | |
- BLOCK_MALICIOUS=off | |
- BLOCK_SURVEILLANCE=off | |
- BLOCK_ADS=off | |
- DOT=off | |
windscribe-floridaman: | |
image: qmcgaw/gluetun | |
container_name: windscribe-floridaman | |
# line above must be uncommented to allow external containers to connect. | |
# See https://github.com/qdm12/gluetun-wiki/blob/main/setup/connect-a-container-to-gluetun.md#external-container-to-gluetun | |
cap_add: | |
- NET_ADMIN | |
devices: | |
- /dev/net/tun:/dev/net/tun | |
ports: | |
- 8923:8888/tcp # HTTP proxy | |
- 8423:8388/tcp # Shadowsocks | |
- 8423:8388/udp # Shadowsocks | |
volumes: | |
- ./windscribe:/gluetun | |
environment: | |
# See https://github.com/qdm12/gluetun-wiki/tree/main/setup#setup | |
- HTTPPROXY=on | |
- VPN_SERVICE_PROVIDER=windscribe | |
- VPN_TYPE=wireguard | |
- SERVER_HOSTNAMES=us-east-049.whiskergalaxy.com,us-east-084.whiskergalaxy.com | |
# Wireguard: | |
- WIREGUARD_PRIVATE_KEY=REDACTED | |
- WIREGUARD_PRESHARED_KEY=REDACTED | |
- WIREGUARD_ADDRESSES=REDACTED | |
# Timezone for accurate log times | |
- TZ=America/New_York | |
# Server list updater | |
# See https://github.com/qdm12/gluetun-wiki/blob/main/setup/servers.md#update-the-vpn-servers-list | |
- UPDATER_PERIOD=24h | |
- BLOCK_MALICIOUS=off | |
- BLOCK_SURVEILLANCE=off | |
- BLOCK_ADS=off | |
- DOT=off | |
windscribe-snow: | |
image: qmcgaw/gluetun | |
container_name: windscribe-snow | |
# line above must be uncommented to allow external containers to connect. | |
# See https://github.com/qdm12/gluetun-wiki/blob/main/setup/connect-a-container-to-gluetun.md#external-container-to-gluetun | |
cap_add: | |
- NET_ADMIN | |
devices: | |
- /dev/net/tun:/dev/net/tun | |
ports: | |
- 8924:8888/tcp # HTTP proxy | |
- 8424:8388/tcp # Shadowsocks | |
- 8424:8388/udp # Shadowsocks | |
volumes: | |
- ./windscribe:/gluetun | |
environment: | |
# See https://github.com/qdm12/gluetun-wiki/tree/main/setup#setup | |
- HTTPPROXY=on | |
- VPN_SERVICE_PROVIDER=windscribe | |
- VPN_TYPE=wireguard | |
- SERVER_HOSTNAMES=us-east-006.whiskergalaxy.com,us-east-097.whiskergalaxy.com | |
# Wireguard: | |
- WIREGUARD_PRIVATE_KEY=REDACTED | |
- WIREGUARD_PRESHARED_KEY=REDACTED | |
- WIREGUARD_ADDRESSES=REDACTED | |
# Timezone for accurate log times | |
- TZ=America/New_York | |
# Server list updater | |
# See https://github.com/qdm12/gluetun-wiki/blob/main/setup/servers.md#update-the-vpn-servers-list | |
- UPDATER_PERIOD=24h | |
- BLOCK_MALICIOUS=off | |
- BLOCK_SURVEILLANCE=off | |
- BLOCK_ADS=off | |
- DOT=off | |
windscribe-vice: | |
image: qmcgaw/gluetun | |
container_name: windscribe-vice | |
# line above must be uncommented to allow external containers to connect. | |
# See https://github.com/qdm12/gluetun-wiki/blob/main/setup/connect-a-container-to-gluetun.md#external-container-to-gluetun | |
cap_add: | |
- NET_ADMIN | |
devices: | |
- /dev/net/tun:/dev/net/tun | |
ports: | |
- 8925:8888/tcp # HTTP proxy | |
- 8425:8388/tcp # Shadowsocks | |
- 8425:8388/udp # Shadowsocks | |
volumes: | |
- ./windscribe:/gluetun | |
environment: | |
# See https://github.com/qdm12/gluetun-wiki/tree/main/setup#setup | |
- HTTPPROXY=on | |
- VPN_SERVICE_PROVIDER=windscribe | |
- VPN_TYPE=wireguard | |
- SERVER_HOSTNAMES=us-east-012.whiskergalaxy.com,us-east-067.whiskergalaxy.com,us-east-088.whiskergalaxy.com | |
# Wireguard: | |
- WIREGUARD_PRIVATE_KEY=REDACTED | |
- WIREGUARD_PRESHARED_KEY=REDACTED | |
- WIREGUARD_ADDRESSES=REDACTED | |
# Timezone for accurate log times | |
- TZ=America/New_York | |
# Server list updater | |
# See https://github.com/qdm12/gluetun-wiki/blob/main/setup/servers.md#update-the-vpn-servers-list | |
- UPDATER_PERIOD=24h | |
- BLOCK_MALICIOUS=off | |
- BLOCK_SURVEILLANCE=off | |
- BLOCK_ADS=off | |
- DOT=off | |
windscribe-situation: | |
image: qmcgaw/gluetun | |
container_name: windscribe-situation | |
# line above must be uncommented to allow external containers to connect. | |
# See https://github.com/qdm12/gluetun-wiki/blob/main/setup/connect-a-container-to-gluetun.md#external-container-to-gluetun | |
cap_add: | |
- NET_ADMIN | |
devices: | |
- /dev/net/tun:/dev/net/tun | |
ports: | |
- 8926:8888/tcp # HTTP proxy | |
- 8426:8388/tcp # Shadowsocks | |
- 8426:8388/udp # Shadowsocks | |
volumes: | |
- ./windscribe:/gluetun | |
environment: | |
# See https://github.com/qdm12/gluetun-wiki/tree/main/setup#setup | |
- HTTPPROXY=on | |
- VPN_SERVICE_PROVIDER=windscribe | |
- VPN_TYPE=wireguard | |
- SERVER_HOSTNAMES=us-east-020.whiskergalaxy.com,us-east-054.whiskergalaxy.com,us-east-095.whiskergalaxy.com | |
# Wireguard: | |
- WIREGUARD_PRIVATE_KEY=REDACTED | |
- WIREGUARD_PRESHARED_KEY=REDACTED | |
- WIREGUARD_ADDRESSES=REDACTED | |
# Timezone for accurate log times | |
- TZ=America/New_York | |
# Server list updater | |
# See https://github.com/qdm12/gluetun-wiki/blob/main/setup/servers.md#update-the-vpn-servers-list | |
- UPDATER_PERIOD=24h | |
- BLOCK_MALICIOUS=off | |
- BLOCK_SURVEILLANCE=off | |
- BLOCK_ADS=off | |
- DOT=off | |
windscribe-empire: | |
image: qmcgaw/gluetun | |
container_name: windscribe-empire | |
# line above must be uncommented to allow external containers to connect. | |
# See https://github.com/qdm12/gluetun-wiki/blob/main/setup/connect-a-container-to-gluetun.md#external-container-to-gluetun | |
cap_add: | |
- NET_ADMIN | |
devices: | |
- /dev/net/tun:/dev/net/tun | |
ports: | |
- 8927:8888/tcp # HTTP proxy | |
- 8427:8388/tcp # Shadowsocks | |
- 8427:8388/udp # Shadowsocks | |
volumes: | |
- ./windscribe:/gluetun | |
environment: | |
# See https://github.com/qdm12/gluetun-wiki/tree/main/setup#setup | |
- HTTPPROXY=on | |
- VPN_SERVICE_PROVIDER=windscribe | |
- VPN_TYPE=wireguard | |
- SERVER_HOSTNAMES=us-east-013.whiskergalaxy.com,us-east-074.whiskergalaxy.com,us-east-094.whiskergalaxy.com,us-east-103.whiskergalaxy.com | |
# Wireguard: | |
- WIREGUARD_PRIVATE_KEY=REDACTED | |
- WIREGUARD_PRESHARED_KEY=REDACTED | |
- WIREGUARD_ADDRESSES=REDACTED | |
# Timezone for accurate log times | |
- TZ=America/New_York | |
# Server list updater | |
# See https://github.com/qdm12/gluetun-wiki/blob/main/setup/servers.md#update-the-vpn-servers-list | |
- UPDATER_PERIOD=24h | |
- BLOCK_MALICIOUS=off | |
- BLOCK_SURVEILLANCE=off | |
- BLOCK_ADS=off | |
- DOT=off | |
windscribe-grandcentral: | |
image: qmcgaw/gluetun | |
container_name: windscribe-grandcentral | |
# line above must be uncommented to allow external containers to connect. | |
# See https://github.com/qdm12/gluetun-wiki/blob/main/setup/connect-a-container-to-gluetun.md#external-container-to-gluetun | |
cap_add: | |
- NET_ADMIN | |
devices: | |
- /dev/net/tun:/dev/net/tun | |
ports: | |
- 8928:8888/tcp # HTTP proxy | |
- 8428:8388/tcp # Shadowsocks | |
- 8428:8388/udp # Shadowsocks | |
volumes: | |
- ./windscribe:/gluetun | |
environment: | |
# See https://github.com/qdm12/gluetun-wiki/tree/main/setup#setup | |
- HTTPPROXY=on | |
- VPN_SERVICE_PROVIDER=windscribe | |
- VPN_TYPE=wireguard | |
- SERVER_HOSTNAMES=us-east-096.whiskergalaxy.com | |
# Wireguard: | |
- WIREGUARD_PRIVATE_KEY=REDACTED | |
- WIREGUARD_PRESHARED_KEY=REDACTED | |
- WIREGUARD_ADDRESSES=REDACTED | |
# Timezone for accurate log times | |
- TZ=America/New_York | |
# Server list updater | |
# See https://github.com/qdm12/gluetun-wiki/blob/main/setup/servers.md#update-the-vpn-servers-list | |
- UPDATER_PERIOD=24h | |
- BLOCK_MALICIOUS=off | |
- BLOCK_SURVEILLANCE=off | |
- BLOCK_ADS=off | |
- DOT=off | |
windscribe-insomnia: | |
image: qmcgaw/gluetun | |
container_name: windscribe-insomnia | |
# line above must be uncommented to allow external containers to connect. | |
# See https://github.com/qdm12/gluetun-wiki/blob/main/setup/connect-a-container-to-gluetun.md#external-container-to-gluetun | |
cap_add: | |
- NET_ADMIN | |
devices: | |
- /dev/net/tun:/dev/net/tun | |
ports: | |
- 8929:8888/tcp # HTTP proxy | |
- 8429:8388/tcp # Shadowsocks | |
- 8429:8388/udp # Shadowsocks | |
volumes: | |
- ./windscribe:/gluetun | |
environment: | |
# See https://github.com/qdm12/gluetun-wiki/tree/main/setup#setup | |
- HTTPPROXY=on | |
- VPN_SERVICE_PROVIDER=windscribe | |
- VPN_TYPE=wireguard | |
- SERVER_HOSTNAMES=us-east-050.whiskergalaxy.com,us-east-068.whiskergalaxy.com | |
# Wireguard: | |
- WIREGUARD_PRIVATE_KEY=REDACTED | |
- WIREGUARD_PRESHARED_KEY=REDACTED | |
- WIREGUARD_ADDRESSES=REDACTED | |
# Timezone for accurate log times | |
- TZ=America/New_York | |
# Server list updater | |
# See https://github.com/qdm12/gluetun-wiki/blob/main/setup/servers.md#update-the-vpn-servers-list | |
- UPDATER_PERIOD=24h | |
- BLOCK_MALICIOUS=off | |
- BLOCK_SURVEILLANCE=off | |
- BLOCK_ADS=off | |
- DOT=off | |
windscribe-tofudriver: | |
image: qmcgaw/gluetun | |
container_name: windscribe-tofudriver | |
# line above must be uncommented to allow external containers to connect. | |
# See https://github.com/qdm12/gluetun-wiki/blob/main/setup/connect-a-container-to-gluetun.md#external-container-to-gluetun | |
cap_add: | |
- NET_ADMIN | |
devices: | |
- /dev/net/tun:/dev/net/tun | |
ports: | |
- 8930:8888/tcp # HTTP proxy | |
- 8430:8388/tcp # Shadowsocks | |
- 8430:8388/udp # Shadowsocks | |
volumes: | |
- ./windscribe:/gluetun | |
environment: | |
# See https://github.com/qdm12/gluetun-wiki/tree/main/setup#setup | |
- HTTPPROXY=on | |
- VPN_SERVICE_PROVIDER=windscribe | |
- VPN_TYPE=wireguard | |
- SERVER_HOSTNAMES=us-east-052.whiskergalaxy.com,us-east-082.whiskergalaxy.com | |
# Wireguard: | |
- WIREGUARD_PRIVATE_KEY=REDACTED | |
- WIREGUARD_PRESHARED_KEY=REDACTED | |
- WIREGUARD_ADDRESSES=REDACTED | |
# Timezone for accurate log times | |
- TZ=America/New_York | |
# Server list updater | |
# See https://github.com/qdm12/gluetun-wiki/blob/main/setup/servers.md#update-the-vpn-servers-list | |
- UPDATER_PERIOD=24h | |
- BLOCK_MALICIOUS=off | |
- BLOCK_SURVEILLANCE=off | |
- BLOCK_ADS=off | |
- DOT=off | |
windscribe-cheese: | |
image: qmcgaw/gluetun | |
container_name: windscribe-cheese | |
# line above must be uncommented to allow external containers to connect. | |
# See https://github.com/qdm12/gluetun-wiki/blob/main/setup/connect-a-container-to-gluetun.md#external-container-to-gluetun | |
cap_add: | |
- NET_ADMIN | |
devices: | |
- /dev/net/tun:/dev/net/tun | |
ports: | |
- 8931:8888/tcp # HTTP proxy | |
- 8431:8388/tcp # Shadowsocks | |
- 8431:8388/udp # Shadowsocks | |
volumes: | |
- ./windscribe:/gluetun | |
environment: | |
# See https://github.com/qdm12/gluetun-wiki/tree/main/setup#setup | |
- HTTPPROXY=on | |
- VPN_SERVICE_PROVIDER=windscribe | |
- VPN_TYPE=wireguard | |
- SERVER_HOSTNAMES=us-east-060.whiskergalaxy.com,us-east-107.whiskergalaxy.com | |
# Wireguard: | |
- WIREGUARD_PRIVATE_KEY=REDACTED | |
- WIREGUARD_PRESHARED_KEY=REDACTED | |
- WIREGUARD_ADDRESSES=REDACTED | |
# Timezone for accurate log times | |
- TZ=America/New_York | |
# Server list updater | |
# See https://github.com/qdm12/gluetun-wiki/blob/main/setup/servers.md#update-the-vpn-servers-list | |
- UPDATER_PERIOD=24h | |
- BLOCK_MALICIOUS=off | |
- BLOCK_SURVEILLANCE=off | |
- BLOCK_ADS=off | |
- DOT=off | |
windscribe-freshprince: | |
image: qmcgaw/gluetun | |
container_name: windscribe-freshprince | |
# line above must be uncommented to allow external containers to connect. | |
# See https://github.com/qdm12/gluetun-wiki/blob/main/setup/connect-a-container-to-gluetun.md#external-container-to-gluetun | |
cap_add: | |
- NET_ADMIN | |
devices: | |
- /dev/net/tun:/dev/net/tun | |
ports: | |
- 8932:8888/tcp # HTTP proxy | |
- 8432:8388/tcp # Shadowsocks | |
- 8432:8388/udp # Shadowsocks | |
volumes: | |
- ./windscribe:/gluetun | |
environment: | |
# See https://github.com/qdm12/gluetun-wiki/tree/main/setup#setup | |
- HTTPPROXY=on | |
- VPN_SERVICE_PROVIDER=windscribe | |
- VPN_TYPE=wireguard | |
- SERVER_HOSTNAMES=us-east-061.whiskergalaxy.com | |
# Wireguard: | |
- WIREGUARD_PRIVATE_KEY=REDACTED | |
- WIREGUARD_PRESHARED_KEY=REDACTED | |
- WIREGUARD_ADDRESSES=REDACTED | |
# Timezone for accurate log times | |
- TZ=America/New_York | |
# Server list updater | |
# See https://github.com/qdm12/gluetun-wiki/blob/main/setup/servers.md#update-the-vpn-servers-list | |
- UPDATER_PERIOD=24h | |
- BLOCK_MALICIOUS=off | |
- BLOCK_SURVEILLANCE=off | |
- BLOCK_ADS=off | |
- DOT=off | |
windscribe-floatie: | |
image: qmcgaw/gluetun | |
container_name: windscribe-floatie | |
# line above must be uncommented to allow external containers to connect. | |
# See https://github.com/qdm12/gluetun-wiki/blob/main/setup/connect-a-container-to-gluetun.md#external-container-to-gluetun | |
cap_add: | |
- NET_ADMIN | |
devices: | |
- /dev/net/tun:/dev/net/tun | |
ports: | |
- 8933:8888/tcp # HTTP proxy | |
- 8433:8388/tcp # Shadowsocks | |
- 8433:8388/udp # Shadowsocks | |
volumes: | |
- ./windscribe:/gluetun | |
environment: | |
# See https://github.com/qdm12/gluetun-wiki/tree/main/setup#setup | |
- HTTPPROXY=on | |
- VPN_SERVICE_PROVIDER=windscribe | |
- VPN_TYPE=wireguard | |
- SERVER_HOSTNAMES=us-west-046.whiskergalaxy.com,us-west-061.whiskergalaxy.com | |
# Wireguard: | |
- WIREGUARD_PRIVATE_KEY=REDACTED | |
- WIREGUARD_PRESHARED_KEY=REDACTED | |
- WIREGUARD_ADDRESSES=REDACTED | |
# Timezone for accurate log times | |
- TZ=America/New_York | |
# Server list updater | |
# See https://github.com/qdm12/gluetun-wiki/blob/main/setup/servers.md#update-the-vpn-servers-list | |
- UPDATER_PERIOD=24h | |
- BLOCK_MALICIOUS=off | |
- BLOCK_SURVEILLANCE=off | |
- BLOCK_ADS=off | |
- DOT=off | |
windscribe-sanitation: | |
image: qmcgaw/gluetun | |
container_name: windscribe-sanitation | |
# line above must be uncommented to allow external containers to connect. | |
# See https://github.com/qdm12/gluetun-wiki/blob/main/setup/connect-a-container-to-gluetun.md#external-container-to-gluetun | |
cap_add: | |
- NET_ADMIN | |
devices: | |
- /dev/net/tun:/dev/net/tun | |
ports: | |
- 8934:8888/tcp # HTTP proxy | |
- 8434:8388/tcp # Shadowsocks | |
- 8434:8388/udp # Shadowsocks | |
volumes: | |
- ./windscribe:/gluetun | |
environment: | |
# See https://github.com/qdm12/gluetun-wiki/tree/main/setup#setup | |
- HTTPPROXY=on | |
- VPN_SERVICE_PROVIDER=windscribe | |
- VPN_TYPE=wireguard | |
- SERVER_HOSTNAMES=us-west-048.whiskergalaxy.com,us-west-053.whiskergalaxy.com,us-west-054.whiskergalaxy.com | |
# Wireguard: | |
- WIREGUARD_PRIVATE_KEY=REDACTED | |
- WIREGUARD_PRESHARED_KEY=REDACTED | |
- WIREGUARD_ADDRESSES=REDACTED | |
# Timezone for accurate log times | |
- TZ=America/New_York | |
# Server list updater | |
# See https://github.com/qdm12/gluetun-wiki/blob/main/setup/servers.md#update-the-vpn-servers-list | |
- UPDATER_PERIOD=24h | |
- BLOCK_MALICIOUS=off | |
- BLOCK_SURVEILLANCE=off | |
- BLOCK_ADS=off | |
- DOT=off | |
windscribe-santana: | |
image: qmcgaw/gluetun | |
container_name: windscribe-santana | |
# line above must be uncommented to allow external containers to connect. | |
# See https://github.com/qdm12/gluetun-wiki/blob/main/setup/connect-a-container-to-gluetun.md#external-container-to-gluetun | |
cap_add: | |
- NET_ADMIN | |
devices: | |
- /dev/net/tun:/dev/net/tun | |
ports: | |
- 8935:8888/tcp # HTTP proxy | |
- 8435:8388/tcp # Shadowsocks | |
- 8435:8388/udp # Shadowsocks | |
volumes: | |
- ./windscribe:/gluetun | |
environment: | |
# See https://github.com/qdm12/gluetun-wiki/tree/main/setup#setup | |
- HTTPPROXY=on | |
- VPN_SERVICE_PROVIDER=windscribe | |
- VPN_TYPE=wireguard | |
- SERVER_HOSTNAMES=us-west-052.whiskergalaxy.com,us-west-067.whiskergalaxy.com | |
# Wireguard: | |
- WIREGUARD_PRIVATE_KEY=REDACTED | |
- WIREGUARD_PRESHARED_KEY=REDACTED | |
- WIREGUARD_ADDRESSES=REDACTED | |
# Timezone for accurate log times | |
- TZ=America/New_York | |
# Server list updater | |
# See https://github.com/qdm12/gluetun-wiki/blob/main/setup/servers.md#update-the-vpn-servers-list | |
- UPDATER_PERIOD=24h | |
- BLOCK_MALICIOUS=off | |
- BLOCK_SURVEILLANCE=off | |
- BLOCK_ADS=off | |
- DOT=off | |
windscribe-inside: | |
image: qmcgaw/gluetun | |
container_name: windscribe-inside | |
# line above must be uncommented to allow external containers to connect. | |
# See https://github.com/qdm12/gluetun-wiki/blob/main/setup/connect-a-container-to-gluetun.md#external-container-to-gluetun | |
cap_add: | |
- NET_ADMIN | |
devices: | |
- /dev/net/tun:/dev/net/tun | |
ports: | |
- 8936:8888/tcp # HTTP proxy | |
- 8436:8388/tcp # Shadowsocks | |
- 8436:8388/udp # Shadowsocks | |
volumes: | |
- ./windscribe:/gluetun | |
environment: | |
# See https://github.com/qdm12/gluetun-wiki/tree/main/setup#setup | |
- HTTPPROXY=on | |
- VPN_SERVICE_PROVIDER=windscribe | |
- VPN_TYPE=wireguard | |
- SERVER_HOSTNAMES=us-west-050.whiskergalaxy.com,us-west-051.whiskergalaxy.com | |
# Wireguard: | |
- WIREGUARD_PRIVATE_KEY=REDACTED | |
- WIREGUARD_PRESHARED_KEY=REDACTED | |
- WIREGUARD_ADDRESSES=REDACTED | |
# Timezone for accurate log times | |
- TZ=America/New_York | |
# Server list updater | |
# See https://github.com/qdm12/gluetun-wiki/blob/main/setup/servers.md#update-the-vpn-servers-list | |
- UPDATER_PERIOD=24h | |
- BLOCK_MALICIOUS=off | |
- BLOCK_SURVEILLANCE=off | |
- BLOCK_ADS=off | |
- DOT=off | |
windscribe-cobain: | |
image: qmcgaw/gluetun | |
container_name: windscribe-cobain | |
# line above must be uncommented to allow external containers to connect. | |
# See https://github.com/qdm12/gluetun-wiki/blob/main/setup/connect-a-container-to-gluetun.md#external-container-to-gluetun | |
cap_add: | |
- NET_ADMIN | |
devices: | |
- /dev/net/tun:/dev/net/tun | |
ports: | |
- 8937:8888/tcp # HTTP proxy | |
- 8437:8388/tcp # Shadowsocks | |
- 8437:8388/udp # Shadowsocks | |
volumes: | |
- ./windscribe:/gluetun | |
environment: | |
# See https://github.com/qdm12/gluetun-wiki/tree/main/setup#setup | |
- HTTPPROXY=on | |
- VPN_SERVICE_PROVIDER=windscribe | |
- VPN_TYPE=wireguard | |
- SERVER_HOSTNAMES=us-west-056.whiskergalaxy.com,us-west-057.whiskergalaxy.com,us-west-071.whiskergalaxy.com | |
# Wireguard: | |
- WIREGUARD_PRIVATE_KEY=REDACTED | |
- WIREGUARD_PRESHARED_KEY=REDACTED | |
- WIREGUARD_ADDRESSES=REDACTED | |
# Timezone for accurate log times | |
- TZ=America/New_York | |
# Server list updater | |
# See https://github.com/qdm12/gluetun-wiki/blob/main/setup/servers.md#update-the-vpn-servers-list | |
- UPDATER_PERIOD=24h | |
- BLOCK_MALICIOUS=off | |
- BLOCK_SURVEILLANCE=off | |
- BLOCK_ADS=off | |
- DOT=off | |
windscribe-cornell: | |
image: qmcgaw/gluetun | |
container_name: windscribe-cornell | |
# line above must be uncommented to allow external containers to connect. | |
# See https://github.com/qdm12/gluetun-wiki/blob/main/setup/connect-a-container-to-gluetun.md#external-container-to-gluetun | |
cap_add: | |
- NET_ADMIN | |
devices: | |
- /dev/net/tun:/dev/net/tun | |
ports: | |
- 8938:8888/tcp # HTTP proxy | |
- 8438:8388/tcp # Shadowsocks | |
- 8438:8388/udp # Shadowsocks | |
volumes: | |
- ./windscribe:/gluetun | |
environment: | |
# See https://github.com/qdm12/gluetun-wiki/tree/main/setup#setup | |
- HTTPPROXY=on | |
- VPN_SERVICE_PROVIDER=windscribe | |
- VPN_TYPE=wireguard | |
- SERVER_HOSTNAMES=us-west-043.whiskergalaxy.com,us-west-062.whiskergalaxy.com | |
# Wireguard: | |
- WIREGUARD_PRIVATE_KEY=REDACTED | |
- WIREGUARD_PRESHARED_KEY=REDACTED | |
- WIREGUARD_ADDRESSES=REDACTED | |
# Timezone for accurate log times | |
- TZ=America/New_York | |
# Server list updater | |
# See https://github.com/qdm12/gluetun-wiki/blob/main/setup/servers.md#update-the-vpn-servers-list | |
- UPDATER_PERIOD=24h | |
- BLOCK_MALICIOUS=off | |
- BLOCK_SURVEILLANCE=off | |
- BLOCK_ADS=off | |
- DOT=off | |
windscribe-hendrix: | |
image: qmcgaw/gluetun | |
container_name: windscribe-hendrix | |
# line above must be uncommented to allow external containers to connect. | |
# See https://github.com/qdm12/gluetun-wiki/blob/main/setup/connect-a-container-to-gluetun.md#external-container-to-gluetun | |
cap_add: | |
- NET_ADMIN | |
devices: | |
- /dev/net/tun:/dev/net/tun | |
ports: | |
- 8939:8888/tcp # HTTP proxy | |
- 8439:8388/tcp # Shadowsocks | |
- 8439:8388/udp # Shadowsocks | |
volumes: | |
- ./windscribe:/gluetun | |
environment: | |
# See https://github.com/qdm12/gluetun-wiki/tree/main/setup#setup | |
- HTTPPROXY=on | |
- VPN_SERVICE_PROVIDER=windscribe | |
- VPN_TYPE=wireguard | |
- SERVER_HOSTNAMES=us-west-045.whiskergalaxy.com | |
# Wireguard: | |
- WIREGUARD_PRIVATE_KEY=REDACTED | |
- WIREGUARD_PRESHARED_KEY=REDACTED | |
- WIREGUARD_ADDRESSES=REDACTED | |
# Timezone for accurate log times | |
- TZ=America/New_York | |
# Server list updater | |
# See https://github.com/qdm12/gluetun-wiki/blob/main/setup/servers.md#update-the-vpn-servers-list | |
- UPDATER_PERIOD=24h | |
- BLOCK_MALICIOUS=off | |
- BLOCK_SURVEILLANCE=off | |
- BLOCK_ADS=off | |
- DOT=off | |
windscribe-hawkins: | |
image: qmcgaw/gluetun | |
container_name: windscribe-hawkins | |
# line above must be uncommented to allow external containers to connect. | |
# See https://github.com/qdm12/gluetun-wiki/blob/main/setup/connect-a-container-to-gluetun.md#external-container-to-gluetun | |
cap_add: | |
- NET_ADMIN | |
devices: | |
- /dev/net/tun:/dev/net/tun | |
ports: | |
- 8940:8888/tcp # HTTP proxy | |
- 8440:8388/tcp # Shadowsocks | |
- 8440:8388/udp # Shadowsocks | |
volumes: | |
- ./windscribe:/gluetun | |
environment: | |
# See https://github.com/qdm12/gluetun-wiki/tree/main/setup#setup | |
- HTTPPROXY=on | |
- VPN_SERVICE_PROVIDER=windscribe | |
- VPN_TYPE=wireguard | |
- SERVER_HOSTNAMES=us-east-105.whiskergalaxy.com,us-east-106.whiskergalaxy.com | |
# Wireguard: | |
- WIREGUARD_PRIVATE_KEY=REDACTED | |
- WIREGUARD_PRESHARED_KEY=REDACTED | |
- WIREGUARD_ADDRESSES=REDACTED | |
# Timezone for accurate log times | |
- TZ=America/New_York | |
# Server list updater | |
# See https://github.com/qdm12/gluetun-wiki/blob/main/setup/servers.md#update-the-vpn-servers-list | |
- UPDATER_PERIOD=24h | |
- BLOCK_MALICIOUS=off | |
- BLOCK_SURVEILLANCE=off | |
- BLOCK_ADS=off | |
- DOT=off | |
windscribe-cubansandwich: | |
image: qmcgaw/gluetun | |
container_name: windscribe-cubansandwich | |
# line above must be uncommented to allow external containers to connect. | |
# See https://github.com/qdm12/gluetun-wiki/blob/main/setup/connect-a-container-to-gluetun.md#external-container-to-gluetun | |
cap_add: | |
- NET_ADMIN | |
devices: | |
- /dev/net/tun:/dev/net/tun | |
ports: | |
- 8941:8888/tcp # HTTP proxy | |
- 8441:8388/tcp # Shadowsocks | |
- 8441:8388/udp # Shadowsocks | |
volumes: | |
- ./windscribe:/gluetun | |
environment: | |
# See https://github.com/qdm12/gluetun-wiki/tree/main/setup#setup | |
- HTTPPROXY=on | |
- VPN_SERVICE_PROVIDER=windscribe | |
- VPN_TYPE=wireguard | |
- SERVER_HOSTNAMES=us-east-110.whiskergalaxy.com | |
# Wireguard: | |
- WIREGUARD_PRIVATE_KEY=REDACTED | |
- WIREGUARD_PRESHARED_KEY=REDACTED | |
- WIREGUARD_ADDRESSES=REDACTED | |
# Timezone for accurate log times | |
- TZ=America/New_York | |
# Server list updater | |
# See https://github.com/qdm12/gluetun-wiki/blob/main/setup/servers.md#update-the-vpn-servers-list | |
- UPDATER_PERIOD=24h | |
- BLOCK_MALICIOUS=off | |
- BLOCK_SURVEILLANCE=off | |
- BLOCK_ADS=off | |
- DOT=off | |
windscribe-precedent: | |
image: qmcgaw/gluetun | |
container_name: windscribe-precedent | |
# line above must be uncommented to allow external containers to connect. | |
# See https://github.com/qdm12/gluetun-wiki/blob/main/setup/connect-a-container-to-gluetun.md#external-container-to-gluetun | |
cap_add: | |
- NET_ADMIN | |
devices: | |
- /dev/net/tun:/dev/net/tun | |
ports: | |
- 8942:8888/tcp # HTTP proxy | |
- 8442:8388/tcp # Shadowsocks | |
- 8442:8388/udp # Shadowsocks | |
volumes: | |
- ./windscribe:/gluetun | |
environment: | |
# See https://github.com/qdm12/gluetun-wiki/tree/main/setup#setup | |
- HTTPPROXY=on | |
- VPN_SERVICE_PROVIDER=windscribe | |
- VPN_TYPE=wireguard | |
- SERVER_HOSTNAMES=us-east-089.whiskergalaxy.com,us-east-090.whiskergalaxy.com,us-east-092.whiskergalaxy.com,us-east-093.whiskergalaxy.com | |
# Wireguard: | |
- WIREGUARD_PRIVATE_KEY=REDACTED | |
- WIREGUARD_PRESHARED_KEY=REDACTED | |
- WIREGUARD_ADDRESSES=REDACTED | |
# Timezone for accurate log times | |
- TZ=America/New_York | |
# Server list updater | |
# See https://github.com/qdm12/gluetun-wiki/blob/main/setup/servers.md#update-the-vpn-servers-list | |
- UPDATER_PERIOD=24h | |
- BLOCK_MALICIOUS=off | |
- BLOCK_SURVEILLANCE=off | |
- BLOCK_ADS=off | |
- DOT=off |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment