<div dir="ltr"><div>Hey Jason (and everyone else).</div><div><br></div><div>@Jason; we chatted on XDA yesterday, a few PMs back and forth (I'm nine7nine on XDA).</div><div><br></div><div>So just as a recap; My progress with integrating WireGuard with my Kernel and on the Stock Oreo 8.0 rom (Google Pixel 1);</div><div><br></div><div>Kernel support - working.</div><div>building the standalone wg-tools - working</div><div>wg-tools installation - working<br></div><div><br></div><div>Now, my issue seems to be with actually getting the WireGuard app working with AzireVPN.... But in the process, I've figured out that wq-quick is NOT working properly ~ which aside from the possibility that my configuration for AzireVPM may be incorrect ~ The wg-quick issue is probably why the android WireGuard app isn't working (as I assume it requires wg-quick)... My pixel doesn't seem to recognise the wg-quick script being in /system/xbin (even though it's there);</div><div><br></div><div># wg-quick up wg0<br>sh: /system/xbin/wg-quick: No such file or directory</div><div><br></div><div>the script has;</div><div><br></div><div>#!/system/xbin/bash</div><div><br></div><div>changing it to not include bash, does allow it to be executed, but then I get;</div><div><br></div><div>sh: /system/xbin/wg-quick: Permission denied</div><div><br></div><div>I'm not sure what's up here (but it doesn't matter if I'm root user or not, same permission problem, I've checked permissions, it's executable, etc)... ***NOTE: If I manually use wg for setup ~ I can get the interface up and working, following the quick start instructions and running wg for verification (ref: <a href="https://www.wireguard.com/quickstart/">https://www.wireguard.com/quickstart/</a>) ... So i think WireGuard is actually working. (kernel support and wg).... That said ~ I'm going to have a stab at repackaging the user-space components as a standard android flashable zip (as we talked about on XDA, @Jason), start fresh and see if I can get it working...</div><div></div><br><div>All of that aside; I'm wondering if someone could post a working config/template for AzireVPN or any other free VPN that supports WireGuard??? (minus any private information, respectfully). I'd just like to make sure that I have a working config for WireGuard on Android -> so that when I try to test, after re-installing wg-tools ~ that might be one less hiccup... I've never used WireGuard, so all very new to me.</div><div><br></div><div>Thanks</div><div><br></div><div>Jordan<br></div><div><br></div><div>PS: @Jason - I'm also going to have a look (later on) and see If i can get the WireGuard android app to not "crash on boot" in Oreo ~ using the commits for Kernel Aduitor's fixes that I pointed out to you yesterday, when I brought up the issue. ttyl<br></div><div><br></div><div><br></div></div>