Closed brnbs closed 1 year ago
This issue is stale because it has been open 90 days with no activity. Remove stale label or comment or this will be closed in 5 days.
@nadoo @felixonmars could you help me with this? I would really appreciate your input!
I am trying to run the following example from the docs:
glider -listen udp://:53 -forward socks5://SERVER_IP:9150,udp://8.8.8.8:53
Then on the server, I start a simple SOCKS5 server using glider:glider -verbose -listen socks5://:9150
In this setup, runningnslookup apple.com 127.0.0.1
works well and returns a non-authoritative answer.However, if I use Dante SOCKS5 server with a very minimal config (without authentication), the UDP tunneling does not work and I get a DNS request timeout error. The Dante server has been tested with multiple clients, and it is working fine. Here is the config I used to start Dante:
This is the verbose output of the glider command:
And this is the output of the DNS query:
Could it be a bug in the UDP forwarding implementation that causes this compatibility issue?