From 3a3b6791dc55dc9c2670ac1a12bef64785512e8a Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Tue, 11 Mar 2025 18:25:56 -0500 Subject: move from cleberg.net to cmc.pub --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index e1231b3..ef6e1e4 100644 --- a/README.md +++ b/README.md @@ -8,10 +8,10 @@ Available all basic features such as output in HTML, plain text, XML and JSON. By default it will be in HTML. Also it is possible to request single values. Visit some of the links below to view it in action: -* [all in plain text](http://ip.cleberg.net?q=text) -* [all in xml](http://ip.cleberg.net?q=xml) -* [ip address only](http://ip.cleberg.net?q=ip) -* [useragent only](http://ip.cleberg.net?q=ua) +* [all in plain text](http://ip.cmc.pub?q=text) +* [all in xml](http://ip.cmc.pub?q=xml) +* [ip address only](http://ip.cmc.pub?q=ip) +* [useragent only](http://ip.cmc.pub?q=ua) If you're using the Apache web server, you can use the .htaccess rules below to make this site more user friendly: @@ -25,7 +25,7 @@ If you're using the Apache web server, you can use the .htaccess rules below to With this code in the .htaccess file there is no need to type out the full URL, i.e. 'ifconfig.php?q='. Instead, you can just open 'ifconfig/xml' to get XML output or 'ifconfig/ua' to determine useragent. -Run `curl -L -X GET https://ip.cleberg.net/\?q\=text` in Linux terminal to get some info. +Run `curl -L -X GET https://ip.cmc.pub/\?q\=text` in Linux terminal to get some info. ## Development -- cgit v1.2.3-70-g09d2