DynDNS: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Root (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „ # # USER = Your DynDNS User Account Login-Name, Sample fred # PWD = Your DynDNS User Account Password, Sample K2KS-82h # HOST = Your Full DynDNS Hostname, S…“) |
Root (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
||
Zeile 1: | Zeile 1: | ||
# | # | ||
# USER = Your DynDNS User Account Login-Name, Sample fred | # USER = Your DynDNS User Account Login-Name, Sample fred | ||
# PWD = Your DynDNS User Account Password, Sample K2KS-82h | # PWD = Your DynDNS User Account Password, Sample K2KS-82h | ||
# KEY = Your DynDNS Update Key, see Settings in your dyn Account | |||
# HOST = Your Full DynDNS Hostname, Sample me.dyndns.org | # HOST = Your Full DynDNS Hostname, Sample me.dyndns.org | ||
# IP = The new IP your want to resolve HOST to | # IP = The new IP your want to resolve HOST to | ||
# | # | ||
== Alternative http == | |||
wget --quiet --output-document=- --http-user=$USER --http-password=$PWD https://members.dyndns.org/nic/update?hostname=$HOST\&myip=$IP | wget --quiet --output-document=- --http-user=$USER --http-password=$PWD https://members.dyndns.org/nic/update?hostname=$HOST\&myip=$IP | ||
== Alternative https == | |||
wget "https://$USER:$KEY@members.dyndns.org/v3/update?hostname=$HOST&myip=$IP" |
Aktuelle Version vom 29. November 2019, 17:44 Uhr
# # USER = Your DynDNS User Account Login-Name, Sample fred # PWD = Your DynDNS User Account Password, Sample K2KS-82h # KEY = Your DynDNS Update Key, see Settings in your dyn Account # HOST = Your Full DynDNS Hostname, Sample me.dyndns.org # IP = The new IP your want to resolve HOST to #
Alternative http
wget --quiet --output-document=- --http-user=$USER --http-password=$PWD https://members.dyndns.org/nic/update?hostname=$HOST\&myip=$IP
Alternative https
wget "https://$USER:$KEY@members.dyndns.org/v3/update?hostname=$HOST&myip=$IP"