Filter with queue and iptables script developping

This commit is contained in:
DomySh
2022-07-07 19:16:58 +02:00
parent a1f9036eeb
commit 2d06fc46d8
5 changed files with 259 additions and 294 deletions

View File

@@ -65,11 +65,8 @@ services:
- {args.port}:{args.port}
environment:
- PORT={args.port}
- LOCALHOST_IP=host.docker.internal
volumes:
- /execute/db
extra_hosts:
- host.docker.internal:host-gateway
cap_add:
- NET_ADMIN
""")