Skip to content

Commit 401f2b6

Browse files
committed
Fix get-bogon-networks
1 parent 1623f6a commit 401f2b6

File tree

2 files changed

+8
-25
lines changed

2 files changed

+8
-25
lines changed

flake.lock

Lines changed: 7 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
default = pkgs.mkShell {
2727
packages = with pkgs; [
2828
(writeShellScriptBin "get-bogon-networks" ''
29-
${curl}/bin/curl --silent https://ipgeolocation.io/resources/bogon.html |
29+
${curl}/bin/curl --silent --location https://ipgeolocation.io/blog/bogon-ip-addresses |
3030
${htmlq}/bin/htmlq "td:first-child" --text
3131
'')
3232
];

0 commit comments

Comments
 (0)