97 Commits

Author SHA1 Message Date
DyonR
e8fd7efca6 Reverted back to Debian, but 11 2021-03-25 23:43:12 +01:00
DyonR
97b9dec17f Revert "Added DEBIAN_FRONTEND env"
This reverts commit 5518dc1b27d61919d5b28ca3709951be9f65a11d.
2021-03-25 23:41:58 +01:00
DyonR
5518dc1b27 Added DEBIAN_FRONTEND env 2021-03-25 22:50:01 +01:00
DyonR
0fce293556 Switch to Ubuntu 20.04 for higher qtbase5 version
Debian 10 only provides qtbase5-dev 5.11, while 5.12 is the minimum required for compiling qBittorrent, Ubuntu 20.04 provides version 5.12.8.
2021-03-25 21:30:35 +01:00
DyonR
c0d8731946 getting cmake download url case insensitive 2021-03-11 21:06:13 +01:00
DyonR
81db5ca399
Merge pull request #34 from DyonR/dev
Sync dev with alpha
2021-01-23 19:48:15 +01:00
DyonR
96ca325133
Merge branch 'alpha' into dev 2021-01-23 19:48:01 +01:00
DyonR
2263ba6701 Added Boost, CMake info and other minor changes 2021-01-23 19:42:57 +01:00
DyonR
c9818f5d3f Automatically obtain Boost Version 2021-01-23 19:32:01 +01:00
DyonR
748ff94f82 Added pull-filters for ipv6 with ovpn, code formatting 2021-01-23 17:29:05 +01:00
DyonR
a64fb84fc6 commenting out LEGACY_IPTABLES, fixed sentence, moved sleep used for wg-quick down 2021-01-22 20:52:04 +01:00
DyonR
c0e5462fbf Added manual boost install 2021-01-22 17:00:40 +01:00
DyonR
8eba00ea1e Switch to libtorrent RC_2_0 tag 2021-01-22 15:47:53 +01:00
DyonR
3ff3d1f2ce
Merge pull request #32 from cassidy3/patch-1
Prevent unnecessary message of `wg-quick down` before running `wg-quick up`
2021-01-19 17:20:55 +01:00
Cassidy
f424da9874
Fixed environment variable mishap
$VPN_CONFIG returns a path, not a tunnel interface name. That's my bad. Getting the basename should work fine.
2021-01-19 00:27:37 -05:00
Cassidy
f640e83a28
Prevents extraneous warning from showing up in the logs.
`wg-quick down wg0` is called even if the interface doesn't exist - this change tests to see if the interface exists first. alternatively, it could be done with the following one-liner:

LINE 270:
     `ip link | grep -q $VPN_CONFIG && wg-quick down $VPN_CONFIG || echo "WireGuard is down already" | ts '%Y-%m-%d %H:%M:%.S'
2021-01-18 16:06:44 -05:00
DyonR
c93d441fc6 Manual boost compilation 2021-01-13 20:56:52 +01:00
DyonR
581fe07dc8
Merge pull request #31 from DyonR/dev
More explicit unzip and move for /opt/ninja
2021-01-13 19:34:02 +01:00
DyonR
97a3e41e3f Switch to libtorrent RC_2_0 tag 2021-01-13 19:30:29 +01:00
DyonR
dcaf844620 More explicit unzip and move for /opt/ninja 2021-01-13 19:25:01 +01:00
DyonR
be1b3c33bd Revert iptables-legacy-save and restore 2020-12-09 22:56:09 +01:00
DyonR
1e10d8dfb8 Added legacy iptables-restore and iptables-save 2020-12-09 22:05:54 +01:00
DyonR
b52a8fd73b Added support for legacy ip tables 2020-12-09 21:52:05 +01:00
DyonR
951b169277
Switch to Release tags of qBittorrent 2020-12-08 23:31:32 +01:00
DyonR
b7c1729421
Merge pull request #29 from DyonR/alpha
Switch to cmake instead of autotools
2020-12-08 23:29:21 +01:00
DyonR
ea759565e4 Add unrar, 7zip, unzip and zip again 2020-12-08 23:27:53 +01:00
DyonR
a3438a4fc9 Use cmake instead of autotools 2020-12-08 22:07:37 +01:00
DyonR
39040442c1
Merge pull request #28 from DyonR/master
Sync with master
2020-12-08 22:05:50 +01:00
DyonR
58ca19fa1d
Merge branch 'alpha' into master 2020-12-08 22:05:22 +01:00
DyonR
1ff1eaac8c Removal of DISABLE_IPV6 2020-12-08 19:53:46 +01:00
DyonR
0b043dafe5
Merge pull request #24 from DyonR/dev
Fixed ./configure so libtorrent >= 1.2.9 can be used
2020-11-27 23:51:53 +01:00
DyonR
d3c3aa36f5 Use any libtorrent RC_1_2 2020-11-27 23:51:20 +01:00
DyonR
6ca0b5a119 Fixed ./configure so libtorrent >= 1.2.9 can be sued
Big thanks to the user c0re100 for letting me know how to fix this in this qBittorrent Issue I created: https://github.com/qbittorrent/qBittorrent/issues/13831
2020-11-26 20:33:35 +01:00
DyonR
0ab4edf30c
Merge pull request #23 from DyonR/master
Sync the master to dev
2020-11-26 02:44:25 +01:00
DyonR
26f98e57fe
Fixed a typo in the How to use WireGuard section
Thanks to Quintanium on the Unraid Forums to let me know about this!
2020-11-25 04:11:51 +01:00
DyonR
b74278a838
Merge pull request #22 from DyonR/dev
Added quotes around some ${VPN_CONFIG}'s, closes #21
2020-11-08 23:17:17 +01:00
DyonR
928b5a9633 Added quotes around some ${VPN_CONFIG}'s 2020-11-08 23:10:51 +01:00
DyonR
32121320fd
Merge pull request #20 from DyonR/dev
Run wg-quick down before launching wg-quick up
2020-11-08 02:04:09 +01:00
DyonR
fd5f1e358f Catch the exit code of wg-quick down 2020-11-08 00:27:21 +01:00
DyonR
69898d166f
added wg-quick down to start.sh 2020-11-07 23:34:15 +01:00
DyonR
f640832a86
Merge pull request #19 from DyonR/master
master to dev
2020-11-07 23:32:55 +01:00
DyonR
915e5e1991
Removed 'Experimental' related to WireGuard 2020-10-29 19:16:32 +01:00
DyonR
83bdf4abaf Revert "Removal of iptables mangle"
This reverts commit 1fcf8288ee17e469620237bba6b4dbb6099853d4.
2020-09-14 18:20:41 +02:00
DyonR
1fcf8288ee Removal of iptables mangle 2020-09-14 16:35:54 +02:00
DyonR
7a2ba4df3a
Merge pull request #14 from DyonR/dev
Fixed getting 'vpn_remote_line' for files configs without spaces
2020-09-12 22:52:07 +02:00
DyonR
03d06565f5 Fixed comments originating from Jackettvpn 2020-09-12 22:24:08 +02:00
DyonR
a668334f5b Fixed getting vpn_remote_line if there are no spaces 2020-09-12 22:06:42 +02:00
DyonR
f1a8b57539
Merge pull request #13 from DyonR/dev
Moved the Python installation to separate script
2020-08-31 04:32:05 +02:00
DyonR
1d7d679a6d Switching back to libtorrent 1.2.8 2020-08-31 03:52:31 +02:00
DyonR
11404ae043 Switched to libtorrent-1.2.8, compining issues with 1.2.9 2020-08-31 03:52:02 +02:00