Custom VPN cant establish connection bad protocol #482
Answered
by
qdm12
Sakujakira
asked this question in
Q&A
-
Hello there, since friday i cant connect anymore with my VPN Provider through Gluetun. Everything i get is this error:
This is my docker-compose: gluetun:
image: qmcgaw/gluetun
container_name: gluetun
hostname: gluetun
cap_add:
- NET_ADMIN
ports:
- 8885:8888/tcp # HTTP proxy
- 8388:8388/tcp # Shadowsocks
- 8388:8388/udp # Shadowsocks
- 8000:8000/tcp # Built-in HTTP control server
- 9092:9091 # Expose Transmission Webinterface
- 9117:9117 # Expose Jackett Interface
volumes:
- ${USERDIR}/docker/gluetun:/gluetun
- ${USERDIR}/docker/gluetun/AirVPN_SE-Stockholm_Lupus_UDP-443.ovpn:/gluetun/custom.conf
environment:
- TZ=${TZ}
- PUID=${PUID}
- PGID=${PGID}
- FIREWALL_VPN_INPUT_PORTS=38080
#- FIREWALL=on
- OPENVPN_CUSTOM_CONFIG=/gluetun/custom.conf
- OPENVPN_USER=""
- OPENVPN_PASSWORD=""
- OPENVPN_VERBOSITY=6
- HTTPPROXY=on
- HTTPPROXY_LOG=on
- PROTOCOL=UDP
- BLOCK_MALICIOUS=on
- BLOCK_SURVEILLANCE=on
- BLOCK_ADS=on
restart: always
networks:
- web
#security_opt:
# - no-new-privileges:true
labels:
- "org.hotio.pullio.notify=true"
- "org.hotio.pullio.update=true"
- "org.hotio.pullio.discord.webhook=https://discord.com/api/webhooks/[...]"
- "org.hotio.pullio.author.avatar=https://hotio.dev/img/pullio-sunglasses.svg" I'd appreciate any hints or tips for resolving my issue. Kind regards |
Beta Was this translation helpful? Give feedback.
Answered by
qdm12
Jun 7, 2021
Replies: 1 comment 1 reply
-
It's fixed in Thanks for taking the time to let me know! |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Sakujakira
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It's fixed in
:latest
with a402d91 sorry it was a code bug I introduced not so long ago.Thanks for taking the time to let me know!