Skip to content

Commit

Permalink
Fixes #3 : Handles the new +edns option in dig command
Browse files Browse the repository at this point in the history
  • Loading branch information
kamarya committed Feb 25, 2018
1 parent 200ef4b commit 5b6cd44
Show file tree
Hide file tree
Showing 5 changed files with 205 additions and 119 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,5 @@ linux-service:
chmod 755 /etc/init.d/dnsd
macos-service:
cp service/service.dnsd.plist /Library/LaunchDaemons
clean:
rm -f dnsd
4 changes: 4 additions & 0 deletions dnsd.conf
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,7 @@ server_url = https://dns.google.com/

# The local service port
service_port = 53

# EDNS ECS support default is disabled (0)
# to enable change the following line to "enable_edns_ecs=true"
enable_edns_ecs = false
Loading

0 comments on commit 5b6cd44

Please sign in to comment.