76 lines
3.1 KiB
HCL
76 lines
3.1 KiB
HCL
resolver {
|
|
permit = [
|
|
# AS50266 - Odido Netherlands B.V.
|
|
"143.177.0.0/16", # Pool for fixed WBA users 65,536
|
|
"143.178.0.0/17", # Pool for fixed WBA users 32,768
|
|
"143.178.128.0/17", # Pool for fixed WBA users 32,768
|
|
"143.178.232.0/24", # Pool for fixed WBA users 256
|
|
"143.179.0.0/16", # Tele2 Nederland B.V. 65,536
|
|
"185.180.148.0/22", # Odido Netherlands B.V. 1,024
|
|
"185.35.112.0/22", # Odido Netherlands B.V. 1,024
|
|
"188.88.0.0/14", # Odido Netherlands B.V. 262,144
|
|
"188.88.0.0/16", # Pool for mobile internet users 65,536
|
|
"188.89.0.0/16", # Pool for mobile internet users 65,536
|
|
"188.90.0.0/16", # Pool for mobile internet users 65,536
|
|
"188.91.0.0/16", # Pool for mobile internet users 65,536
|
|
"195.191.16.0/23", # Odido Netherlands B.V. 512
|
|
"31.184.64.0/18", # Odido Netherlands 16,384
|
|
"31.187.128.0/17", # Pool for fixed WBA, ODF and VULA users 32,768
|
|
"31.20.0.0/16", # Pool for fixed WBA users 65,536
|
|
"31.201.0.0/16", # Pool for fixed WBA, ODF and VULA users 65,536
|
|
"31.21.0.0/16", # Pool for fixed WBA users 65,536
|
|
"37.143.80.0/21", # Odido Netherlands B.V. 2,048
|
|
"5.132.0.0/17", # Odido Netherlands B.V. 32,768
|
|
"62.166.128.0/17", # Pool for fixed WBA users 32,768
|
|
"62.250.0.0/17", # Odido Netherlands 32,768
|
|
"62.250.128.0/17", # Pool for fixed WBA users 32,768
|
|
"81.59.0.0/17", # Zon internet is one of the largest free ISP in the Netherlands 32,768
|
|
"82.172.0.0/17", # Tele2 Consumer is one of the largest ISP\'s in the Netherlands 32,768
|
|
"82.174.0.0/16", # Pool for fixed WBA users 65,536
|
|
"85.144.0.0/15", # Odido Netherlands B.V. 131,072
|
|
"85.146.0.0/17", # Odido Netherlands B.V. 32,768
|
|
"85.146.128.0/18", # Odido Netherlands B.V. 16,384
|
|
"85.223.0.0/17", # Odido Netherlands 32,768
|
|
"87.208.0.0/16", # Pool for fixed WBA users 65,536
|
|
"87.209.0.0/16", # Pool for fixed WBA users 65,536
|
|
"87.209.180.0/24", # Pool for fixed WBA users 256
|
|
"87.210.0.0/16", # Pool for fixed WBA users 65,536
|
|
"87.212.0.0/16", # Pool for fixed WBA users 65,536
|
|
"92.254.0.0/17", # Odido Netherlands 32,768
|
|
"94.157.0.0/16", # Pool for fixed WBA, ODF and VULA users 65,536
|
|
"95.98.0.0/15", # Odido Netherlands B.V. 131,072
|
|
"95.98.0.0/16", # Pool for mobile internet users 65,536
|
|
"95.99.0.0/16", # Pool for mobile internet users 65,536
|
|
]
|
|
}
|
|
|
|
#domain "maze.io" {
|
|
# provider = "transip"
|
|
# update = ["maze.io", "www.maze.io"]
|
|
#}
|
|
|
|
domain "duzzdus.nl" {
|
|
provider = "transip"
|
|
}
|
|
|
|
domain "modderman-lenstra.nl" {
|
|
provider = "transip"
|
|
}
|
|
|
|
domain "maze.casa" {
|
|
provider = "transip"
|
|
}
|
|
|
|
domain "maze.network" {
|
|
provider = "transip"
|
|
}
|
|
|
|
domain "maze.io" {
|
|
provider = "transip"
|
|
update = ["@", "lab.maze.io"]
|
|
}
|
|
|
|
provider "transip" {
|
|
username = "tehmaze"
|
|
private_key = "testdata/transip.key"
|
|
} |