CEO of Death Star

Results 8 comments of CEO of Death Star

The `@IsEmail()` is responsible for checking if a string is an email or not. Email pattern is like this `*@*.*` and as long as it has the pattern, It doesn't...

> The log file is missing most of the important parts - what did it try to ifconfig, and what did the server send. Please include a full log with...

> So, the reason for all these errors about IPv6 routing are because your PUSH_REPLY message has `redirect-gateway ipv6`, but no `ifconfig-ipv6` - and putting an IPv6 route to an...

> What sort of proxy is this, running locally on the same machine (127.0.0.1)? Since this will most certainly be different between Windows and MacOS - maybe there are logs...

> Looks like you are losing the route to the proxy after the tunnel is up. Is there a bypass route to the proxy setup? > > As per the...

I found the solution, I had to add the proxy route manually using below command: ```shell route add -net PROXY_IP 192.168.1.1 255.255.255.255 ```

I'm exposing V2Ray connection using a local HTTP proxy server (`127.0.0.1:8001`) and the V2Ray server ip for example is `185.1.1.1`. OpenVPN adds a route bypass for `127.0.0.1` I guess, But...

I've explained in my previous comment, let me explain it better. I've connected to a v2ray server and its ip is `185.1.1.1` for example. I'm able to connect to that...