mirror of
https://github.com/qdm12/gluetun.git
synced 2026-07-31 09:23:25 +02:00
hotfix(portforwarding): allow setting ports when no custom code is running
This commit is contained in:
@@ -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) (
|
||||
|
||||
Reference in New Issue
Block a user