mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-09-11 04:17:42 +02:00
- ACL per interface: refactor, complete testing and a bugfix for
interface names.
This commit is contained in:
@@ -11,3 +11,16 @@ www IN A
|
||||
SECTION ANSWER
|
||||
www IN A 1.2.3.4
|
||||
ENTRY_END
|
||||
|
||||
$ORIGIN local.
|
||||
$TTL 3600
|
||||
|
||||
ENTRY_BEGIN
|
||||
MATCH opcode qtype qname
|
||||
REPLY QR AA NOERROR
|
||||
ADJUST copy_id
|
||||
SECTION QUESTION
|
||||
@ IN A
|
||||
SECTION ANSWER
|
||||
@ IN A 127.0.0.1
|
||||
ENTRY_END
|
||||
|
||||
Reference in New Issue
Block a user