File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -54,4 +54,4 @@ ErrorDocument 403 /__scripts/forbidden.shtml
54
54
</Directory>
55
55
56
56
# Generated from http://kb.mit.edu/confluence/x/F4DCAg, 2017-04-23
57
- SetEnvIf REMOTE_ADDR ^(18\.(\d\d?|1([0-37]\d|4[0-46-9]|5[024-9]|6[0135-9]|8[0-3679]|9[02389])|2(0[018]|1[248]|29|3[024589]|4[0-57-9]|5[0-245]))|128\.(3[01]|52))\. SCRIPTS_REMOTE_MITNET
57
+ SetEnvIf REMOTE_ADDR ^(10| 18\.(\d\d?|1([0-37]\d|4[0-46-9]|5[024-9]|6[0135-9]|8[0-3679]|9[02389])|2(0[018]|1[248]|29|3[024589]|4[0-57-9]|5[0-245]))|128\.(3[01]|52))\. SCRIPTS_REMOTE_MITNET
Original file line number Diff line number Diff line change @@ -10,6 +10,12 @@ zone "0.4.3.0.6.2.ip6.arpa" IN {
10
10
file "slaves/0.4.3.0.6.2.ip6.arpa.stub";
11
11
};
12
12
13
+ zone "10.in-addr.arpa" IN {
14
+ type stub;
15
+ masters { 18.70.0.160; 18.71.0.151; 18.72.0.3; };
16
+ file "slaves/10.in-addr.arpa.stub";
17
+ };
18
+
13
19
// List of *.18.in-addr.arpa zones generated from
14
20
// https://whois.arin.net/rest/org/MIT-2/nets (2017-04-19)
15
21
You can’t perform that action at this time.
0 commit comments