chore: add search.pub.solar dns entry

This commit is contained in:
Benjamin Bädorf 2023-10-29 22:14:13 +01:00
parent 8e5f5d425c
commit edc76ebb1b
No known key found for this signature in database
GPG key ID: 1B7BF5B77A521346
2 changed files with 6 additions and 1 deletions

View file

@ -62,7 +62,7 @@
# it decreases the privacy, since the browser can records the page titles.
query_in_title = false;
# infinite_scroll: When true, automatically loads the next page when scrolling to bottom of the current page.
infinite_scroll = false;
infinite_scroll = true;
};
};
};

View file

@ -113,6 +113,11 @@ resource "namecheap_domain_records" "pub-solar" {
type = "CNAME"
address = "nachtigall.pub.solar."
}
record {
hostname = "search"
type = "CNAME"
address = "nachtigall.pub.solar."
}
record {
hostname = "mastodon"
type = "CNAME"