Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 178549 Details for
Bug 231242
Patch for Bind 9.4.x to allow use of Maxmind's free GeoIPCityLite
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
README for 9.4.3-P1
README-bind-9.4.3-P1 (text/plain), 981 bytes, created by
Michael Moody
on 2009-01-15 03:28:51 UTC
(
hide
)
Description:
README for 9.4.3-P1
Filename:
MIME Type:
Creator:
Michael Moody
Created:
2009-01-15 03:28:51 UTC
Size:
981 bytes
patch
obsolete
>Original patch can be found at: >http://www.caraytech.com/geodns/ > >This patch is a modification to use the GeoIPCityLite database with Bind 9.4.3-P1 views. >Author: Michael Moody >michael (at) gsc (dot) cc > >Views should look like this: > >view "id" { > // Match clients from Idaho, California, Texas, and North Carolina > match-clients { region_ID; region_CA; region_TX; region_NC; }; > recursion no; > zone "test.com" { > type master; > file "test-id.zone"; > }; >}; > >view "az" { > //Match clients from Arizona > match-clients { region_AZ; }; > recursion no; > zone "test.com" { > type master; > file "test-az.zone"; > }; >}; > >view "other" { > // Match all others, necessary for private addresses, and unknown addresses > match-clients { any; }; > recursion no; > zone "test.com" { > type master; > file "test-other.zone"; > }; >};
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 231242
:
159917
|
159919
|
159921
|
160153
|
178544
|
178547
| 178549 |
178551
|
178552
|
179167
|
179168
|
179170
|
179186
|
179323