Skip to content

Commit

Permalink
add testing gw99
Browse files Browse the repository at this point in the history
  • Loading branch information
Tarnatos authored Apr 28, 2017
1 parent 287591b commit eb2e981
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion db.ffnord
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$TTL 86400
$ORIGIN ffnord.
@ IN SOA vpn0.ffnord. admin.ffnord.net. (
2017042301 ; serial
2017042801 ; serial
1h ; refresh
15m ; retry
1w ; expire
Expand All @@ -23,6 +23,7 @@ $ORIGIN ffnord.
IN NS vpn13
IN NS vpn14
IN NS vpn15
IN NS vpn99

; Hosts
vpn0 86400 IN A 10.187.160.1
Expand Down Expand Up @@ -57,6 +58,8 @@ vpn14 86400 IN A 10.187.120.1
AAAA 2a03:2267:4e6f:7264::fd14
vpn15 86400 IN A 10.187.140.1
AAAA 2a03:2267:4e6f:7264::fd15
vpn99 86400 IN A 10.187.125.1
AAAA 2a03:2267:4e6f:7264::fd99
; NTP Server
0.ntp.services 86400 IN A 10.187.160.1
AAAA 2a03:2267:4e6f:7264::fd00
Expand Down Expand Up @@ -90,6 +93,8 @@ vpn15 86400 IN A 10.187.140.1
AAAA 2a03:2267:4e6f:7264::fd14
15.ntp.services 86400 IN A 10.187.140.1
AAAA 2a03:2267:4e6f:7264::fd15
99.ntp.services 86400 IN A 10.187.250.1
AAAA 2a03:2267:4e6f:7264::fd99
; Update Server
0.update 86400 IN A 10.187.160.1
AAAA 2a03:2267:4e6f:7264::fd00
Expand Down Expand Up @@ -123,6 +128,8 @@ vpn15 86400 IN A 10.187.140.1
AAAA 2a03:2267:4e6f:7264::fd14
15.update 86400 IN A 10.187.140.1
AAAA 2a03:2267:4e6f:7264::fd15
99.update 86400 IN A 10.187.250.1
AAAA 2a03:2267:4e6f:7264::fd99
; Nextnode
node 86400 IN A 10.187.254.254
AAAA 2a03:2267:4e6f:7264::ffff
Expand Down

0 comments on commit eb2e981

Please sign in to comment.