hotfix(portforwarding): allow setting ports when no custom code is running

This commit is contained in:
Quentin McGaw
2026-07-29 06:06:09 +00:00
parent df3c9fa668
commit b00279bc61
2 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -55,7 +55,7 @@ func newNoPortForwarder(providerName string) *noPortForwarder {
}
func (n *noPortForwarder) Name() string {
return n.providerName
return n.providerName + " [not supported]"
}
func (n *noPortForwarder) PortForward(context.Context, pfutils.PortForwardObjects) (