119 Commits

Author SHA1 Message Date
DyonR
c71b27d75b Updated readme to debian bullseye 2021-08-15 21:53:31 +02:00
DyonR
adcd23e210 Update to Debian Bullseye 2021-08-15 21:04:46 +02:00
DyonR
0cebbdae4b New method of reverting to iptables (legacy) and version info in log 2021-08-02 19:07:43 +02:00
DyonR
67bbd021d8 Uncommented LEGACY_IPTABLES
As requested in issue #25. Note that this is an experimental workaround, I guess
2021-08-02 18:51:08 +02:00
DyonR
c77ff113fe Exclude beta tags 2021-08-02 17:19:47 +02:00
DyonR
edc527eb89 Minor sentence change 2021-08-02 16:10:58 +02:00
DyonR
2554293abc Updated docs regarding WireGuard and IPv6
Closes issue #49
2021-08-02 16:08:40 +02:00
DyonR
22cc98178b
Merge pull request #52 from reyemxela/master
Different way to search for existing PUID
2021-08-01 16:08:26 +02:00
Alex Meyer
bd51519c58
Different way to search for existing PUID
Just grepping for PUID in /etc/passwd can accidentally catch group IDs with that same number. The `id` command returns whether or not there's a user with that ID more reliably.
2021-07-31 23:12:21 -04:00
DyonR
e0819f3791
Merge pull request #42 from DyonR/dev
Obtain Ninja and Cmake case insensitive
2021-05-04 20:19:53 +02:00
DyonR
b4181ccb04 Obtain Ninja version case insentitive 2021-05-04 20:19:11 +02:00
DyonR
b9ccead3c3 Obtain CMAKE version case insensitive 2021-05-04 20:17:49 +02:00
DyonR
a4668507e3
Merge pull request #41 from DyonR/dev
Fixed obtaining Boost version
2021-05-04 19:16:15 +02:00
DyonR
979d1627bf Fixed obtaining Boost version 2021-05-04 19:15:38 +02:00
DyonR
07017bc0af
Merge pull request #40 from DyonR/dev
Fixed Boost download path
2021-05-03 23:53:01 +02:00
DyonR
4a9792f0ae
Fixed Boost download path 2021-05-03 23:52:22 +02:00
DyonR
f173c23f0e
Merge pull request #38 from DyonR/dev
Add info about Docker tags
2021-02-16 15:32:43 +01:00
DyonR
f674b1bc64 Formatting 2021-02-16 15:30:59 +01:00
DyonR
4e0b36f4f9 Added info about Docker tags 2021-02-16 15:30:11 +01:00
DyonR
8d97bcd5fb
Merge pull request #37 from DyonR/dev
Revert back to libtorrent RC_1_2 branch for stability
2021-02-08 21:16:20 +01:00
DyonR
66b840929e Revert back to Libtorrent 1.2.x 2021-02-08 21:13:22 +01:00
DyonR
93822452fa Added linebreaks in README.md 2021-01-25 03:43:52 +01:00
DyonR
1535ab1f64
Merge pull request #36 from DyonR/dev
Minor README.md changes
2021-01-23 23:01:51 +01:00
DyonR
d7f1ef0931
Merge pull request #35 from DyonR/dev
Minor README.md changes
2021-01-23 23:00:59 +01:00
DyonR
3a6e9b2569 Minor README.md changes 2021-01-23 23:00:01 +01:00
DyonR
96e038d282 VPN_ENABLED not case sensitive 2021-01-23 22:42:51 +01:00
DyonR
28463bf573 Revert "Merge branch 'alpha' into dev"
This reverts commit 96ca325133fa0c8dfaf766f814c77bc17fbd0717, reversing
changes made to 2263ba670145b7579fbd9cf8c9a0f314b4ee1dc8.
2021-01-23 22:22:08 +01:00
DyonR
96ca325133
Merge branch 'alpha' into dev 2021-01-23 19:48:01 +01:00
DyonR
1fefc4231e
Merge pull request #33 from DyonR/dev
Libtorrent 2.0, code clean-up, IPv6 Issue focefully fixed
2021-01-23 19:44:14 +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