This commit is contained in:
PromptPunksFauxCough 2025-02-24 04:49:41 +00:00 committed by GitHub
parent 0f920f18ed
commit 08c507864a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -12,6 +12,10 @@ echo_red() {
echo -e "\033[0;31m$1\033[0m"
}
## Adjust sdwdate Configuration
mkdir -p /usr/local/etc/sdwdate-gui.d
printf "gateway=sys-haveno\n" > /usr/local/etc/sdwdate-gui.d/50_user.conf
## Prepare Firewall Settings
echo_blue "\nConfiguring FW ..."