Skip to content

Commit

Permalink
Add Contributor #10
Browse files Browse the repository at this point in the history
  • Loading branch information
sjlleo authored Aug 12, 2021
1 parent cb43b97 commit 84cc266
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion nf.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 },
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 84cc266

Please sign in to comment.