You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DietPi-Software | WireGuard: Add changelog entry and online docs
Print QR code to console to scan with mobile client: qrencode -t ansiutf8 < /etc/wireguard/wg0-client.conf
Client mode kill switch:
PostUp = iptables -I OUTPUT ! -o %i -m mark ! --mark $(wg show %i fwmark) -m addrtype ! --dst-type LOCAL -j REJECT && ip6tables -I OUTPUT ! -o %i -m mark ! --mark $(wg show %i fwmark) -m addrtype ! --dst-type LOCAL -j REJECT
PreDown = iptables -D OUTPUT ! -o %i -m mark ! --mark $(wg show %i fwmark) -m addrtype ! --dst-type LOCAL -j REJECT && ip6tables -D OUTPUT ! -o %i -m mark ! --mark $(wg show %i fwmark) -m addrtype ! --dst-type LOCAL -j REJECT
DietPi-Software | WireGuard: Fine tune install script, add optional client configs for only local network access, only server access or only DNS nameserver usage (Pi-hole combi). Do never overwrite existing configs on install.
DietPi-Software | WireGuard: Allow client setup install by skipping server config steps if user chosen by user.
DietPi-Drive_Manager | Now allows to check & repair the /boot file system and you can trigger an automated fsck on next reboot for the root file system: https://github.com/Fourdee/DietPi/pull/2335
DietPi-Software | Grafana: Except on ARMv6, we now use the official APT repo, which includes updates of Grafana to new upstream versions (currently v5.4.3): https://github.com/Fourdee/DietPi/issues/2449
@Fourdee
Niice, yesterday I was just again thinking about an issue pinning feature would be nice and today I found it. Is this new or was I just blind? 😄
ToDo:
qrencode -t ansiutf8 < /etc/wireguard/wg0-client.conf
dev
: https://github.com/Fourdee/DietPi/pull/2420Testing cases
The following cases have been successfully tested by the devs, however it would be great if you could have a special eye on them when using the beta:
Known issues
DietPi functionality
sudo
: https://github.com/Fourdee/DietPi/issues/2135DietPi visual
EDIT: Resolved with: Fourdee@17a1a06, Fourdee@23c39c3, Fourdee@48d5845
SBC/device related
Software title related
EDIT: Resolved with: Fourdee@ad5a082
The text was updated successfully, but these errors were encountered: