Add: CI auto update for filter
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-12-28 16:46:22 +08:00
parent ab55cbffd8
commit a6c953b9bd
3 changed files with 48 additions and 2 deletions

11
util/irr-filter.conf Normal file
View File

@ -0,0 +1,11 @@
# Example:
# define DOWNSTREAM_ASN = [ 200536 ];
# use bgpq4 generate this file:
# echo "define $(bgpq4 -tbl DOWNSTREAM_ASN AS-NET186 -S RIPE)" > util/irr-filter.conf
# echo "define $(bgpq4 -6bl DOWNSTREAM_PREFIXES AS-NET186 -S RIPE)" >> util/irr-filter.conf
define DOWNSTREAM_ASN = [ 200536 ];
define DOWNSTREAM_PREFIXES = [
2a0a:6040:a900::/40
];