Re: [Dnsmasq-discuss] Can't get dnsmasq to work on OS X 10.6 as DNS forwarder only

2010-07-31 Thread Sung Pae
On 31 Jul 2010, at 3:08 AM, Jan Psota wrote: I use Linux, but: netstat -lup # = --listening --udp --program (run as root) should show you which program blocks dnsmasq by binding port 53 (domain) like here: udp0 0 *:domain*:* 3116/dnsmasq udp0

Re: [Dnsmasq-discuss] Announce: dnsmasq-2.63rc1

2012-08-09 Thread Sung Pae
On 29 Jul 2012, at 2:37 PM, Simon Kelley wrote: Please could anyone who can test this code? Hello, v2.63rc2 fails to build with -DNO_DHCP. This is because #define ret_err(x) is nested in an #ifdef HAVE_DHCP Cheers, Sung Pae ___ Dnsmasq

Re: [Dnsmasq-discuss] dnsmasq cache dump

2013-02-11 Thread Sung Pae
On Mon, Feb 11, 2013 at 09:11:47AM +, Simon Kelley wrote: On 11/02/13 09:02, trang dang wrote: Hello, I use dnsmasq 2.63 on debian, only dns is on, and want to read cache dump with a small script. Till now the cache dump has been written in extra log file (log-facility is on) or

[Dnsmasq-discuss] [PATCH] Check for SERV_NO_REBIND on unqualified domains

2019-12-30 Thread Sung Pae
Hello, My home network has a DNS search domain of home.arpa and my machine's dnsmasq instance is configured with: server=/home.arpa/192.168.0.1 server=//192.168.0.1 stop-dns-rebind rebind-domain-ok=home.arpa rebind-domain-ok=// # Match unqualified domains

[Dnsmasq-discuss] [PATCH] Fix segfault and regressions in option --rebind-domain-ok

2021-11-18 Thread Sung Pae
Hello list, The --rebind-domain-ok option is broken in v2.86 and on master in the following ways: * In v2.85, --stop-dns-rebind --rebind-domain-ok=test.me would only allow "test.me" and subdomains of "test.me" to return private addresses to the user. A query for localtest.me, which is known