What's new

Does dnsmasq ipset work?

  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

VaMpIrE-KiNg

Occasional Visitor
My dnsmasq ipset is not work

Code:
server=/google.com/8.8.8.8
ipset=/google.com/test

Name: test
Type: hash:net
Revision: 6
Header: family inet hashsize 4096 maxelem 1000000
Size in memory: 352
References: 0
Number of entries: 0
Members:
 
Works fine here.
Code:
# ipset list
Name: test
Type: hash:net
Revision: 6
Header: family inet hashsize 1024 maxelem 65536
Size in memory: 736
References: 0
Number of entries: 6
Members:
142.250.187.238
142.250.178.5
216.58.212.196
172.217.169.46
216.58.212.206
142.250.187.229
 
Works fine here.
Code:
# ipset list
Name: test
Type: hash:net
Revision: 6
Header: family inet hashsize 1024 maxelem 65536
Size in memory: 736
References: 0
Number of entries: 6
Members:
142.250.187.238
142.250.178.5
216.58.212.196
172.217.169.46
216.58.212.206
142.250.187.229
which version ? I am using 386.8
 

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Top