Skip to content

Commit

Permalink
Use http-only for api.ipify.org, default checkip service
Browse files Browse the repository at this point in the history
Signed-off-by: Joachim Wiberg <[email protected]>
  • Loading branch information
troglobit committed May 11, 2022
1 parent e2ed255 commit cbfa3bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/ddns.h
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
*/
#define DDNS_MY_IP_SERVER "api.ipify.org"
#define DDNS_MY_CHECKIP_URL "/"
#define DDNS_MY_IP_SSL DDNS_CHECKIP_SSL_SUPPORTED
#define DDNS_MY_IP_SSL DDNS_CHECKIP_SSL_UNSUPPORTED

/* Some default settings */
#define DDNS_DEFAULT_STARTUP_SLEEP 0 /* sec */
Expand Down

0 comments on commit cbfa3bd

Please sign in to comment.