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