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
c17827e9
Commit
c17827e9
authored
Oct 24, 2020
by
Jelle van der Waa
🚧
Browse files
Merge branch 'master' into 'master'
use IPs for mail.archlinux.org in SPF record See merge request
!121
parents
a35c24da
7dd36d74
Pipeline
#2435
passed with stage
in 47 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
tf-stage1/archlinux.tf
View file @
c17827e9
...
...
@@ -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