DyonR
99d81a6a61
Added support for LEGACY_IPTABLES
2021-02-15 19:16:59 +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
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