Commit Graph

2272 Commits

Author SHA1 Message Date
Alexandre
5f55174354 Update CHANGELOG.md 2025-11-24 12:39:59 +01:00
Alexandre
e7769aaf24 Update config.yaml 2025-11-24 12:39:45 +01:00
Alexandre
86e10379cd Update run 2025-11-24 09:47:56 +01:00
github-actions
c610500d15 GitHub bot: changelog 2025-11-24 08:30:10 +00:00
Alexandre
374b3b8c4c Remove version 5.1.2-18 entry from CHANGELOG
Removed outdated entry for version 5.1.2-18 from CHANGELOG.
2025-11-24 09:23:49 +01:00
Alexandre
f94b1fd18f Update config.yaml 2025-11-24 09:23:38 +01:00
Alexandre
a230b28ffd Update run 2025-11-24 09:22:28 +01:00
Alexandre
81cee949ab Modify VPN monitor condition for public IP check
Change condition to check if /currentip is not empty before starting the VPN monitor.
2025-11-24 09:09:56 +01:00
Alexandre
72d1071fa5 Change condition for VPN leakage service start 2025-11-24 09:09:21 +01:00
github-actions
5fd7b5ed32 GitHub bot: changelog 2025-11-24 08:08:06 +00:00
Alexandre
6f28b28d3d Cleanup changelog by removing old entries
Removed outdated changelog entries for versions 5.1.2-17 and 5.1.2-16.
2025-11-24 09:02:57 +01:00
Alexandre
f74569d99a Update qbittorrent version to 5.1.2-18 2025-11-24 09:02:47 +01:00
Alexandre
b3be37640e Improve validation and error handling in svc-qbittorrent
Refactor validation and error handling in WireGuard setup.
2025-11-24 09:02:35 +01:00
Alexandre
7ee0c3785e Clean up country code URL sources in run script
Removed unused URL sources for country code lookup.
2025-11-24 08:59:09 +01:00
github-actions
7308f78a39 GitHub bot: changelog 2025-11-24 07:56:47 +00:00
Alexandre
3f17818ce9 Update qBittorrent version to 5.1.2-17 2025-11-24 08:51:17 +01:00
Alexandre
0264ef9d97 Implement public IP check for VPN leak monitoring
Added public IP fetching and logging for VPN services.
2025-11-24 08:50:17 +01:00
Alexandre
822c03dac9 Refactor VPN and WireGuard handling in run script
Refactor VPN leak monitoring and WireGuard setup logic, improving clarity and functionality. Adjust log messages for better understanding.
2025-11-24 08:46:48 +01:00
Alexandre
bda1ffedde Enhance VPN leak monitoring and IP fetching methods
Refactor public IP fetching and VPN leak monitoring logic. Introduce new helper functions for fetching public IP and country code with improved error handling and randomization of URL sources. Update WireGuard and OpenVPN integration to include leak monitoring.
2025-11-24 08:45:37 +01:00
Alexandre
6e7308f4e6 Remove IP address retrieval from WireGuard script
Removed the code that retrieves the current IP address.
2025-11-24 08:18:38 +01:00
Alexandre
79ed3e5808 clean 2025-11-24 07:18:00 +00:00
Alexandre
e4b963a267 Update 93-openvpn.sh 2025-11-24 08:17:16 +01:00
Alexandre
f59c21e72e Refactor public_ip.sh for better portability and error handling
Updated shebang to use env for portability and improved error handling in public IP retrieval.
2025-11-24 08:13:46 +01:00
Alexandre
5a41d1c265 Add script to fetch public IP from multiple providers
This script attempts to retrieve the public IP address by querying multiple services in a randomized order. If successful, it writes the IP to /currentip; otherwise, it outputs an error message.
2025-11-24 08:11:13 +01:00
github-actions
7342b37a06 Github bot : image compressed 2025-11-23 23:06:31 +00:00
github-actions
55dcc50db5 GitHub bot: changelog 2025-11-23 16:18:40 +00:00
Alexandre
a2ac40cb5f Clean up changelog by removing old entries
Removed outdated changelog entries for versions 5.1.2-15 and 5.1.2-14.
2025-11-23 16:13:23 +00:00
Alexandre
30ddded1e7 Bump qbittorrent version to 5.1.2-16 2025-11-23 16:13:06 +00:00
Alexandre
1ce8364f54 Update run 2025-11-23 16:12:38 +00:00
github-actions
7bf0069840 GitHub bot: changelog 2025-11-23 15:56:44 +00:00
Alexandre
8863fa34f3 Bump qBittorrent version to 5.1.2-15 2025-11-23 15:50:56 +00:00
Alexandre
558ecd07cd Update IP retrieval method in WireGuard script 2025-11-23 15:50:41 +00:00
Alexandre
ca6ad47646 Update IP retrieval method in OpenVPN script 2025-11-23 15:50:13 +00:00
github-actions
a8e81b7482 GitHub bot: changelog 2025-11-23 15:49:16 +00:00
Alexandre
ce1fba1745 Update CHANGELOG with new feature entry
Added a new entry to the changelog for cycling through IP providers.
2025-11-23 15:43:31 +00:00
Alexandre
87ace5f42c Update qBittorrent version to 5.1.2-14 2025-11-23 15:42:59 +00:00
Alexandre
1efa2ce23a Update run 2025-11-23 15:42:17 +00:00
github-actions
7bfaf182ea GitHub bot : graphs updated 2025-11-21 12:11:42 +00:00
github-actions
ebf1f2b0a3 GitHub bot: changelog 2025-11-19 19:41:51 +00:00
Alexandre
abe10b4560 Update qbittorrent version to 5.1.2-13 2025-11-19 20:36:17 +01:00
Alexandre
de9aae736e Implement iptables-legacy fallback for WireGuard
Added iptables-legacy fallback for WireGuard setup.
2025-11-19 20:36:06 +01:00
Alexandre
9aa2a374c8 Merge pull request #2216 from alexbelgium/codex/add-fallback-connection-for-wireguard-1cgz6g
Add IPv4 WireGuard fallback for qbittorrent add-on
2025-11-19 20:27:58 +01:00
Alexandre
065674de81 Set strict perms on WireGuard IPv4 fallback config 2025-11-19 20:26:53 +01:00
Alexandre
1902eb53de Update CHANGELOG.md 2025-11-19 20:21:38 +01:00
Alexandre
271123e500 Add IPv4 fallback for WireGuard connections 2025-11-19 20:18:40 +01:00
github-actions
72d0b0d6ce GitHub bot: changelog 2025-11-19 15:00:50 +00:00
Alexandre
763623cb5f Update qBittorrent version to 5.1.2-12 2025-11-19 15:55:03 +01:00
Alexandre
8e1a05362a Update run 2025-11-19 15:54:48 +01:00
Alexandre
85fedccb13 Update CHANGELOG.md 2025-11-19 15:52:34 +01:00
github-actions
92b14ba062 GitHub bot: changelog 2025-11-19 14:44:36 +00:00