Browse Source

dev ok

main
pvincent 2 months ago
parent
commit
68d0a2650c
  1. 4
      scripts/miaou

4
scripts/miaou

@ -180,9 +180,7 @@ function build_routes() {
function build_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
my_ip=$(dig +short myip.opendns.com @resolver1.opendns.com)

Loading…
Cancel
Save