update copyright notice / whitespace

This commit is contained in:
Tinderbox User
2015-12-27 23:45:24 +00:00
parent 0bb05fe2c2
commit 7321d8df7b
3 changed files with 12 additions and 12 deletions

View File

@@ -28,15 +28,15 @@ options {
listen-on-v6 { none; };
recursion no;
geoip-directory "data";
allow-query {
geoip area 831;
geoip areacode 831;
geoip metro 828;
geoip metrocode 828;
geoip tz PST;
geoip timezone PST;
geoip postal 95060;
geoip postalcode 95060;
};
allow-query {
geoip area 831;
geoip areacode 831;
geoip metro 828;
geoip metrocode 828;
geoip tz PST;
geoip timezone PST;
geoip postal 95060;
geoip postalcode 95060;
};
};