krz/ifconfig.php
A private ifconfig service.
clone: git clone https://gitbay.org/krz/ifconfig.php.git
d5560bffbc8db9b14495b568bfd3dccab4fdfaca
unsigned
author: Christian Cleberg <hello@cleberg.net> · 2025-08-02T16:08:11Z
ifconfig.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) @@ -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://github.com/ccleberg/ifconfig.php'; +$source_repository = 'https://git.sr.ht/~cxc/ifconfig.php'; // Extract geolocation $geo = loadGeo($_SERVER['REMOTE_ADDR']);