mirror of
https://github.com/eduardogsilva/wireguard_webadmin.git
synced 2025-07-24 04:45:07 +02:00
- DNS redirect fix
- Remove vim-nox from main container
This commit is contained in:
parent
71920a212b
commit
10cc93c8ce
4 changed files with 5 additions and 3 deletions
3
init.sh
3
init.sh
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue