You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -69,6 +69,9 @@ Run `python3 dnsserver.py --help` for a list of arguments.
69
69
*`--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.
70
70
*`--http-index-file`: path to the HTTP index html. We don't serve assets. The file is read upon start and cached.
71
71
*`--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
+
72
75
73
76
This software uses port 6000 for internal communication. It is bound to 127.0.0.1.
0 commit comments