From 8c3d924d4093266929e5887d7d54fba410f9f6bb Mon Sep 17 00:00:00 2001 From: trick77 Date: Wed, 1 Dec 2021 07:23:14 +0100 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 38feaa82cd3..46dbdd5a3f6 100644 --- a/README.md +++ b/README.md @@ -6,13 +6,13 @@ This repository is updated once a day. ## How to use Most likely, you won't need to clone the repository. To download the announced routes for a specific autonomous system (AS1234 IPv4 adresses in this example), try: -```$ curl https://github.com/ipverse/as/blob/master/as/1234/ipv4-aggregated.txt``` +```$ curl https://raw.githubusercontent.com/ipverse/announced-routes/master/as/1234/ipv4-aggregated.txt``` The same for all IPv6 routes for AS1234: -```$ curl https://github.com/ipverse/as/blob/master/as/1234/ipv6-aggregated.txt``` +```$ curl https://raw.githubusercontent.com/ipverse/announced-routes/master/as/1234/ipv6-aggregated.txt``` To download the latest lookup table used to enhance the generated route data: -```$ curl https://raw.githubusercontent.com/ipverse/as/master/as.csv``` +```$ curl https://raw.githubusercontent.com/ipverse/announced-routes/master/as.csv``` If you plan to use the routing data for firewalling purposes, have a look at: