You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
482 B
21 lines
482 B
## |
|
## zone.sample -- sample rbldnsd(8) zone (ip4set format) |
|
## |
|
|
|
# common section |
|
$SOA 1w ns1.example.com root.ns1.example.com 0 2h 2h 1w 1h |
|
$NS 1w ns1.example.com ns2.example.com |
|
$TTL 1w |
|
|
|
# data set header |
|
$DATASET ip4set @ |
|
$1 Example Realtime Blackhole List (RBL) |
|
$2 http://rbl.example.com/rbl? |
|
:127.0.0.2:Listed in $1, see $2$ |
|
|
|
# data set values (examples only) |
|
10/8 ; RFC 1918 |
|
172.16/12 ; RFC 1918 |
|
192.168/16 ; RFC 1918 |
|
127.0.0.1/32 ; Unix loopback |
|
|
|
|