krz/ifconfig.php

A private ifconfig service.

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

513af7ef91e928b6d5bdcbe970c3e2a67da0e28d

unsigned

author: Christian Cleberg <hello@cleberg.net> · 2025-12-31T04:52:31Z

update from sourcehut to cgit
 ifconfig.php | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/ifconfig.php b/ifconfig.php
index 589f49c..549bde9 100644
--- a/ifconfig.php
+++ b/ifconfig.php
@@ -14,10 +14,10 @@ function loadGeo(string $ipAddress): ?array
 }
 
 // Set top-level variables for HTML
-$site_title = 'ip.cmc.pub';
+$site_title = 'ip.cleberg.net';
 $site_owner_name = 'Christian Cleberg';
-$site_owner_url = 'https://cmc.pub';
-$source_repository = 'https://git.sr.ht/~cxc/ifconfig.php';
+$site_owner_url = 'https://cleberg.net';
+$source_repository = 'https://git.cleberg.net/ifconfig.php.git';
 
 // Extract geolocation
 $geo = loadGeo($_SERVER['REMOTE_ADDR']);