Erik Conijn

Results 7 comments of Erik Conijn

> Weird. https://github.com/OpenVPN/openvpn/blob/32e6586687a548174b88b64fe54bfae6c74d4c19/sample/sample-config-files/server.conf#L99 > > @egc112 any ideas? Perhaps change to a List or DynamicList and split those up? No idea at this moment but not a Luci guru but...

Ok had some time to look into it and can see what the problem is (and possibly the solution) Full report will follow

Here is my take: The data_ciphers addition was based on the ncp_ciphers (which is actually obsolete) but it appears there was already a bug in the ncp_ciphers. Both ncp_ciphers and...

@tievolu thanks for reporting back @systemcrash I can make a pull request, I have just compile tested on my DL-WRX36 and it also works Attached the patch. Any comment or...

On second thoughts, it might brake existing configurations. Alternative is to just format ncp- and data-ciphers as a dynamic list in luci. See attached patch [luci-openvpn-data-ciphers-dynamic-list-1.patch](https://github.com/openwrt/packages/files/14979455/luci-openvpn-data-ciphers-dynamic-list-1.patch)

> Sure - looks acceptable. Bump poly to the first position. > > If you're feeling adventurous, maybe you could convert this old rust-bucket to JS? In the meantime, submit...

WireGuard as protocol is easily detected and blocked so some form of obfuscation could be handy. I am currently using: https://github.com/infinet/xt_wgobfs to obfuscate WireGuard (this is also available in DDWRT,...