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
7dd36d74
Verified
Commit
7dd36d74
authored
Oct 24, 2020
by
Frederik Schwan
Browse files
use IPs for mail.archlinux.org in SPF record
parent
a35c24da
Changes
1
Hide whitespace changes
Inline
Side-by-side
tf-stage1/archlinux.tf
View file @
7dd36d74
...
...
@@ -223,7 +223,7 @@ resource "hetznerdns_record" "archlinux_org_origin_txt" {
zone_id
=
hetznerdns_zone
.
archlinux
.
id
name
=
"@"
ttl
=
600
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
\"
"
value
=
"
\"
v=spf1 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
ip4:95.216.189.61 ip6:2a01:4f9:c010:3052::1
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