jaminmc
jaminmc
I don't know if it was in the script when you opened this issue, but it now generates a QR code that makes it easy to setup on a phone....
If your host has a new enough kernel with Wireguard in it, then yes, with my pull request. https://github.com/angristan/wireguard-install/pull/185 You can test if it works by running `ip link add...
Until they merge my Pull request, it will fail. Try: ```bash git clone https://github.com/jaminmc/wireguard-install ./wireguard-install/wireguard-install.sh ``` and it will install it from my fork.
I believe that only `iptables -t nat -A PREROUTING -p udp -m multiport --dports 80,554,51820 -j REDIRECT --to-ports 443` is needed, as it is done pre-routing, so you don't need...
Sure... checkout https://forums.gentoo.org/viewtopic-t-826825.html
I got the same error.. I'm assuming it is because the drive is too large. Mine is a 4 TB drive. So I think the block size is too large.
On my mac, It saved them in the folder: `/private/var/folders/sq/05t2tpgd3nvbzklh3n827y2c0000gn/T`
> I've rebuilt ZetaWatch with ZFS 2.2, but as expected, the helper won't work without proper code signing. But you should be able to test it, and you might be...
Nice! I never saw that plugin.. That does help. A source Variable would still be cool for the File name.
If this works for you, make a pull request :) > I determined the root cause. Hopefully this will help with a solution. > > Internally, after the `OBS_FRONTEND_EVENT_RECORDING_STOPPING` event...