add reload logging

This commit is contained in:
jxxghp
2025-06-23 10:14:22 +08:00
parent d2992f9ced
commit 1f44e13ff0
17 changed files with 17 additions and 0 deletions
+1
View File
@@ -68,6 +68,7 @@ def enable_doh(enable: bool):
else:
socket.getaddrinfo = _orig_getaddrinfo
class DohHelper(metaclass=Singleton):
def __init__(self):
enable_doh(settings.DOH_ENABLE)