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
2c6711a2
Verified
Commit
2c6711a2
authored
Oct 24, 2020
by
Frederik Schwan
Browse files
fix spf record missing an "a:" prefix
parent
d450ac98
Changes
1
Hide whitespace changes
Inline
Side-by-side
tf-stage1/archlinux.tf
View file @
2c6711a2
...
...
@@ -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