- DNS redirect fix

- Remove vim-nox from main container
This commit is contained in:
Eduardo Silva 2024-07-01 16:37:44 -03:00
parent 71920a212b
commit 10cc93c8ce
4 changed files with 5 additions and 3 deletions

View file

@ -1,6 +1,9 @@
#!/bin/bash
set -e
# Lets wait for the DNS container to start
sleep 5
# Starts each WireGuard configuration file found in /etc/wireguard
shopt -s nullglob
config_files=(/etc/wireguard/*.conf)