Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arch Linux
infrastructure
Commits
59efb62f
Verified
Commit
59efb62f
authored
Dec 28, 2020
by
Frederik Schwan
Browse files
fix cname entries which cannot point to the root domain
parent
7bdf553d
Changes
1
Hide whitespace changes
Inline
Side-by-side
tf-stage1/archlinux.tf
View file @
59efb62f
...
...
@@ -210,6 +210,10 @@ locals {
ipv4_address
=
"116.203.16.252"
ipv6_address
=
"2a01:4f8:c2c:474::1"
}
www
=
{
ipv4_address
=
hcloud_server
.
machine
[
"archlinux.org"
].
ipv4_address
ipv6_address
=
hcloud_server
.
machine
[
"archlinux.org"
].
ipv6_address
}
}
# This creates archlinux.org CNAME DNS entries.
...
...
@@ -221,17 +225,17 @@ locals {
# dev = { value = "www", ttl = 600 }
archlinux_org_cname
=
{
archive
=
{
value
=
"gemini"
}
dev
=
{
value
=
"
@
"
}
dev
=
{
value
=
"
www
"
}
g2kjxsblac7x
=
{
value
=
"gv-i5y6mnrelvpfiu.dv.googlehosted.com."
}
git
=
{
value
=
"luna"
}
grafana
=
{
value
=
"apollo"
}
ipxe
=
{
value
=
"
@
"
}
ipxe
=
{
value
=
"
www
"
}
"luna2._domainkey.aur"
=
{
value
=
"luna2._domainkey"
}
"luna2._domainkey.lists"
=
{
value
=
"luna2._domainkey"
}
mailman
=
{
value
=
"apollo"
}
master
-
key
=
{
value
=
"
@
"
}
packages
=
{
value
=
"
@
"
}
planet
=
{
value
=
"
@
"
}
master
-
key
=
{
value
=
"
www
"
}
packages
=
{
value
=
"
www
"
}
planet
=
{
value
=
"
www
"
}
projects
=
{
value
=
"luna"
}
repos
=
{
value
=
"gemini"
}
rsync
=
{
value
=
"gemini"
}
...
...
@@ -240,7 +244,6 @@ locals {
static
=
{
value
=
"apollo"
}
status
=
{
value
=
"stats.uptimerobot.com."
}
svn
=
{
value
=
"gemini"
}
www
=
{
value
=
"@"
}
}
# This creates pkgbuild.comA/AAAA DNS entries in addition to those already specified by the VPSes.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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