Added getexternalip to pdns.sh

This commit is contained in:
root 2024-06-20 20:06:54 +00:00
parent cdd6d66596
commit decd7e788f

View File

@ -37,6 +37,7 @@ networks:
external: true
EOF
EXTERNALIP=$(get_externalip);
MYSQL_PASSWORD=`grep MYSQL_PASSWORD /federated/apps/pdnsmysql/.env | awk -F= '{ print $2 }'`
PDNS_APIKEY=$(create_password);
PDNS_WEBSERVER_PASSWORD=$(create_password);