]> Git — Sourcephile - sourcephile-nix.git/blob - info.nix
public-inbox: use custom module
[sourcephile-nix.git] / info.nix
1 {
2 gandi = {
3 dns = {
4 # https://docs.gandi.net/fr/noms_domaine/utilisateurs_avances/nameserver_secondaire.html
5 secondary = {
6 transfer = {
7 ipv4 = "217.70.177.40";
8 ipv6 = "2001:4b98:d:1::40";
9 };
10 ns = {
11 name = "ns6.gandi.net";
12 ipv4 = "217.70.177.42";
13 ipv6 = "2001:4b98:d:1::4b";
14 };
15 };
16 };
17 };
18 lebureau = {
19 dns = {
20 secondary = {
21 transfer = {
22 ns1 = {
23 ipv4 = "45.13.107.8";
24 ipv6 = "2a0e:e701:1010::1";
25 };
26 ns2 = {
27 ipv4 = "78.196.218.87";
28 ipv6 = "2a01:e34:ec4d:a570::2";
29 };
30 };
31 ns = [
32 {
33 name = "ns1.lebureau.coop";
34 ipv4 = "45.13.107.8";
35 ipv6 = "2a0e:e701:1010::1";
36 }
37 {
38 name = "ns2.lebureau.coop";
39 ipv4 = "78.196.218.87";
40 ipv6 = "2a01:e34:ec4d:a570::2";
41 }
42 ];
43 };
44 };
45 };
46 }