Maint: better openvpn loop interface composition
This commit is contained in:
@@ -4,8 +4,11 @@ import (
|
||||
"context"
|
||||
|
||||
"github.com/qdm12/gluetun/internal/configuration"
|
||||
"github.com/qdm12/gluetun/internal/openvpn/state"
|
||||
)
|
||||
|
||||
type SettingsGetterSetter = state.SettingsGetterSetter
|
||||
|
||||
func (l *looper) GetSettings() (settings configuration.OpenVPN) {
|
||||
return l.state.GetSettings()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user