Initial commit

This commit is contained in:
2021-06-15 23:42:50 +03:00
commit e9b9de2558
5 changed files with 187 additions and 0 deletions

9
Dockerfile Normal file
View File

@@ -0,0 +1,9 @@
FROM python:3-alpine
ENV PYTHONUNBUFFERED=1
LABEL name="pinecrypt/firewall" \
version="rc" \
maintainer="Pinecrypt Labs <info@pinecrypt.com>"
RUN apk add iptables ip6tables ipset
RUN pip install motor
ADD firewall.py /firewall.py
CMD /firewall.py