From 50c69bf548bbfafe2ed6281e1e352e71c07ed0b1 Mon Sep 17 00:00:00 2001 From: TimothyYe Date: Thu, 18 Apr 2019 13:30:00 +0800 Subject: [PATCH] update README --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b582401..de3258c 100644 --- a/README.md +++ b/README.md @@ -111,7 +111,7 @@ For Cloudflare, you need to provide email & Global API Key as password, and conf "sub_domains": ["www","test"] } ], - "ip_url": "https://ifconfig.co/ip", + "ip_url": "https://myip.biturl.top", "socks5_proxy": "" } ``` @@ -133,7 +133,7 @@ For DNSPod, you need to provide email & password, and config all the domains & "sub_domains": ["www","test"] } ], - "ip_url": "http://members.3322.org/dyndns/getip", + "ip_url": "https://myip.biturl.top", "socks5_proxy": "" } ``` @@ -155,7 +155,7 @@ For AliDNS, you need to provide `AccessKeyID` & `AccessKeySecret` as `email` & ` "sub_domains": ["www","test"] } ], - "ip_url": "http://members.3322.org/dyndns/getip", + "ip_url": "https://myip.biturl.top", "socks5_proxy": "" } ``` @@ -176,7 +176,7 @@ For HE, email is not needed, just fill DDNS key to password, and config all the "sub_domains": ["www","test"] } ], - "ip_url": "http://members.3322.org/dyndns/getip", + "ip_url": "https://myip.biturl.top", "socks5_proxy": "" } ```