BarbossHack
BarbossHack
Are you using the latest version from master ? I've made some fixes some times ago Then run ./generate.sh --no-dns-leak
Could you regenerate the conf with the following command (-vvv is important for debugging) ```bash ./generate.sh --no-dns-leak -vvv ``` and then run openvpn, and give me the full openvpn output...
> Linux can't add IPv6 to interface tun0 It's seems that ipv6 is disabled on your host So you have to generate your conf like this: ```bash ./generate.sh --no-dns-leak --no-ipv6...
could you give the full output with this new conf ?
and could you give me the full ouptut of this command too: ```bash ip a ``` (you can hide your IP in the output if you want)
ok so it looks like you do have an ipv6, so you should no need --no-ipv6, idk why it fails with permission denied then... could you check the output of...
well, I'm sry but I don't understand what is going wrong here 😬
I don’t think Cloudflare will review it because this patch doesn’t support Windows or macOS yet. But I’m working on it (or at least trying to).
> I don't mind if this is unix-only. Perfect, then I will focus on linux and android for this PR. I’ve added a check (panic!) to disable this feature on...