DynDNS: Unterschied zwischen den Versionen

Aus OrgaMon Wiki
Zur Navigation springen Zur Suche springen
(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…“)
 
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, 18: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"