micron10
micron10
Thanks for now i will close if find any other will update you. Thanks for support!
Hi @PikuZheng please see this bug [2023-12-29 22:20:13,358][FATAL][ smartdns.c:635 ] process exit with signal 11, code = 1, errno = 0, pid = 8, self = 396495, pc = 0x951aa0,...
Hi smartdns.conf user root bind [::]:53 bind-tcp [::]:53 bind-tls [::]:853 server 8.8.8.8 server-tls 8.8.8.8 server 8.8.4.4 server-tls 8.8.4.4 server 1.1.1.1 server-tls 1.1.1.1 server 1.0.0.1 server-tls 1.0.0.1 #server 2001:4860:4860::8888 #server 2001:4860:4860::8844...
Hi @pymumu Happy New Year ! when have time download core dump size is 700mb: https://fileport.io/EZUw7vNdw7Xe P.S. In log file have only one line in this period: [2023-12-31 17:51:45,356][ERROR][ dns_cache.c:96...
I think all is fine now . Now build latest master and get this warrning please see: dns_conf.c: In function '_get_domain': dns_conf.c:346:30: warning: implicit declaration of function 'utf8_to_punycode' [-Wimplicit-function-declaration] 346...
And one more is it possible this : src/dns_server.c if (type == SOCK_STREAM) { if (listen(fd, 16) != 0) { tlog(TLOG_ERROR, "listen failed.\n"); goto errout; } } listen(fd, 16) -...
> > implicit-function-declaration > > There is no problem when I compile. What version of gcc? gcc 13.2.0 glibc 2.38
> And one more is it possible this : > > src/dns_server.c > > if (type == SOCK_STREAM) { if (listen(fd, 16) != 0) { tlog(TLOG_ERROR, "listen failed.\n"); goto errout;...
Hi @pymumu one strange situation when start service all is fine work on 2-9% load.. but in time of work after 1 hour or more start use 100% and more....
Config : user root bind [::]:53 bind-tcp [::]:53 bind-tls [::]:853 server 8.8.8.8 server-tls 8.8.8.8 server 8.8.4.4 server-tls 8.8.4.4 server 1.1.1.1 server-tls 1.1.1.1 server 1.0.0.1 server-tls 1.0.0.1 cache-size 2621440 cache-persist yes...