Преглед на файлове

Remove references to bgpdump tools

Thomas Frössman преди 9 години
родител
ревизия
fb281c27d2
променени са 1 файла, в които са добавени 2 реда и са изтрити 10 реда
  1. 2
    10
      internet.go

+ 2
- 10
internet.go Целия файл

@@ -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