prevent raw tcp on port 80 or 443

This commit is contained in:
Milo Schwartz
2025-02-02 15:47:29 -05:00
parent 6a8132546e
commit a7c99b016c
2 changed files with 10 additions and 10 deletions

View File

@@ -132,7 +132,7 @@ export default function ReverseProxyTargets(props: {
defaultValues: {
ip: "",
method: resource.http ? "http" : null,
port: resource.http ? 80 : resource.proxyPort || 1234
port: ""
// protocol: "TCP",
}
});