Browse Source
Merge pull request #3023 from tomsommer/patch-1
unoeuro.com is now simply.com
pull/3029/head
neil
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
7 deletions
-
dnsapi/dns_unoeuro.sh
|
|
@ -5,7 +5,7 @@ |
|
|
|
# |
|
|
|
#UNO_User="UExxxxxx" |
|
|
|
|
|
|
|
Uno_Api="https://api.unoeuro.com/1" |
|
|
|
Uno_Api="https://api.simply.com/1" |
|
|
|
|
|
|
|
######## Public functions ##################### |
|
|
|
|
|
|
@ -24,12 +24,6 @@ dns_unoeuro_add() { |
|
|
|
return 1 |
|
|
|
fi |
|
|
|
|
|
|
|
if ! _contains "$UNO_User" "UE"; then |
|
|
|
_err "It seems that the UNO_User=$UNO_User is not a valid username." |
|
|
|
_err "Please check and retry." |
|
|
|
return 1 |
|
|
|
fi |
|
|
|
|
|
|
|
#save the api key and email to the account conf file. |
|
|
|
_saveaccountconf_mutable UNO_Key "$UNO_Key" |
|
|
|
_saveaccountconf_mutable UNO_User "$UNO_User" |
|
|
|