Skip to content

Commit

Permalink
dns: use fakeALIAS for xuyh0120.win to coexist with HTTPS record
Browse files Browse the repository at this point in the history
  • Loading branch information
xddxdd committed Jan 5, 2025
1 parent c923fc7 commit 2ea078e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions dns/domains/xuyh0120.win.nix
Original file line number Diff line number Diff line change
Expand Up @@ -177,11 +177,12 @@ in
providers = [ "gcore" ];
dnssec = true;
records = lib.flatten [
# ALIAS record cannot coexist with HTTPS on Gcore
{
recordType = "ALIAS";
recordType = "fakeALIAS";
name = "@";
target = "lantian.pub.";
ttl = "5m";
target = "bwg-lax";
ttl = "10m";
}
{
recordType = "HTTPS";
Expand Down

0 comments on commit 2ea078e

Please sign in to comment.