- Feb 17, 2023
-
-
Maxb authored
We'll run obfs4 bridge processes in a separate obfsvpn container which can be colocated with the openvpn gateway or hosted separately. Additionally removes some out of date documentation.
-
- Jan 11, 2023
-
-
micah authored
The upstream openvpn-exporter was emitting high cardinality metrics, because of the CN being an unique identifier based off of the certificate. This would cause the tsdb to fill with unnecessary, and unrelated metrics. This removes that exporter (which has not seen commits for years) and replaces it with the prometheus-node-exporter textfile collector, which will emit metrics produced by the shell script that is run every 10 seconds. It will only emit these metrics: openvpn_server_connected_clients{status_path="/tmp/openvpn-status-tcp"} openvpn_server_connected_clients{status_path="/tmp/openvpn-status-udp"} openvpn_up{status_path="/tmp/openvpn-status-tcp"} openvpn_up{status_path="/tmp/openvpn-status-udp"}
-
micah authored
- Jan 10, 2023
-
-
micah authored
With this enabled, cardinality of the tsdb gets way too big.
-
- Nov 28, 2022
- Nov 18, 2022
-
-
micah authored
If there is an unclean container termination (eg. OOM), the kresd cache files can get corrupted (especially the lock.mdb). Additionally, there are issues with PID namespacing that can cause the cache to not work right (cf. https://gitlab.nic.cz/knot/knot-resolver/-/issues/637). So to avoid these issues, we remove the cache on startup, and accept a cold-cache init. If we were to remove these on shutdown, they may not get removed if the container terminates unclean.
-
micah authored
-
micah authored
-
micah authored
-
micah authored
The version in Debian is very old and has issues. We revert to shapeshifter-dispatcher because obfsvpn is not working yet, and we also do not need vpnwatch.
-
- Oct 03, 2022
- Oct 02, 2022
- Jun 22, 2022
-
-
micah authored
The udp service was not passing the same arguments as the tcp one, this fixes the missing --syslog flag
-
- Mar 09, 2022
- Mar 08, 2022
-
-
micah authored
-
- Jul 27, 2021
- Jun 29, 2021
- Jun 27, 2021
- Aug 17, 2020
-
-
micah authored
use the stretch image, at least until #2 is fixed.
-
- Aug 13, 2020
-
-
Kali Kaneko authored
-
Kali Kaneko authored
-