Ronan Dalton
Ronan Dalton
Actually I realized after writing this that the multi-tunnel support requires root (#189) currently. If that's the case then this feature couldn't be implemented anyway for non-rooted devices until non-root...
Sure, I can reopen it. I was curious so I looked into how the tunnels are set up. It looks like wgtunnel uses amneziawg-android for the userspace backend when `backend.setState`...
@egg1234 If I'm not mistaken, apps like Nekobox also make use of VpnService to tunnel traffic (which has a restriction of one VPN app per profile), so you wouldn't be...
I think this is happening because `buf_highlight_references` is being called even when `buf_should_illuminate(bufnr)` is false (in `engine.lua`). There is a check for this at the start of the `refresh_references` function...