passepartoutvpn / tunnelkit

VPN client library for Apple platforms.
GNU General Public License v3.0
3 stars 1 forks source link

Ignoring DOMAIN-SEARCH option #312

Closed logichard closed 1 year ago

logichard commented 1 year ago

Hello,
After Passepartout 2.0.2 (3395) on iOS and macOS, app ignoring pushed additional domain-search options. It's looks like, only domain is applied.

keeshux commented 1 year ago

Correct. I don't remember why I used to parse that option or where I possibly saw it because OpenVPN doesn't recognize it.

Instead, use dhcp-option DOMAIN from now on. Multiple entries will be applied in the same order they appear.

keeshux commented 1 year ago

https://community.openvpn.net/openvpn/ticket/1209

keeshux commented 1 year ago

https://community.openvpn.net/openvpn/ticket/1209#comment:21