i cannot spell
This commit is contained in:
parent
0605385c9e
commit
98a0b99f06
1 changed files with 2 additions and 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
|
||||
|
|
Loading…
Reference in a new issue