ss-abramchuk / OpenVPNAdapter

Objective-C wrapper for OpenVPN library. Compatible with iOS and macOS.
GNU Affero General Public License v3.0
473 stars 209 forks source link

UNUSED OPTIONS for socks-proxy #188

Open zhang6354 opened 3 years ago

zhang6354 commented 3 years ago

I am testing socks-proxy option, and I am getting UNUSED OPTIONS for it.

UNUSED OPTIONS 0 [management] [localhost] [7505] 5 [resolv-retry] [infinite] 6 [nobind] 7 [persist-key] 8 [persist-tun] 16 [verb] [3] 18 [socks-proxy] [127.0.0.1] [1080]

Your library does not support socks-proxy option? Or can you tell me how I can use it for your library?

ss-abramchuk commented 3 years ago

Hi @zhang6354,

OpenVPNAdapter is just a wrapper for openvpn3 library. As we see socks-proxy in UNUSED OPTIONS message I guess it hasn't been implemented yet by OpenVPN devs or it is not supported on Apple platforms.