summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsjlleo <[email protected]>2021-08-12 15:24:10 +0800
committerGitHub <[email protected]>2021-08-12 15:24:10 +0800
commit84cc266ef3af94602ec91f7205068e0fdb0835a5 (patch)
treec361395b0aff931b90b6a6823a5ff7e81fdf3822
parentcb43b976fc8e101a23c7fa22317dffedfd618d38 (diff)
Add Contributor #102.61
-rw-r--r--nf.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/nf.go b/nf.go
index 1ace344..583f6a5 100644
--- a/nf.go
+++ b/nf.go
@@ -33,6 +33,7 @@ func RequestIP(requrl string, ip string) string {
client := &http.Client{
Transport: &http.Transport{
TLSClientConfig: &tls.Config{ServerName: host},
+ // goodryb pull
Proxy: http.ProxyFromEnvironment,
},
CheckRedirect: func(req *http.Request, via []*http.Request) error { return http.ErrUseLastResponse },
@@ -96,7 +97,7 @@ func UnblockTest(MoiveID int, ip string) bool {
func ShellPrinter(Num int) {
switch Num {
case 0:
- fmt.Println("** NetFlix 解锁检测小工具 v2.6 By \033[1;36m@sjlleo&Goodryb\033[0m **")
+ fmt.Println("** NetFlix 解锁检测小工具 v2.61 By \033[1;36m@sjlleo&Goodryb\033[0m **")
case 1:
fmt.Println("\033[0;33mNetFlix不为您测试的出口IP提供服务\033[0m")
case 2: