Просмотр исходного кода

IPV6: Adaptation of bash scripts

bin/v-change-dns-domain-ip

bin/v-change-dns-domain-ipv6

bin/v-change-web-domain-ipv6
asmcc 3 лет назад
Родитель
Сommit
0daf85afd1
3 измененных файлов с 5 добавлено и 1 удалено
  1. 2 0
      bin/v-change-dns-domain-ip
  2. 2 0
      bin/v-change-dns-domain-ipv6
  3. 1 1
      bin/v-change-web-domain-ipv6

+ 2 - 0
bin/v-change-dns-domain-ip

@@ -24,6 +24,8 @@ source /etc/hestiacp/hestia.conf
 source $HESTIA/func/main.sh
 source $HESTIA/func/main.sh
 # shellcheck source=/usr/local/hestia/func/domain.sh
 # shellcheck source=/usr/local/hestia/func/domain.sh
 source $HESTIA/func/domain.sh
 source $HESTIA/func/domain.sh
+# shellcheck source=/usr/local/hestia/func/ip.sh
+source $HESTIA/func/ip.sh
 # shellcheck source=/usr/local/hestia/func/rebuild.sh
 # shellcheck source=/usr/local/hestia/func/rebuild.sh
 source $HESTIA/func/rebuild.sh
 source $HESTIA/func/rebuild.sh
 # load config file
 # load config file

+ 2 - 0
bin/v-change-dns-domain-ipv6

@@ -24,6 +24,8 @@ source /etc/hestiacp/hestia.conf
 source $HESTIA/func/main.sh
 source $HESTIA/func/main.sh
 # shellcheck source=/usr/local/hestia/func/domain.sh
 # shellcheck source=/usr/local/hestia/func/domain.sh
 source $HESTIA/func/domain.sh
 source $HESTIA/func/domain.sh
+# shellcheck source=/usr/local/hestia/func/ipv6.sh
+source $HESTIA/func/ipv6.sh
 # shellcheck source=/usr/local/hestia/func/rebuild.sh
 # shellcheck source=/usr/local/hestia/func/rebuild.sh
 source $HESTIA/func/rebuild.sh
 source $HESTIA/func/rebuild.sh
 # load config file
 # load config file

+ 1 - 1
bin/v-change-web-domain-ipv6

@@ -24,7 +24,7 @@ source /etc/hestiacp/hestia.conf
 source $HESTIA/func/main.sh
 source $HESTIA/func/main.sh
 # shellcheck source=/usr/local/hestia/func/domain.sh
 # shellcheck source=/usr/local/hestia/func/domain.sh
 source $HESTIA/func/domain.sh
 source $HESTIA/func/domain.sh
-# shellcheck source=/usr/local/hestia/func/ip.sh
+# shellcheck source=/usr/local/hestia/func/ipv6.sh
 source $HESTIA/func/ipv6.sh
 source $HESTIA/func/ipv6.sh
 # load config file
 # load config file
 source_conf "$HESTIA/conf/hestia.conf"
 source_conf "$HESTIA/conf/hestia.conf"