-
-
Notifications
You must be signed in to change notification settings - Fork 39
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
The DNS server stops working every couple of hours #62
Comments
been running
|
Thanks for replying. |
I used a script that performs a lot of DNS queries (like a query per 5ms for 5 minutes), and it happened again.
Output of a sample
|
I've made some changes in DNS (still work in progress) in #63, feel free to install it and see how that works. doesn't support DNS over SOCKS5 proxy though (for now).
|
I switched to this version. I haven't tested yet. |
Hi,
The server's log is kinda frozen too. |
I would like to add to this problem. I experienced today the same problem. I first tried to ask the dns server for google.com über nslookup from my windows pc. I did saw the dns traffic from my windows pc to the sniproxy but no outbound dns traffic ware made. I then checked if the docker host system can lookup domains, and dns worked. After that a spawned a bash shell in the container uns tried to make a http request with curl and this also worked. At last i just restarted the container and that solved the dns problem. I ran the sniproxy in DEBUG mode, so i can provide the log but there ware no errors in to logs. The only thing i noticed was the a missing INFO line in the logs |
I'll consider this issue closed due to the changes I've made to the proxy. if the problem still exists, please re-open the issue |
The DNS server stops working every couple of hours (does not respond to DNS queries) and it continues to work after a restart. Everything works properly after the restart.
I am using docker image
ghcr.io/mosajjal/sniproxy:v2.0.3
with default configuration + domain acl. The log level isinfo
and there is nothing in the logs (like no one sends any DNS queries).The text was updated successfully, but these errors were encountered: