macos fix
This commit is contained in:
parent
02810ff844
commit
dc4a1c6eca
1 changed files with 4 additions and 0 deletions
|
@ -223,6 +223,10 @@ QString OpenVpnConfigurator::processConfigWithLocalSettings(QString config)
|
||||||
config.replace("redirect-gateway def1 bypass-dhcp", "");
|
config.replace("redirect-gateway def1 bypass-dhcp", "");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#ifdef Q_OS_MAC
|
||||||
|
config.replace("block-outside-dns", "");
|
||||||
|
#endif
|
||||||
|
|
||||||
return config;
|
return config;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue