Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arch Linux
infrastructure
Commits
a35c24da
Commit
a35c24da
authored
Oct 24, 2020
by
Jelle van der Waa
🚧
Browse files
Merge branch 'master' into 'master'
fix spf and mx record See merge request
!119
parents
5beff619
2c6711a2
Pipeline
#2430
passed with stage
in 47 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
tf-stage1/archlinux.tf
View file @
a35c24da
...
...
@@ -184,7 +184,7 @@ resource "hetznerdns_record" "archlinux_org_origin_mx" {
zone_id
=
hetznerdns_zone
.
archlinux
.
id
name
=
"@"
ttl
=
600
value
=
"10 m
x
"
value
=
"10 m
ail
"
type
=
"MX"
}
...
...
@@ -223,7 +223,7 @@ resource "hetznerdns_record" "archlinux_org_origin_txt" {
zone_id
=
hetznerdns_zone
.
archlinux
.
id
name
=
"@"
ttl
=
600
value
=
"
\"
v=spf1 mail ip4:66.211.214.132/28 ip4:5.9.250.164 ip6:2a01:4f8:160:3033::2 ip4:138.201.81.199/32 ip4:88.198.91.70/32 a:aur.archlinux.org a:apollo.archlinux.org ~all
\"
"
value
=
"
\"
v=spf1
a:
mail ip4:66.211.214.132/28 ip4:5.9.250.164 ip6:2a01:4f8:160:3033::2 ip4:138.201.81.199/32 ip4:88.198.91.70/32 a:aur.archlinux.org a:apollo.archlinux.org ~all
\"
"
type
=
"TXT"
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment