Commit Graph

95 Commits

Author SHA1 Message Date
Yifan Gao
9c5c6eadcd
china set exclude AS140633 (fix #26) 2023-02-25 16:47:21 +08:00
Yifan Gao
69389acf39
Update README.md 2023-01-05 07:03:03 +08:00
Yifan Gao
3467e5929d doc: drop tietong 2023-01-05 06:57:46 +08:00
Yifan Gao
d0e9b1bc49 feat: merge ISPS CMCC and Tietong (fix #10) 2023-01-03 21:44:07 +08:00
Yifan Gao
a49926e9d6 chore: update deprecated github actions 2022-11-09 00:21:20 +08:00
Yifan Gao
0039816025 chore: installing executables with 'go get' in module mode is deprecated. 2022-11-09 00:10:35 +08:00
Yifan Gao
7aaf788878 chore: show rib.bz2 rib.txt stat 2022-11-09 00:08:20 +08:00
Yifan Gao
9fe1d837ba chore: check result before uploading (close #24) 2022-11-09 00:06:31 +08:00
Yifan Gao
64dca1a9f1 Exclude ::/0 (fix #22) 2022-05-17 01:15:26 +08:00
Yifan Gao
54f139f710
Add link about chnroutes2 2021-12-22 21:31:49 +08:00
Yifan Gao
1657be80db
Update README.md 2021-08-16 01:42:58 +08:00
Yifan Gao
8fe8db59b0 workflows: set PATH by actions/setup-go@v2 2021-08-10 08:12:56 +08:00
Yifan Gao
1f899ff241 Migrate from Travis CI to Github Actions (Fix #19) 2021-08-10 07:43:13 +08:00
Yifan Gao
595940b227 Supress grep error code while set -e 2021-04-12 19:25:13 +08:00
Yifan Gao
1a70dda4a3 Guard IPv4/IPv6 results in separated files 2021-04-11 01:13:02 +08:00
Yifan Gao
11f92ee0a7 Add deploy dependency "tree" 2021-02-10 08:50:22 +08:00
Yifan Gao
397e80ce9d Add stat file to index.html 2021-02-08 17:47:11 +08:00
Yifan Gao
eedd553b1e Add index.html for prebuild results 2021-02-08 17:41:09 +08:00
Yifan Gao
e57917e91f Deprecate branch gh-pages 2021-02-08 17:39:26 +08:00
Yifan Gao
a17e36b2dc Remove old assets before update 2021-02-08 17:38:58 +08:00
Yifan Gao
052696c5b5 Reformat code 2020-06-28 20:41:21 +08:00
Yifan Gao
6f9976598d exit with non-zero child thread status code 2020-06-23 01:09:26 +08:00
Yifan Gao
82653dcf0e Fix cidr-merger cache path 2020-06-22 23:05:03 +08:00
Yifan Gao
3f1df215f2 AS17430 to drpeng (address #15) 2020-04-09 02:23:38 +08:00
Yifan Gao
f33f0a06e8 AS9395 to drpeng (address #15) 2020-03-09 22:17:45 +08:00
Yifan Gao
bcec67ebe2 TravisCI: switch to arch amd64 2020-01-22 10:01:36 +08:00
Yifan Gao
b9665a54da
Update README.md 2020-01-08 18:47:58 +08:00
Zhaofeng Yang (楊肇峰)
1f583a3d50 Update README.md 2020-01-08 17:52:06 +08:00
Zhaofeng Yang (楊肇峰)
6861cb1c50 Update README.md 2020-01-08 17:52:06 +08:00
Zhaofeng Yang (楊肇峰)
9aabb2d22a Create googlecn.conf 2020-01-08 17:52:06 +08:00
Yifan Gao
d0fd2dc056 Fix single IP address format
ex:
1.1.1.1/32 -> cidrmerge
1.1.1.1 -> cidr-merger
1.1.1.1/32 -> cidr-merger -s
2020-01-04 20:49:04 +08:00
Yifan Gao
19e5bd4d17 Reformat code 2020-01-01 20:23:24 +08:00
Yifan Gao
436ee6522f TravisCI: set arch = s390x 2020-01-01 20:05:36 +08:00
Yifan Gao
594bb43ac2 Build cidr-merger from source 2020-01-01 20:03:19 +08:00
Yifan Gao
aa872f3f48 Match remote timezone (UTC) 2020-01-01 13:48:51 +08:00
Yifan Gao
2206876f13 TravisCI: enable cargo cache 2020-01-01 13:48:38 +08:00
Yifan Gao
66b9b790a4 Exit if sth goes south 2019-12-30 13:57:08 +08:00
Yifan Gao
b4f6bca70c Fix wrong IPv6 RIB data URL
upstream create empty RIBS/ dir with future date
2019-12-30 13:55:39 +08:00
Yifan Gao
ed2292b4bd Replace docker dependency bgpdump with native one 2019-12-19 16:58:43 +08:00
Yifan Gao
a497a9fc47 Support parallel generating 2019-12-19 16:51:48 +08:00
Yifan Gao
da40357727 Merge operator6/ into operator/ 2019-12-19 16:51:48 +08:00
Yifan Gao
6ff8ee9543 Update .gitignore 2019-12-19 16:51:48 +08:00
Yifan Gao
b053cd1e2f Bump bgptools to v0.0.3 2019-12-19 16:51:47 +08:00
Yifan Gao
eeae995e4e Refactoring stat.sh 2019-12-19 16:51:47 +08:00
Zhaofeng Yang (楊肇峰)
c74585c9f5 add ipv6 list (#12)
* change asname source

* change rib source

* generate for ipv6

* fix typo

* update travis data

* change docker image

* delete duplicate lines before merge cidr

* change rib source

* change style of upstream

* modify arg for uniq

* change some conf files to symlink

* update stat

* add sudo for apt in travis config

* add stat for 0

* fix bug for stat

* set -x

* curl -vv

* change dist to bionic

* remove verbose options
2019-12-19 14:39:16 +08:00
Yifan Gao
6682779fc6 Update match patten of tietong 2019-05-09 18:25:53 +08:00
Yifan Gao
8339407ed7 Update match patten of CMCC (address #9) 2019-05-09 15:16:20 +08:00
Yifan Gao
c9a0bbdafd AS4847 to chinanet (address #8) 2019-05-09 14:58:14 +08:00
Yifan Gao
ec25202912
Add EXCLUDE variable 2018-08-09 05:02:53 +08:00
Yifan Gao
b856edc7ff
Use curl to download files instead of wget 2018-01-06 05:40:13 +08:00