mirror of
https://github.com/fosrl/pangolin.git
synced 2026-02-10 20:02:26 +00:00
prevent raw tcp on port 80 or 443
This commit is contained in:
@@ -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",
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user