fix: default to udp://1.1.1.1 DNS (DoT fails silently, breaks all proxy connections)
This commit is contained in:
+1
-1
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user