Initial commit: Anthropic API and MITM proxy to WaybackProxy
This commit is contained in:
10
Dockerfile.dns
Normal file
10
Dockerfile.dns
Normal file
@@ -0,0 +1,10 @@
|
||||
FROM alpine:3.18
|
||||
|
||||
RUN apk add --no-cache dnsmasq bind-tools
|
||||
|
||||
COPY dns/entrypoint.sh /entrypoint.sh
|
||||
RUN chmod +x /entrypoint.sh
|
||||
|
||||
EXPOSE 53/udp 53/tcp
|
||||
|
||||
ENTRYPOINT ["/entrypoint.sh"]
|
||||
Reference in New Issue
Block a user