Commit 792d1d1
committed
zshrc: switch to myip.grml.org with IPv6 support, options -4 + -6 to force respective protocols
http://v4.showip.spamt.net/ is down since at least 2026-01-11:
% myip
<html>
<head><title>502 Bad Gateway</title></head>
<body>
<center><h1>502 Bad Gateway</h1></center>
<hr><center>nginx/1.24.0 (Ubuntu)</center>
</body>
</html>
We decided to implement our own solution, to not leak IP addresses to
any foreign services. While doing so, add support for IPv6, and also
support the "-4" + "-6" command line options, to explicitly request IPv4
+ IPv6 addresses.
Closes: /issues/2371 parent d841ed8 commit 792d1d1
1 file changed
+7
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3443 | 3443 | | |
3444 | 3444 | | |
3445 | 3445 | | |
3446 | | - | |
| 3446 | + | |
3447 | 3447 | | |
3448 | | - | |
| 3448 | + | |
| 3449 | + | |
| 3450 | + | |
| 3451 | + | |
| 3452 | + | |
| 3453 | + | |
3449 | 3454 | | |
3450 | 3455 | | |
3451 | 3456 | | |
| |||
0 commit comments