Changed to use domain name instead of IP address

Fork of IFTTT by Austin Blackstone

Files at this revision

API Documentation at this revision

Comitter:
okano
Date:
Sat Sep 10 07:28:49 2016 +0000
Parent:
8:935972c2f628
Commit message:
Changed to use domain name instead of IP address. This can eliminate effort of updating/editing IP address each time when it is changed

Changed in this revision

ifttt.h Show annotated file Show diff for this revision Revisions of this file
diff -r 935972c2f628 -r e24a0eb41b4e ifttt.h
--- a/ifttt.h	Sun Jan 03 02:04:07 2016 +0000
+++ b/ifttt.h	Sat Sep 10 07:28:49 2016 +0000
@@ -27,7 +27,8 @@
 #define IFTTT_MAX_SIZE_EVENTNAME 50
 #define IFTTT_MAX_SIZE_STRING 512
 
-#define IFTTT_IP "23.23.215.91"
+//#define IFTTT_IP "50.16.216.115"
+#define IFTTT_IP "maker.ifttt.com"
 #define IFTTT_PORT 80
 
 #define IFTTT_GET 0