This commit is contained in:
Bryan Ramos 2026-03-13 20:13:12 -04:00
parent 3ba1a63124
commit d67a67b5e7

View file

@ -34,8 +34,8 @@ in
port = 443; port = 443;
settings = { settings = {
protocols = [ protocols = [
{ name = "ssh"; host = "127.0.0.1"; port = "22"; probe = "builtin"; } { name = "ssh"; host = "127.0.0.1"; port = "22"; }
{ name = "tls"; host = "127.0.0.1"; port = "4443"; probe = "builtin"; } { name = "tls"; host = "127.0.0.1"; port = "4443"; }
]; ];
}; };
}; };