-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Tarnatos
committed
Nov 10, 2015
1 parent
996dfb4
commit b321024
Showing
2 changed files
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
$TTL 86400 | ||
$ORIGIN ffnord. | ||
@ IN SOA vpn0 ffnord.net. 2015101001 1h 15m 1w 1d | ||
; | ||
vpn0 86400 IN A 10.187.160.1 | ||
AAAA 2a03:2267:4e6f:7264::ff00 | ||
gw00 86400 IN CNAME vpn0 | ||
|
||
@ IN SOA vpn1 ffnord.net. 2015101001 1h 15m 1w 1d | ||
; | ||
vpn1 86400 IN A 10.187.170.1 | ||
AAAA 2a03:2267:4e6f:7264::ff01 | ||
gw01 86400 IN CNAME vpn1 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# Zones WE have authority over! | ||
|
||
zone "ffnord" IN { | ||
type master; | ||
file "/etc/bind/zones/nord/db.ffnord"; | ||
}; | ||
|