This commit is contained in:
pvincent
2024-10-07 10:45:41 +04:00
parent 493dfb598d
commit 68d0a2650c
+1 -3
View File
@@ -180,9 +180,7 @@ function build_routes() {
function build_dmz_certbot { function build_dmz_certbot {
PREFIX="miaou:dmz:certbot" PREFIX="miaou:dmz:certbot"
# FIXME: to remove if [[ "$target" != dev ]]; then
# if [[ "$target" != dev ]]; then
if [[ "$target" == dev ]]; then
#TODO: check public ip available #TODO: check public ip available
my_ip=$(dig +short myip.opendns.com @resolver1.opendns.com) my_ip=$(dig +short myip.opendns.com @resolver1.opendns.com)