1
0
mirror of https://github.com/taigrr/godns synced 2025-01-18 04:03:25 -08:00

update README file

This commit is contained in:
Timothy 2017-03-23 09:10:35 +08:00
parent 0165b5d368
commit 5f5243f66e

View File

@ -29,6 +29,17 @@ go get
go build
```
## Get help
```bash
$ ./godns -h
Usage of ./godns:
-c string
Specify a config file (default "./config.json")
-d Run it as docker mode
-h Show help
```
## Config it
* Get [config_sample.json](https://github.com/timothyye/godns/blob/master/config_sample.json) from Github.