Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - howudodat

#1
Development and Code Review / bind reverse-policy zone
January 10, 2023, 09:12:12 PM
Thoughts on adding a new tab to BIND plugin?
TAB: Overrides
Layout: mimic grid-master-records
if enabled: named.conf :
     zone "rpzlocal" { type master;   file "/usr/local/etc/namedb/rpzlocal.db"; };
     in options{} response-policy { zone "rpzlocal"; };


add/delete/update records
rpzlocal.db:

$TTL 60
@            IN    SOA  localhost. root.localhost.  (
                          2015112501   ; serial
                          1h           ; refresh
                          30m          ; retry
                          1w           ; expiry
                          30m)         ; minimum
                   IN     NS    localhost.

localhost       A   127.0.0.1
www.some-website.com    A        127.0.0.1