SRV records don't need a trailing dot.
This commit is contained in:
@@ -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;
|
||||
}];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user