This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug network/18419] add an option to resolv.conf to set all-zeros edns-client-subnet option


https://sourceware.org/bugzilla/show_bug.cgi?id=18419

--- Comment #3 from Daniel Kahn Gillmor <dkg at fifthhorseman dot net> ---
(In reply to Gowri from comment #2)
> FYI, here is the patch to dig to possibly reuse the idea/code:
> http://wilmer.gaa.st/edns-client-subnet/

fwiw, these patches add a client=<addr> option to dig, which is possibly more
complexity than we need to add in order to allow a simple opt-out.

for a simple opt-out, we could add a boolean option to resolv.conf named
"client-subnet-privacy".  Then if there is a specific use case for a fancier
implementation, it could be added separately, with the "client-subnet-privacy"
becoming a shorthand for something like "client=0/0",

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]