diff --git a/ufw b/ufw index d0883f0..0b00fc4 100755 --- a/ufw +++ b/ufw @@ -246,7 +246,7 @@ _mktemp() { get_my_ip() { declare api_response api_status api_status_message my_ip - api_response=$( curl -sl "$cfg_service_url/$cfg_api_path/ip?format=json" ) + api_response=$( curl -sl "$cfg_service_url/ip.json" ) get_api_status <<< "$api_response"