Added getexternalip to pdns.sh
This commit is contained in:
parent
cdd6d66596
commit
decd7e788f
@ -37,6 +37,7 @@ networks:
|
|||||||
external: true
|
external: true
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
|
EXTERNALIP=$(get_externalip);
|
||||||
MYSQL_PASSWORD=`grep MYSQL_PASSWORD /federated/apps/pdnsmysql/.env | awk -F= '{ print $2 }'`
|
MYSQL_PASSWORD=`grep MYSQL_PASSWORD /federated/apps/pdnsmysql/.env | awk -F= '{ print $2 }'`
|
||||||
PDNS_APIKEY=$(create_password);
|
PDNS_APIKEY=$(create_password);
|
||||||
PDNS_WEBSERVER_PASSWORD=$(create_password);
|
PDNS_WEBSERVER_PASSWORD=$(create_password);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user