-
How to reproduce:
Download file .ovpn in site and try to connect.
-
这是一个非常有趣的项目。 但是你能添加一些测试和解释吗?
如果项目在套接字上运行并且不应该链接到tun接口,为什么我需要一个虚拟本地地址?
你有没有在真正的ovpn配置上测试过它?
例如,从这里 https://www.vpngate.net/cn/
-
Setup my codespace using
```bash
sudo apt-get -y update
sudo apt-get -y install --no-install-recommends openvpn resolvconf
```
Added to my client.ovpn
```
script-security 2
up /etc/openv…
-
Hello. I have set up the container following the Readme. If I start the container like this:
`docker run --name openvpn -v ovpn-data:/etc/openvpn --rm -p 1194:1194/udp --cap-add=NET_ADMIN kylemanna…
-
```
What steps will reproduce the problem?
1. Start openvpn connection procedure. From command line:
/system/bin/openvpn --config client.ovpn
Or from OpenVPN Settings, it doesn't matter.
What i…
-
```
What steps will reproduce the problem?
1. Start openvpn connection procedure. From command line:
/system/bin/openvpn --config client.ovpn
Or from OpenVPN Settings, it doesn't matter.
What i…
-
```
What steps will reproduce the problem?
1. Connect OpenVPN with FixHTCRoute enabled
2. Switch from 3G to WiFi and back sometimes or make phone sleep, so it must
reconnect OVPN
3. Trying to ping OV…
-
```
What steps will reproduce the problem?
1. Connect OpenVPN with FixHTCRoute enabled
2. Switch from 3G to WiFi and back sometimes or make phone sleep, so it must
reconnect OVPN
3. Trying to ping OV…
-
![image](https://github.com/user-attachments/assets/47ff1ded-cd44-4011-b392-82ad026223ac)
Устанавливал на свежий антизапрет
На этот последний коммит
https://github.com/GubernievS/AntiZapret-VPN/…
-
Hello @hsand,
First, I'd like to complement you on the python script you've created here. It's been much easier to work with when I load it into my containers. Great job! Really. Thank you.
@Mik…