initial commit

Este commit está contenido en:
ale
2024-10-12 21:12:33 +02:00
commit 5a6264a8e9
Se han modificado 8 ficheros con 187 adiciones y 0 borrados

4
Dockerfile Archivo normal
Ver fichero

@@ -0,0 +1,4 @@
FROM nginx
RUN apt update && apt install -y git && apt clean
RUN git clone --depth 1 https://github.com/TuxInvader/nginx-dns /etc/nginx/nginx-dns
COPY nginx.conf dns.conf domains.txt domains_v6.txt /etc/nginx/