From a33443a91602c5404b167f0c88b91fd401fd28bd Mon Sep 17 00:00:00 2001 From: Chavee Issariyapat Date: Tue, 7 Mar 2017 12:42:32 +0700 Subject: [PATCH 1/2] Update AuthClient.h --- AuthClient.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/AuthClient.h b/AuthClient.h index 2bacf32..bb72298 100644 --- a/AuthClient.h +++ b/AuthClient.h @@ -12,7 +12,7 @@ #include "SHA1.h" //#include "debug.h" -#define GEARAUTHHOST "ga.netpie.io" +#define GEARAUTHHOST "ptt.netpie.io" #define GEARAUTHPORT 8080 #define GEARAUTHSECUREPORT 8081 @@ -59,4 +59,4 @@ class AuthClient { void addParam(char*, char*, char*, bool); unsigned long bootts; }; -#endif \ No newline at end of file +#endif From 52ca7e305e431027d3ecab9e9666aea2aae276bb Mon Sep 17 00:00:00 2001 From: Chavee Issariyapat Date: Tue, 7 Mar 2017 12:42:49 +0700 Subject: [PATCH 2/2] Update AuthClient.h --- AuthClient.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AuthClient.h b/AuthClient.h index bb72298..daf8ff0 100644 --- a/AuthClient.h +++ b/AuthClient.h @@ -12,7 +12,7 @@ #include "SHA1.h" //#include "debug.h" -#define GEARAUTHHOST "ptt.netpie.io" +#define GEARAUTHHOST "pct.netpie.io" #define GEARAUTHPORT 8080 #define GEARAUTHSECUREPORT 8081