Trigus42

Results 47 comments of Trigus42

This is how it looks like: https://user-images.githubusercontent.com/59501676/169694066-ce7352fa-885e-4241-aa25-b5ea8826c75d.mp4 I'm using Chromium without any extensions

Unfortunately that doesn't seem to be the issue: ``` root@raspberrypi:~/OpenGFW# lsmod | grep nfnetlink_queue nfnetlink_queue 24576 0 nfnetlink 20480 5 nfnetlink_queue,nft_compat,nf_conntrack_netlink,nf_tables root@raspberrypi:~/OpenGFW# ./OpenGFW -l debug -c config.yaml rules.yaml 2024-04-11T20:01:49+02:00 INFO...

Unfortunately, I currently don't have that much time. But I will look into it soon. I'm using Python 3.10

I guess you don't know how to proceed? You need to download the page as a html file ![image](https://user-images.githubusercontent.com/59501676/149924067-f6fd15d7-5737-4b2d-a528-f5bc86a2b3a1.png)

Although it's weird, that you get the error `SET_FWMARK is set to 'yes' but no iptable_mangle support detected` you shouldn't need that if your reverse proxy is in the same...

I have also created an image `trigus42/qbittorrentvpn:firewall_disabled` with the firewall and health check disabled so you can check if the connection works. Just start the container with the image and...

I am not very knowledgeable when it comes to Docker swarms but I created a swarm with one manager and one worker node and deployed one service on the manager...

Seems like your VPN config includes an IPv6 configuration. Your container, however probably does not have IPv6 connectivity and also this image isn't designed for IPv6. Please post the upper...

Please try to add this to your VPN config: ``` pull-filter ignore "route-ipv6" pull-filter ignore "ifconfig-ipv6" pull-filter ignore "tun-ipv6" pull-filter ignore "redirect-gateway ipv6" pull-filter ignore "dhcp-option DNS6" ``` Edit: Didn't...

> We noticed another error message `Error adding route for 192.168.178.0/24. The web interface won't be reachable for the affected network`. You can try out the image `trigus42/qbittorrentvpn:testing`. It should...