Changeset 6170

Show
Ignore:
Timestamp:
05/19/10 14:45:39 (3 years ago)
Author:
Cyrus
Message:

uddns: Interim commit

Location:
luci2
Files:
3 added
1 removed
1 copied

Legend:

Unmodified
Added
Removed
  • luci2/uddns/uddns.uci

    r6169 r6170  
    99    option url "https://[USERNAME]:[PASSWORD]@members.dyndns.org/nic/update?hostname=[DOMAIN]&myip=[IP]" 
    1010    option sucess "good" 
    11     option unchanged "nochg" 
     11    option nochange "nochg" 
    1212     
    1313config provider noip 
     
    1515    option url "https://[USERNAME]:[PASSWORD]@dynupdate.no-ip.com/nic/update?hostname=[DOMAIN]&myip=[IP]" 
    1616    option expect "good" 
    17     option unchanged "nochg" 
     17    option nochange "nochg" 
    1818     
    1919config provider changeip 
     
    2121    option url "https://[USERNAME]:[PASSWORD]@nic.changeip.com/nic/update?u=[USERNAME]&p=[PASSWORD]&cmd=update&hostname=[DOMAIN]&ip=[IP]" 
    2222    option expect "Successful Update" 
    23     option unchanged "Successful Update" 
     23    option nochange "Successful Update" 
    2424 
    2525 
    26 config host host1 
    27     option automatic 0 
    28     option provider "dyndns" 
    29     option username "foo" 
    30     option password "bar" 
    31     option hostname "foobar.example.com" 
     26#config host host1 
     27#   option auto 0 
     28#   option provider "dyndns" 
     29#   option username "foo" 
     30#   option password "bar" 
     31#   option hostname "foobar.dyndns.org"