Explorar o código

change clownflare owned icanhazip.com to myip.wtf

zero %!s(int64=2) %!d(string=hai) anos
pai
achega
47f5ac8bb3
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      doc/src/dev/contrib/tor.md

+ 1 - 1
doc/src/dev/contrib/tor.md

@@ -13,7 +13,7 @@ import socket
 socks.set_default_proxy(socks.SOCKS5, "127.0.0.1", 9050)
 socket.socket = socks.socksocket
 import requests
-response = requests.get("https://icanhazip.com")
+response = requests.get("https://myip.wtf/text")
 print(response.content)
 ```