Fix: Empty connections for NordVPN and Windscribe

This commit is contained in:
Quentin McGaw
2021-01-31 18:58:53 +00:00
parent 3c7dc9b9ad
commit 180b6c2647
4 changed files with 3 additions and 10 deletions

View File

@@ -118,9 +118,6 @@ func (l *looper) Run(ctx context.Context, wg *sync.WaitGroup) {
l.cancel()
return
}
if connection.IP == nil {
panic("PLEASE CREATE AN ISSUE with this log: https://github.com/qdm12/gluetun/issues")
}
lines := providerConf.BuildConf(connection, l.username, settings)
if err := writeOpenvpnConf(lines, l.openFile); err != nil {