SRV records don't need a trailing dot.

This commit is contained in:
niten 2022-01-11 14:12:01 -08:00
parent aab20c762d
commit 08bb2e1d9f
1 changed files with 2 additions and 2 deletions

View File

@ -19,11 +19,11 @@
srv-records.tcp = { srv-records.tcp = {
http = [{ http = [{
host = "forum.selby.ca."; host = "forum.selby.ca";
port = 80; port = 80;
}]; }];
https = [{ https = [{
host = "forum.selby.ca."; host = "forum.selby.ca";
port = 443; port = 443;
}]; }];
}; };