We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29940b7 commit 0f522f8Copy full SHA for 0f522f8
static/nextcloud.sh
@@ -2,13 +2,13 @@
2
3
# T&M Hansson IT AB © - 2018, https://www.hanssonit.se/
4
5
-WANIP6=$(curl -s -k -m 7 https://6.ifcfg.me)
6
-WANIP4=$(curl -s -m 5 ipinfo.io/ip)
+WANIP6=$(curl -s -k -m 7 ipv6bot.whatismyipaddress.com)
+WANIP4=$(curl -s -m 5 ipv4bot.whatismyipaddress.com)
7
ADDRESS=$(hostname -I | cut -d ' ' -f 1)
8
9
clear
10
figlet -f small Nextcloud
11
-echo " https://www.nextcloud.com"
+echo "https://www.hanssonit.se/nextcloud-vm"
12
echo
13
14
echo "Hostname: $(hostname -s)"
0 commit comments