Maint: create OpenVPN runner in VPN run loop

This commit is contained in:
Quentin McGaw (desktop)
2021-08-19 14:45:57 +00:00
parent 3d8e61900b
commit 9218c7ef19
7 changed files with 48 additions and 26 deletions

View File

@@ -11,7 +11,6 @@ var _ Interface = (*Configurator)(nil)
type Interface interface {
VersionGetter
AuthWriter
Runner
Writer
}