mirror of
https://github.com/nextcloud/vm.git
synced 2025-10-26 11:27:32 +00:00
change support IPv6 (#2135)
* change support IPv6 * Update ddclient-configuration.sh
This commit is contained in:
parent
282c5d7bea
commit
2f1bfeeeb9
@ -171,7 +171,7 @@ cat << DDCLIENT_CONF > "/etc/ddclient.conf"
|
||||
|
||||
# Default system settings
|
||||
use=if, if=$IFACE
|
||||
use=web, web=https://api.ipify.org
|
||||
use=web, web=https://api64.ipify.org
|
||||
|
||||
# DDNS-service specific setting
|
||||
# Provider=$PROVIDER
|
||||
|
||||
@ -2,8 +2,8 @@
|
||||
|
||||
# T&M Hansson IT AB © - 2021, https://www.hanssonit.se/
|
||||
|
||||
WANIP6=$(curl -s -k -m 5 -6 icanhazip.com)
|
||||
WANIP4=$(curl -s -k -m 5 -4 icanhazip.com)
|
||||
WANIP6=$(curl -s -k -m 5 -6 https://api64.ipify.org)
|
||||
WANIP4=$(curl -s -k -m 5 -4 https://api64.ipify.org)
|
||||
ADDRESS=$(hostname -I | cut -d ' ' -f 1)
|
||||
|
||||
clear
|
||||
|
||||
Loading…
Reference in New Issue
Block a user