Browse Source

Remove references to bgpdump tools

Thomas Frössman 9 years ago
parent
commit
fb281c27d2
1 changed files with 2 additions and 10 deletions
  1. 2
    10
      internet.go

+ 2
- 10
internet.go View File

@@ -15,17 +15,9 @@ Download http://www.cidr-report.org/as2.0/autnums.html (controlled to once per
15 15
 day). Entries are stored in redis for current and historical AS Number to AS
16 16
 Description lookup.
17 17
 
18
-All downloads are cached so that databases can be rebuilt easily.
19
-
20
-Golang redis query clients are also also included.
21
-
22
-Pre requirements
23
-
24
-BGPDump: http://www.ris.ripe.net/source/bgpdump/. Download, compile and install
25
-it somewhere into PATH.
26
-
27
-A Redis server.
18
+All downloads are cached so that databases can be rebuilt on demand.
28 19
 
20
+A Redis server is used to store and make lookups against.
29 21
 
30 22
 Acknowledgments
31 23