This is the same service, but I think it makes more sense to use the
ipfire.org domain.
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
}
#
-# Tiny function to grab the public red IPv4 address using LWL.
+# Tiny function to grab the public red IPv4 address using an online service.
#
sub FetchPublicIp {
# URL to grab the public IP.
- my $url = "https://checkip4.dns.lightningwirelabs.com";
+ my $url = "https://checkip4.ipfire.org";
# Call downloader to fetch the public IP.
my $response = &downloader("URL" => $url);