0

I have a .diff edns-client-ip patch file for dig, but i dont know how to install it. Any tips? The patch for it is available here- http://wilmer.gaa.st/edns-client-subnet/

1 Answers1

0

try patch in the source directory of bind-dig-edns

$ cd /path/to/bind-xxx-dig-edns-client/src
$ patch -p1 < bind-xxx-dig-edns-client-subnet.diff
c00kiemon5ter
  • 16,994
  • 7
  • 46
  • 48