12 lines
310 B
Text
12 lines
310 B
Text
# https://noc-portal.rz.rwth-aachen.de/networks-view/
|
|
function is_rwth() {
|
|
return net ~ [
|
|
134.61.0.0/16+,
|
|
134.130.0.0/16+,
|
|
137.226.0.0/16+,
|
|
192.35.229.0/24+,
|
|
194.35.108.0/22+,
|
|
2a00:8a60::/29+
|
|
];
|
|
}
|
|
|