remove cloudflared

This commit is contained in:
jxxghp 2024-03-18 08:23:43 +08:00
parent 47c2ae1c08
commit f7c1d28c0f
3 changed files with 2 additions and 5 deletions

View File

@ -1 +1,2 @@
from .doh import doh_query_json
from .cloudflare import under_challenge

View File

@ -70,7 +70,7 @@ def _patched_getaddrinfo(host, *args, **kwargs):
return _orig_getaddrinfo(host, *args, **kwargs)
# monkey patch socket.getaddrinfo
# 对 socket.getaddrinfo 进行补丁
_orig_getaddrinfo = socket.getaddrinfo
socket.getaddrinfo = _patched_getaddrinfo

View File

@ -1,4 +0,0 @@
proxies:
- name: MP_Doh_Proxy
url: https://1.1.1.1/dns-query
mode: DOH