Skip to content
Discussion options

You must be logged in to vote

I've tested this recently with AirVPN and Deluge, and it does work -- at least for OpenVPN-based connections. Since you mentioned Portainer, I knocked together a Portainer Stack that you could compare against what you're doing to see if they match -- or use for testing:

version: '3.7'
services:
    gluetun:
        container_name: gluetun
        image: qmcgaw/gluetun:latest
        cap_add:
            - NET_ADMIN
        ports:
            - 8080:8080 # Mullvad
            - ****:**** # Your Mullvad forwarded listening port
            - ****:****/udp # Your Mullvad forwarded listening port/udp
        environment:
            - VPN_SERVICE_PROVIDER=mullvad
            - VPN_TYPE=wireguard

Replies: 3 comments 5 replies

Comment options

You must be logged in to vote
4 replies
@trainiac66
Comment options

@qdm12
Comment options

@SKOM29
Comment options

@bnhf
Comment options

bnhf Mar 6, 2023
Collaborator

Answer selected by trainiac66
Comment options

You must be logged in to vote
1 reply
@bnhf
Comment options

bnhf Mar 6, 2023
Collaborator

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
5 participants