-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json.example
36 lines (36 loc) · 1.01 KB
/
config.json.example
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"Sources": [
{
"Name" : "RIPE",
"Address" : "ftp://ftp.ripe.net/ripe/stats/delegated-ripencc-latest"
},
{
"Name" : "ARIN",
"Address" : "ftp://ftp.arin.net/pub/stats/arin/delegated-arin-extended-latest"
},
{
"Name" : "AfriNIC",
"Address" : "ftp://ftp.afrinic.net/pub/stats/afrinic/delegated-afrinic-latest"
},
{
"Name" : "APNIC",
"Address" : "ftp://ftp.apnic.net/pub/stats/apnic/delegated-apnic-latest"
},
{
"Name" : "LACNIC",
"Address" : "ftp://ftp.lacnic.net/pub/stats/lacnic/delegated-lacnic-latest"
}
],
"Countries" : [
"RU"
],
"EnableIPv4" : true,
"AppendIPv4" : [],
"ExcludeIPv4" : [],
"OutputFileipv4" : "/etc/bird/list.txt",
"EnableIPv6" : false,
"AppendIPv6" : [],
"ExcludeIPv6" : [],
"OutputFileipv6" : "/etc/bird/list6.txt",
"OutputFormat" : "route {0} reject;"
}