krz/ifconfig.php

A private ifconfig service.

clone: git clone https://gitbay.org/krz/ifconfig.php.git

230259351be08edd4f44d0995eb854e39ec2c9bc

unsigned

author: Christian Cleberg <hello@cleberg.net> · 2025-05-06T22:53:03Z

update git links
 ifconfig.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ifconfig.php b/ifconfig.php
index 826f9eb..ef856b7 100644
--- a/ifconfig.php
+++ b/ifconfig.php
@@ -17,7 +17,7 @@ function loadGeo(string $ipAddress): ?array
 $site_title = 'ip.cmc.pub';
 $site_owner_name = 'Christian Cleberg';
 $site_owner_url = 'https://cmc.pub';
-$source_repository = 'https://git.sr.ht/~cmc/ifconfig.php';
+$source_repository = 'https://github.com/ccleberg/ifconfig.php';
 
 // Extract geolocation
 $geo = loadGeo($_SERVER['REMOTE_ADDR']);