Closed raptorxcz closed 11 months ago
Here is my configuration:
vpn-slice -d example.com 10.0.0.0/8 wiki.example.com --verbose --dump
This means that only traffic to 10.0.0.0/8
, the VPN's DNS server(s), and the IP address(es) of wiki.example.com
will be routed over the VPN.
Nothing else will be routed over the VPN.
But when I open webpage in vpn, …
What is the IP address of the web server in question? Is it one of the above?
… the browser stuck. If I do the same with curl, the curl stuck, after some time I get:
:question:
Did you mean to show an error message here?
Hello, I am using vpn-slice with openconnect instead of AnyConnect on macOS. I can successfully connect to vpn. But when I open webpage in vpn, the browser stuck. If I do the same with curl, the curl stuck, after some time I get:
Here is my configuration:
vpn-slice -d example.com 10.0.0.0/8 wiki.example.com --verbose --dump
Any idea what is wrong?