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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ Authorization is done using HTTP Basic Auth or using the *username* and *passwor
8
8
9
9
The full URL looks like *http://dyndns.example.com/?hostname=myhost.example.com* (HTTP Basic Auth) or *http://dyndns.example.com/?hostname=myhost.example.com&username=myuser&password=mypassword* (URL variable auth).
10
10
11
-
You may also specify the IP address using a GET variable (ipaddress=your.ip.address.here). Example: *http://dyndns.example.com/?hostname=myhost.example.com&ipaddress=79.206.99.18*
11
+
You may also specify the IP address using a GET variable (ipaddress=your.ip.address.here). Example: *http://dyndns.example.com/?hostname=myhost.example.com&ipaddress=79.206.99.18* or *http://dyndns.example.com/?hostname=myhost.example.com&ipaddress=2003:66:ef5d:9300:5899:991b:8542:b19f*
12
12
13
13
PHP DynDNS also supports IPv6! To update both, the IPv4 and IPv6 address, just make two requests (one with the IPv4 and one with the IPv6 address).
0 commit comments