File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -392,7 +392,7 @@ if systemctl is-active --quiet x-ui || [ -e /etc/systemd/system/x-ui.service ];
392
392
msg_inf " - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -"
393
393
certbot certificates | grep -i ' Path:\|Domains:\|Expiry Date:'
394
394
msg_inf " - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -"
395
- echo " Hostname: $( uname -n) | $( curl -Ls " http://ip-api.com/json" | jq -r ' .org + " [" + .country +"]"' ) "
395
+ echo " Hostname: $( uname -n) | $( curl -Ls " http://ip-api.com/json" | jq -r ' .isp + " [" + .countryCode +"]"' ) "
396
396
[[ -n $IP4 ]] && [[ " $IP4 " =~ $IP4_REGEX ]] && msg_inf " IPv4: http://$IP4 :$PORT$RNDSTR "
397
397
[[ -n $IP6 ]] && [[ " $IP6 " =~ $IP6_REGEX ]] && msg_inf " IPv6: http://[$IP6 ]:$PORT$RNDSTR "
398
398
msg_inf " - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -"
You can’t perform that action at this time.
0 commit comments