@@ -27,19 +27,19 @@ resource "desec_rrset" "byte_surf-nona_hosts-A" {
27
27
domain = " byte.surf"
28
28
subname = " nona.hosts"
29
29
type = " A"
30
- records = [" 89.58.34.244" ]
31
30
ttl = 3600
31
+ records = [" 89.58.34.244" ]
32
32
}
33
33
34
34
resource "desec_rrset" "byte_surf-nona_hosts-SSHFP" {
35
35
domain = " byte.surf"
36
36
subname = " nona.hosts"
37
37
type = " SSHFP"
38
+ ttl = 3600
38
39
records = [
39
40
" 4 2 ea2c60748fafe3d40f35f2ac34e4187601ca042a5f83298422ba12229c3eb87b" ,
40
41
" 1 2 84d768f3a348146aa3ae6c195ae516522731ff2fc0e32bc254ac8e2b08f8078d"
41
42
]
42
- ttl = 3600
43
43
}
44
44
45
45
# Services
@@ -48,32 +48,32 @@ resource "desec_rrset" "byte_surf-cloud-CNAME" {
48
48
domain = " byte.surf"
49
49
subname = " cloud"
50
50
type = " CNAME"
51
- records = [" nona.hosts.byte.surf." ]
52
51
ttl = 3600
52
+ records = [" nona.hosts.byte.surf." ]
53
53
}
54
54
55
55
resource "desec_rrset" "byte_surf-mc-CNAME" {
56
56
domain = " byte.surf"
57
57
subname = " mc"
58
58
type = " CNAME"
59
- records = [" nona.hosts.byte.surf." ]
60
59
ttl = 3600
60
+ records = [" nona.hosts.byte.surf." ]
61
61
}
62
62
63
63
resource "desec_rrset" "byte_surf-read-CNAME" {
64
64
domain = " byte.surf"
65
65
subname = " read"
66
66
type = " CNAME"
67
- records = [" nona.hosts.byte.surf." ]
68
67
ttl = 3600
68
+ records = [" nona.hosts.byte.surf." ]
69
69
}
70
70
71
71
resource "desec_rrset" "byte_surf-watch-CNAME" {
72
72
domain = " byte.surf"
73
73
subname = " watch"
74
74
type = " CNAME"
75
- records = [" nona.hosts.byte.surf." ]
76
75
ttl = 3600
76
+ records = [" nona.hosts.byte.surf." ]
77
77
}
78
78
79
79
# Top level
@@ -82,8 +82,8 @@ resource "desec_rrset" "byte_surf--A" {
82
82
domain = " byte.surf"
83
83
subname = " "
84
84
type = " A"
85
- records = [" 89.58.34.244" ]
86
85
ttl = 3600
86
+ records = [" 89.58.34.244" ]
87
87
}
88
88
89
89
# TLS hardening
@@ -92,8 +92,8 @@ resource "desec_rrset" "byte_surf--CAA" {
92
92
domain = " byte.surf"
93
93
subname = " "
94
94
type = " CAA"
95
- records = [" 0 issue \" letsencrypt.org\" " ]
96
95
ttl = 3600
96
+ records = [" 0 issue \" letsencrypt.org\" " ]
97
97
}
98
98
99
99
# Email - Sendinblue
@@ -102,25 +102,25 @@ resource "desec_rrset" "byte_surf--TXT" {
102
102
domain = " byte.surf"
103
103
subname = " "
104
104
type = " TXT"
105
+ ttl = 3600
105
106
records = [
106
107
" v=spf1 include:spf.sendinblue.com mx -all" ,
107
108
" sendinblue-code:deaab76cc107c5de8cad5f956450eb6b"
108
109
]
109
- ttl = 3600
110
110
}
111
111
112
112
resource "desec_rrset" "byte_surf-dmarc-TXT" {
113
113
domain = " byte.surf"
114
114
subname = " _dmarc"
115
115
type = " TXT"
116
- records = [" v=DMARC1; p=reject;" ]
117
116
ttl = 3600
117
+ records = [" v=DMARC1; p=reject;" ]
118
118
}
119
119
120
120
resource "desec_rrset" "byte_surf-mail_domainkey-TXT" {
121
121
domain = " byte.surf"
122
122
subname = " mail._domainkey"
123
123
type = " TXT"
124
- records = [" k=rsa;p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDeMVIzrCa3T14JsNY0IRv5/2V1/v2itlviLQBwXsa7shBD6TrBkswsFUToPyMRWC9tbR/5ey0nRBH0ZVxp+lsmTxid2Y2z+FApQ6ra2VsXfbJP3HE6wAO0YTVEJt1TmeczhEd2Jiz/fcabIISgXEdSpTYJhb0ct0VJRxcg4c8c7wIDAQAB" ]
125
124
ttl = 3600
125
+ records = [" k=rsa;p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDeMVIzrCa3T14JsNY0IRv5/2V1/v2itlviLQBwXsa7shBD6TrBkswsFUToPyMRWC9tbR/5ey0nRBH0ZVxp+lsmTxid2Y2z+FApQ6ra2VsXfbJP3HE6wAO0YTVEJt1TmeczhEd2Jiz/fcabIISgXEdSpTYJhb0ct0VJRxcg4c8c7wIDAQAB" ]
126
126
}
0 commit comments