We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 391a4ca commit e42abb3Copy full SHA for e42abb3
README.md
@@ -45,6 +45,9 @@ interval = 30
45
# If not specified, the first discovered internet gateway device will be used.
46
# If set to loopback (127.0.0.1), the local IP address will be watched
47
# by querying the OS of the current local IP address.
48
+# Can also be set to the UPnP InternetGatewayDevice endpoint URI (e.g.
49
+# "http://192.168.1.1:49000/igd2desc.xml", it is printed in verbose mode with `-v`),
50
+# in which case the network discovering step will be skipped.
51
router_ip = "192.168.1.1"
52
53
# Cloudflare DNS records to update. Optional.
0 commit comments