Commit Graph

10 Commits

Author SHA1 Message Date
Patrick Kishino
9d975aba54
merge in latest dev (#1712)
* Brush up proxy and rss plugin images, build for multiarch support #1483

* Escape special characters in rss-plugin input variables #1565

* Increase healthcheck ping timeout (#1627)

* Add DNS resolution checks (fix #1608) (#1617)

* Add dns resolution test to healthcheck script

* Add dns resolution test to start script

Co-authored-by: Patrick Kishino <patrick.a.kishino@gmail.com>

* Fix PIA infinite redirect on config download (see #1619) (#1620)

PIA download link was redirecting and setting a cookie, but those are
disabled by default unless `--cookie` or `--cookie-jar` are given. Since
the cookie was not set, the redirection was attempted again until we
reached the maximum redirection limit.

The `--cookie /dev/null` specifies an empty input cookie, which has the
effect to enable curl's handling of cookies.

Co-authored-by: Kristian Haugene <kristian@haugene.net>
Co-authored-by: clement-z <6691770+clement-z@users.noreply.github.com>
2021-02-12 09:23:42 +09:00
Kristian Haugene
1d888ee3f8 add timeout and retry for healthcheck 2020-11-10 21:52:47 +01:00
Kristian Haugene
179d095ecd Revert "Update HealthCheck for auto-recover TUN down (#1373)"
This reverts commit 2287ee9cc4.
2020-11-10 21:50:37 +01:00
RickyXwang
2287ee9cc4
Update HealthCheck for auto-recover TUN down (#1373)
* Update tunnelDown.sh

Add attempt to restart TUN
2020-09-29 08:51:34 +09:00
Patrick Kishino
9dd171d170 Exclude grep from ps -ef result 2020-06-25 10:31:25 +09:00
Christophe Lambin
1df9818a08 Fix healthcheck.sh 2020-06-02 20:01:22 +02:00
Patrick Kishino
2db2ce1f0d Updated healthcheck to include openvpn and transmission process 2020-06-02 13:12:45 +09:00
Alexander Chernov
6fa0e97373
chore: typo in healthcheck message. 2020-05-09 20:48:51 +01:00
Kristian Haugene
66c7634f18 Standardize scripts, use bash and double brackets 2019-03-09 18:52:06 +01:00
btimbermont
0abe1912f4 Added healthcheck that checks if network is still up 2019-02-14 09:19:14 +01:00