Egor Savkin esavkin
  • Joined on 2022-09-30
esavkin pushed to 118-32ch-mcx-idc at esavkin/web2019 2024-09-27 13:47:09 +08:00
0d978c1e22 Add mcx-idc 32 channel to the shop
76bc87ce5c faq: add entries
Compare 2 commits »
esavkin commented on pull request sinara-hw/assembly#27 2024-09-25 16:37:58 +08:00
stabilizer: connect MQTT

No, but not mentioning it will make those without much experience stuck

esavkin pushed to master at sinara-hw/assembly 2024-09-25 16:12:29 +08:00
cf975f899e nix flake update
4e79021c1c Use linter for markdown
Compare 2 commits »
esavkin pushed to master at sinara-hw/assembly 2024-09-25 15:57:02 +08:00
d2b848810c stabilizer: connect MQTT
esavkin merged pull request sinara-hw/assembly#27 2024-09-25 15:57:02 +08:00
stabilizer: connect MQTT
esavkin pushed to master at sinara-hw/assembly 2024-09-25 15:01:04 +08:00
084fe5aa05 Remove redundant double quotes
esavkin pushed to master at sinara-hw/assembly 2024-09-25 13:45:38 +08:00
1f4652c904 Use nested items for stabilizer instructions
esavkin pushed to master at sinara-hw/assembly 2024-09-25 13:42:39 +08:00
7dfe91b523 Fix stabilizer formatting
esavkin commented on pull request sinara-hw/assembly#27 2024-09-25 12:44:53 +08:00
stabilizer: connect MQTT

It doesn't work out of the box, needs either venv or nix-shell manipulations

esavkin commented on pull request sinara-hw/assembly#27 2024-09-25 12:44:53 +08:00
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

esavkin pushed to master at sinara-hw/assembly 2024-09-25 12:36:00 +08:00
23b172bb6b mirny: update link
esavkin merged pull request sinara-hw/assembly#28 2024-09-25 12:35:59 +08:00
mirny: update link
esavkin pushed to enable-mail-proxy-and-tunnel at M-Labs/it-infra 2024-09-23 13:36:24 +08:00
12af7ce0ad Add virtual ips for the gre tunnel
esavkin pushed to enable-mail-proxy-and-tunnel at M-Labs/it-infra 2024-09-20 17:36:51 +08:00
c7dff35280 Return swan into the zoo
esavkin pushed to enable-mail-proxy-and-tunnel at M-Labs/it-infra 2024-09-13 16:48:01 +08:00
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
Compare 12 commits »
esavkin pushed to enable-mail-proxy-and-tunnel at M-Labs/it-infra 2024-09-13 15:06:37 +08:00
6382326316 Use IPv6 for WG transport to decrease latency by 20%
esavkin pushed to enable-mail-proxy-and-tunnel at M-Labs/it-infra 2024-09-11 11:28:10 +08:00
2f1c11d779 Ip rules instead of iptables tracking
esavkin pushed to enable-mail-proxy-and-tunnel at M-Labs/it-infra 2024-09-11 11:04:42 +08:00
5e13fc0bc2 Apply tested client configuration
esavkin commented on pull request M-Labs/it-infra#45 2024-09-10 15:49:02 +08:00
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…

esavkin commented on pull request M-Labs/it-infra#45 2024-09-10 15:44:45 +08:00
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.