Feat: specify Openvpn flags with OPENVPN_FLAGS
This commit is contained in:
@@ -17,7 +17,7 @@ type Configurator interface {
|
||||
WriteAuthFile(user, password string, puid, pgid int) error
|
||||
CheckTUN() error
|
||||
CreateTUN() error
|
||||
Start(ctx context.Context, version string) (
|
||||
Start(ctx context.Context, version string, flags []string) (
|
||||
stdoutLines, stderrLines chan string, waitError chan error, err error)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user