Skip to content

Commit 2970502

Browse files
tonitoni
toni
authored and
toni
committed
con delegación
1 parent 7efb54d commit 2970502

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

DNS/db.fcbarcelona.delegacion

+33
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
$TTL 604800
2+
$ORIGIN fcbarcelona.api.
3+
@ IN SOA ns.fcbarcelona.api. root.ns (
4+
2016111614 ; Serial
5+
604800 ; Refresh
6+
86400 ; Retry
7+
2419200 ; Expire
8+
604800 ) ; Negative Cache TTL
9+
;
10+
11+
TXT "Nice candies..."
12+
NS ns
13+
NS slave
14+
MX 10 mail1
15+
MX 10 mail2
16+
superserver CNAME www
17+
supersrv CNAME www
18+
www2 CNAME www
19+
www3 CNAME www
20+
21+
mail1 A 147.83.115.181
22+
mail2 A 147.83.115.182
23+
ns A 147.83.115.178
24+
slave A 147.83.115.177
25+
26+
www A 147.83.115.180
27+
A 10.0.3.2
28+
A 10.0.3.3
29+
A 10.0.3.4
30+
31+
$ORIGIN seu2.fcbarcelona.api.
32+
@ IN NS ns.seu2.fcbarcelona.api.
33+
ns IN A 147.83.115.177

0 commit comments

Comments
 (0)