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 = {
http = [{
host = "forum.selby.ca.";
host = "forum.selby.ca";
port = 80;
}];
https = [{
host = "forum.selby.ca.";
host = "forum.selby.ca";
port = 443;
}];
};