Skip to content

Commit f2b64ba

Browse files
committed
docs
1 parent 9b969d3 commit f2b64ba

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,9 @@ Run `python3 dnsserver.py --help` for a list of arguments.
6969
* `--http-port`: the HTTP server port. If not set, no HTTP server is started. The HTTP server is used to serve a index.html for the `/` location and the `/keys` with the keys.
7070
* `--http-index-file`: path to the HTTP index html. We don't serve assets. The file is read upon start and cached.
7171
* `--log-level`: INFO|WARNING|ERROR|DEBUG. You should run on ERROR level in production.
72+
* `--only-private-ips`: Only resolve private ips.
73+
* `--no-reserved-ips`: Don't resolve reserved ips.
74+
7275

7376
This software uses port 6000 for internal communication. It is bound to 127.0.0.1.
7477

0 commit comments

Comments
 (0)