diff options
-rw-r--r-- | readme.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -7,9 +7,9 @@ A simple and lightweight dns server written in C Wrapper by default runs on port 53 udp and tcp, which is the default port for DNS. If you wish to change this variable, set the `PORT` environment variable is set to a different port number. -To set custom records, wrapper reads confguration from `/etc/wrapper.conf`, and if that doesnt exist, `./config`. +To set custom records, wrapper reads configuration from `/etc/wrapper.conf`, and if that doesn't exist, `./config`. -The config file format is a question on its own line, then followed by records on their own line. To seperate questions/records from eachother, place a extra empty new line between them. For example... +The config file format is a question on its own line, then followed by records on their own line. To separate questions/records from each other, place a extra empty new line between them. For example... ``` IN A google.com |