-
-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No internet on spoofed domains #65
Comments
When I spoof all I get this: ~$ curl https://ifconfig.com
curl: (60) SSL certificate problem: unable to get local issuer certificate
More details here: https://curl.se/docs/sslcerts.html
curl failed to verify the legitimacy of the server and therefore could not
establish a secure connection to it. To learn more about this situation and
how to fix it, please visit the web page mentioned above. http connections are OK, but https connections will timeout or end up with an error |
I am using the latest image and everything works as it should.
|
ifconfig.com does indeed not have a valid ssl cert. So the curl error is correct |
Yes I get VPS-IP
On other https websites it just hangs, for example:
HTTP:
|
Does the curl command work in the Container? |
Yes it works |
I am using the default configuration, + some custom domains, ports 53, 80 and 443 are open and mapped in compose to 8443 8080 and 5300/udp
I have access to internet on non-spoofed domains but not on spoofed ones:
On my client (which it's ip is in
ALLOWED_CLIENTS
list):It hangs here and time out.
Non-spoofed:
Here's my compose logs:
Any idea what's happening? It looks like the dns is working but it cannot get data from the VPS
The text was updated successfully, but these errors were encountered: