i cannot spell

This commit is contained in:
Freya Murphy 2023-04-13 11:29:16 -04:00
parent 0605385c9e
commit 98a0b99f06

View file

@ -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. 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 IN A google.com