|
|
|
|
@ -15,6 +15,8 @@ PermissionsStartOnly=true
@@ -15,6 +15,8 @@ PermissionsStartOnly=true
|
|
|
|
|
EnvironmentFile=/opt/mistborn/.env |
|
|
|
|
ExecStartPre=/usr/local/bin/docker-compose -f /opt/mistborn/base.yml down |
|
|
|
|
|
|
|
|
|
ExecStartPre=/usr/bin/docker container stop $(docker network inspect mistborn_default | grep Name | tail -n +2 | cut -d':' -f2 | tr -d ',"') |
|
|
|
|
|
|
|
|
|
ExecStartPre=/usr/local/bin/docker-compose -f /opt/mistborn/base.yml build |
|
|
|
|
ExecStartPre=-/sbin/ip address add 10.2.3.1/30 dev DIFACE |
|
|
|
|
ExecStartPre=/sbin/iptables -w -I DOCKER-USER -i DIFACE -p udp --dport 53 -j MISTBORN_LOG_DROP |
|
|
|
|
|