|
|
|
|
@ -12,7 +12,7 @@ PermissionsStartOnly=true
@@ -12,7 +12,7 @@ PermissionsStartOnly=true
|
|
|
|
|
EnvironmentFile=/opt/mistborn/.env |
|
|
|
|
ExecStartPre=/usr/local/bin/docker-compose -f /opt/mistborn/base.yml down |
|
|
|
|
|
|
|
|
|
ExecStartPre=/usr/local/bin/docker-compose -f /opt/mistborn/base.yml build |
|
|
|
|
#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 |
|
|
|
|
ExecStartPre=/sbin/iptables -w -I DOCKER-USER -i DIFACE -p tcp --dport 53 -j MISTBORN_LOG_DROP |
|
|
|
|
|