SRV records don't need a trailing dot.
This commit is contained in:
parent
aab20c762d
commit
08bb2e1d9f
|
@ -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;
|
||||
}];
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue