stabilizer: connect MQTT
stabilizer: connect MQTT
It doesn't work out of the box, needs either venv or nix-shell manipulations
stabilizer: connect MQTT
Needs nix-shell -p appimage-run
and appimage-run /path/to/MQTT-Explorer-XXX.AppImage
. On most sane distros it would work out of the box with double-click though
addc202345
Use IPv6 for WG transport to decrease latency by 20%
6dded5a701
Ip rules instead of iptables tracking
17b21f3801
Apply tested client configuration
dba87d68d3
Use wireguard instead of strongswan since its in the kernel
4966465b1c
WIP: Use gre/ipsec instead of proxy
Use postfix options for routing mails through tunnel
For example ip route add 10.42.0.0/30 dev wg0
.
The current problem with nix configuration is to ensure that it doesn't route too much by default, as it happens wg.conf (but it can be disabled…
Use postfix options for routing mails through tunnel
It corresponds to Interface.Address in the wg.conf, which results in ip -4 address add 10.42.0.2/32 dev wg0
. Routes are done separately.