fix: default to udp://1.1.1.1 DNS (DoT fails silently, breaks all proxy connections)

This commit is contained in:
2026-07-19 01:22:08 +03:00
parent 5addc6471e
commit 467ab7edf1
5 changed files with 8 additions and 6 deletions
+1 -1
View File
@@ -6,5 +6,5 @@ RUN apt-get update && apt-get install -y --no-install-recommends ca-certificates
COPY --from=sb-bin /usr/local/bin/sing-box /usr/local/bin/sing-box
RUN chmod +x /usr/local/bin/sing-box
WORKDIR /src
COPY entrypoint.py .
COPY . .
ENTRYPOINT ["python3", "entrypoint.py"]