Skip to content
This repository has been archived by the owner on Jun 14, 2024. It is now read-only.

Commit

Permalink
Update EasyDDNS.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
ayushsharma82 authored Dec 16, 2019
1 parent 91dedca commit be44095
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions EasyDDNS.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@ void EasyDDNSClass::update(unsigned long ddns_update_interval){
update_url = "http://api.dynu.com/nic/update?hostname="+ddns_d+"&myip="+new_ip+"&username="+ddns_u+"&password="+ddns_p+"";}
else if(ddns_choice == "enom"){
update_url = "http://dynamic.name-services.com/interface.asp?command=SetDnsHost&HostName="+ddns_d+"&Zone="+ddns_u+"&DomainPassword="+ddns_p+"&Address="+new_ip+"";}
else if(ddns_choice == "all-inkl"){
update_url = "http://"+ddns_u+":"+ddns_p+"@dyndns.kasserver.com/?myip="+new_ip;}
else{
Serial.println("## INPUT CORRECT DDNS SERVICE NAME ##");
return;
Expand Down

0 comments on commit be44095

Please sign in to comment.