Quentin McGaw

Results 873 comments of Quentin McGaw

Since I have a rather long backlog of providers to add support for, I spent a good amount of time refactoring the code and writing guides on adding a VPN...

See https://github.com/qdm12/gluetun/pull/961#issuecomment-1162504432

Done in d0dfc21e2bdb038ca3f5c3c144b06e406f9c9fbc

The problem with your approach is that when Gluetun auto-heals, the IP could change. Also when the port forwarded expires, it will change. And your associated container won't be notified...

It's still a work in progress at https://github.com/qdm12/dns/tree/v2.0.0-beta I can't give an exact timeline, but it's almost done.

Thanks for the detailed issue. The implementation for the Shadowsocks server is at https://github.com/qdm12/ss-server and there is a Docker image for it. Maybe try with this one directly without Wireguard...

Cool thanks for testing that! What are you trying to do? Access the shadowsocks server through the vpn ip address? I'm not 100% sure I follow where you run your...

> I am trying this: client.py -> clash's tun -> my pc's ss gluetun's ss gluetun's wg vpn's wg server.py Oh ok thanks for clarifying. Just a few more questions...

I think @Frepke mentioned that to me months ago, but haven't had the time to search. I think it's possible using some Docker networking & routing gymnastics on your host,...

Not for my part. I'd tend to think it requires quite a bit of firewall and routing config on the host, and that doesn't motivate me to explore that route...