mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-04-28 03:00:18 -04:00
change clownflare owned icanhazip.com to myip.wtf
This commit is contained in:
@@ -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)
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user