mirror of
https://github.com/Monadical-SAS/network-filter.git
synced 2025-12-20 12:19:06 +00:00
feat: first version
This commit is contained in:
15
Dockerfile
Normal file
15
Dockerfile
Normal file
@@ -0,0 +1,15 @@
|
||||
FROM alpine:latest
|
||||
|
||||
RUN apk add --no-cache \
|
||||
iptables \
|
||||
dnsmasq \
|
||||
bind-tools \
|
||||
curl \
|
||||
bash \
|
||||
iproute2
|
||||
|
||||
COPY network-filter.sh /network-filter.sh
|
||||
|
||||
EXPOSE 53/udp 53/tcp
|
||||
|
||||
CMD ["/network-filter.sh"]
|
||||
Reference in New Issue
Block a user