mirror of
https://github.com/qdm12/gluetun.git
synced 2026-05-07 04:20:12 +02:00
chore(provider): add Name() method per provider
This commit is contained in:
@@ -21,3 +21,7 @@ func New(storage common.Storage, randSource rand.Source) *Provider {
|
||||
NoPortForwarder: utils.NewNoPortForwarding(providers.Protonvpn),
|
||||
}
|
||||
}
|
||||
|
||||
func (p *Provider) Name() string {
|
||||
return providers.Protonvpn
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user