╭─john@cent ~ ╰─$ sudo socat - /var/lib/haproxy/stats <<< 'del map /etc/haproxy/redirect.map pogchamp\..*' Key not found. ╭─john@cent ~ ╰─$ sudo socat - /var/lib/haproxy/stats <<< 'show map /etc/haproxy/redirect.map' 0x5577926003e0 kwlug.* https://kwlug.org 0x557792600460 pass.jskw.ca https://xkcd.com/936/ 0x5577926004e0 bookmark_socat.* http://technostuff.blogspot.com/2008/10/some-useful-socat-commands.html ╭─john@cent ~ ╰─$ curl --head https://pogchamp.jskw.ca HTTP/1.0 404 File not found Server: SimpleHTTP/0.6 Python/3.8.5 Date: Mon, 02 Nov 2020 01:00:05 GMT Content-Type: text/html;charset=utf-8 Content-Length: 469 Connection: keep-alive ╭─john@cent ~ ╰─$ sudo socat - /var/lib/haproxy/stats <<< 'add map /etc/haproxy/redirect.map pogchamp\..* https://www.urbandictionary.com/define.php?term=pogchamp' ╭─john@cent ~ ╰─$ sudo socat - /var/lib/haproxy/stats <<< 'show map /etc/haproxy/redirect.map' 0x5577926003e0 kwlug.* https://kwlug.org 0x557792600460 pass.jskw.ca https://xkcd.com/936/ 0x5577926004e0 bookmark_socat.* http://technostuff.blogspot.com/2008/10/some-useful-socat-commands.html 0x5577927583a0 pogchamp..* https://www.urbandictionary.com/define.php?term=pogchamp ╭─john@cent ~ ╰─$ curl --head https://pogchamp.jskw.ca HTTP/1.1 302 Found Cache-Control: no-cache Content-length: 0 Location: https://www.urbandictionary.com/define.php?term=pogchamp ╭─john@cent ~ ╰─$ # HAProxy Logs 144.217.xxx.xxx:36808 [01/Nov/2020:19:58:56.076] port443 port443/main 161/0/+160 +0 -- 4/2/2/2/0 0/0 144.217.xxx.xxx:36808 [01/Nov/2020:19:58:56.241] main~ be_homepage/be_python 0/0/1/1/2 404 184 - - ---- 4/2/0/0/0 0/0 {1|pogchamp.jskw.ca} "HEAD / HTTP/1.1" 144.217.xxx.xxx:36992 [01/Nov/2020:19:59:06.808] port443 port443/main 160/0/+159 +0 -- 4/2/2/2/0 0/0 144.217.xxx.xxx:36992 [01/Nov/2020:19:59:06.972] main~ main/ 0/-1/-1/-1/0 302 134 - - LR-- 4/2/0/0/0 0/0 {1|pogchamp.jskw.ca} "HEAD / HTTP/1.1"