Added BGP server
This commit is contained in:
parent
b54933d59c
commit
f5990e01ad
|
@ -1,6 +1,6 @@
|
||||||
$TTL 1D
|
$TTL 1D
|
||||||
IN SOA dns noc.bremen.freifunk.net. (
|
IN SOA dns noc.bremen.freifunk.net. (
|
||||||
2019082301 ; Serial
|
2019082302 ; Serial
|
||||||
4H ; Refresh
|
4H ; Refresh
|
||||||
1H ; Retry
|
1H ; Retry
|
||||||
2W ; Expire
|
2W ; Expire
|
||||||
|
@ -21,6 +21,9 @@ $TTL 1D
|
||||||
bgp-lwlcom01 A 185.117.213.128
|
bgp-lwlcom01 A 185.117.213.128
|
||||||
AAAA 2A06:8782::1
|
AAAA 2A06:8782::1
|
||||||
|
|
||||||
|
bgp-plutex01 A 109.69.65.58
|
||||||
|
AAAA 2a06:8782::2
|
||||||
|
|
||||||
; network stuff
|
; network stuff
|
||||||
bre-1 A 185.117.213.248
|
bre-1 A 185.117.213.248
|
||||||
bre-2 A 109.69.65.57
|
bre-2 A 109.69.65.57
|
||||||
|
|
Loading…
Reference in New Issue