Add URL parameter to enable notification of IP changes
This commit is contained in:
@@ -21,6 +21,7 @@ DEFAULT_ENDPOINT_PARAMS = {
|
||||
"ipv6": ["myip6", "ipv6", "ip6"],
|
||||
"username": ["username", "user"],
|
||||
"password": ["password", "pass", "token"],
|
||||
"notify_change": ["notify_change"],
|
||||
}
|
||||
|
||||
VALID_PARAM_KEYS = frozenset(DEFAULT_ENDPOINT_PARAMS.keys())
|
||||
|
||||
Reference in New Issue
Block a user