Skip to content
This repository has been archived by the owner on Sep 22, 2023. It is now read-only.

Commit

Permalink
Root note
Browse files Browse the repository at this point in the history
  • Loading branch information
Douile committed Apr 26, 2019
1 parent 9231d83 commit cf5f85f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ _A fully python 3 implementation of a DNS server_
## Notes
+ At the moment the only records supported are IPV4 A records (however the main codebase is there to support others)
+ TTL will be set to 0 as not to corrupt cache with bad records, in the future this can be changed
+ Must run as root/admin to bind port 53 (any port < 1000)

## Hosts
You can setup hosts in a `hosts.txt` file in the format
Expand Down

0 comments on commit cf5f85f

Please sign in to comment.