Maint: OpenVPN: add explicit-exit-notify for UDP

This commit is contained in:
Quentin McGaw (desktop)
2021-09-14 15:13:40 +00:00
parent 89166cdabf
commit 9f65157a0d
15 changed files with 45 additions and 0 deletions

View File

@@ -57,6 +57,7 @@ func (n *Nordvpn) BuildConf(connection models.Connection,
if connection.Protocol == constants.UDP {
lines = append(lines, "fast-io")
lines = append(lines, "explicit-exit-notify")
}
if !settings.Root {