Hey there, I'm using the latest experimental Eddie with a custom provider (own OpenVPN server). After connecting I get the message: Unrecognized directive or missing parameter: block-ipv6 Note: the connection is correctly established and I can surf the web with this tunnel at this time. After clicking "OK" the message disappears and the connection is terminated. This is the relevant line at the logfile:
. 2016.11.28 13:59:17 - OpenVPN > PUSH: Received control message: 'PUSH_REPLY,explicit-exit-notify,topology subnet,route-delay 5 30,dhcp-pre-release,dhcp-renew,dhcp-release,route-metric 101,ping 12,ping-restart 50,comp-lzo yes,redirect-gateway def1,redirect-gateway bypass-dhcp,redirect-gateway autolocal,route-gateway 172.27.232.1,dhcp-option DNS 91.239.100.100,dhcp-option DNS 89.233.43.71,register-dns,block-ipv6,ifconfig 172.27.232.3 255.255.248.0'
I tried to remove the directive in the server config but this does not work. (It is an official OpenVPN access server and I'm not able to edit the push directives directly. Nontheless, since I can browse the web after connecting it seems like a bug to me. Anything I can do here? Thanks!