Commit Graph

165 Commits

Author SHA1 Message Date
wilmardo
614ea60b8c Create new CREATE_TUN_DEVICE variable 2019-02-26 21:00:52 +01:00
Kristian Haugene
aaa57d1b30 Merge pull request #697 from wilmardo/openvpn-scripts
Adds pre-start for openvpn
2019-02-21 13:13:41 +01:00
Kristian Haugene
0b7d3f6265 Merge pull request #704 from cat24max/protonvpn
Adding ProtonVPN configurations
2019-02-10 00:25:34 +01:00
Tim Vogler
a3378f9f75 Adding ProtonVPN configurations 2019-02-09 23:18:12 +01:00
wilmardo
c23228bbfc Adds pre-start for openvpn 2019-02-04 21:52:27 +01:00
Falconx1000
1e0048d99a Update README.md
Additional details for custom providers
2019-01-25 11:13:34 -05:00
Kristian Haugene
ec4502d4df Merge pull request #665 from AdrienKuhn/update-automatic-arm-builds
Fix builds on ARM arch but keeping ARM cross builds.
2018-12-17 20:07:18 +01:00
Kristian Haugene
3f8d7505e9 Adding VPNFacile and FreeVPN providers #663 #664 2018-12-17 19:49:58 +01:00
Adrien Kühn
117aaf0ceb Fix builds on ARM arch but keeping ARM cross builds. Fix #638. 2018-12-16 13:02:23 +01:00
Kristian Haugene
3fdf8e07a7 Update README 2018-10-21 19:01:51 +02:00
Kristian Haugene
0c3c8598a9 Merge branch 'master' into dev 2018-10-21 16:33:35 +02:00
ducseb
3a0d891a58 Fix unpriviligied user to use tun device under docker
I've added a chmod to tun device to allow unprivileged docker containers to use tun device and send traffic through the vpn.
Related to this issue: https://github.com/haugene/docker-transmission-openvpn/issues/41
2018-10-18 11:51:24 +02:00
Max Port
4bec2700f9 Added Trust.Zone to the Readme 2018-10-17 09:22:54 +01:00
sillyfrog
f2a1899649 Merge branch 'dev' into master 2018-07-25 21:30:15 +10:00
Kristian Haugene
b56480cadd Merge branch 'master' of https://github.com/dcrdev/docker-transmission-openvpn into dcrdev-master 2018-07-23 16:00:23 +02:00
sillyfrog
9c02d1637c Merge branch 'dev' into master 2018-07-19 10:09:38 +10:00
Kristian Haugene
79231e0a36 Merge branch 'dev' into master 2018-07-18 23:26:08 +02:00
Kristian Haugene
3b73b38689 Merge branch 'master' into dev 2018-07-18 23:14:45 +02:00
Sillyfrog
cec73f96dd Option to disable iptable REJECT target
New UFW_DISABLE_IPTABLES_REJECT option that hacks ufw to allow the
prevention of the use of the REJECT iptables target, as this is not
available on some NAS platforms (such as the Synology).
2018-07-17 17:00:29 +10:00
Ondřej Borýsek
0ada663830 PIA change default
ref #549
2018-07-10 15:16:47 +02:00
Ondřej Borýsek
2c444551d7 update readme (PIA port forwarding)
Updating ReadMe to note, that PIA port forwarding is not available in all regions.
Also some typo fixes.
2018-06-27 00:05:39 +02:00
dcrdev
1abc76f066 Add option to disable setting of default permissions 2018-06-26 19:41:16 +01:00
niXta1
62483167bd Update README.MD with instructions for RPC
Added information on how to connect to RPC.
2018-06-03 15:00:37 +02:00
Kristian Haugene
68ee2532dd Merge pull request #508 from brossow/master
Added IronSocket OVPN files
2018-05-12 23:28:34 +02:00
Brent Rossow
01c93d90f6 1. Updated 'auth-user-pass' to read login credentials from a file
2. Updated 'ca', 'cert', 'key' and 'tls-cert' to read from files to simplify future maintenance
3. Added default.ovpn pointing to United-Kingdom.ovpn
4. Updated README to include IronSocket in the list of supported providers

Original OVPN files sourced directly from IronSocket at https://ironsocket.com/network#ovpn
2018-05-11 14:02:13 -05:00
Kristian Haugene
5df04c27fe Add proxy.sh to providers, #487 2018-04-21 23:24:33 +02:00
Oliver Cervera
1b17962b55 Update README.md
Added two sections
- clarify that changes to the configuration will not survive after reboot. Configuration should be set using variables when creating the container
- how to obtain Transmission inactivity, therefore standby
2018-04-10 22:52:58 +01:00
davinkevin
182f2f2c70 feat(web-ui): add transmission-web-control UI
This is based upon the project https://github.com/ronggang/transmission-web-control/
2018-03-31 16:44:54 +02:00
Jason Kotzin
67b4cdbe75 Update README.md 2018-03-31 14:29:58 +02:00
Unknown
0bc39f3f5d Added Support for Provider TunnelBear 2018-03-13 22:03:30 -04:00
Dean Bailey
6649edeedf Fixed breakage caused by splitting on SPACE in OPENVPN_CONFIG
Changed to split on comma as many openvpn configs have space in the name.

Added a bit more validation that a provider is set.

Updated docs.
2018-03-04 23:58:13 -08:00
Dean Bailey
9f89da6522 Added UFW_ALLOW_GW_NET. Changes firewall rules from using GW to the GW network when set to true.
Extended LOCAL_NETWORK to support comma seperated list of /CIDR.

Minor firewall cleanups. Removed specified TCP in range allow. No point, we don't specify tcp/udp anywhere else.

Formatting changes (BASH 3+ style).

Cleaned removed external [ ] calls. Use builtin [[ ]].

Use ${VAR,,} to lowercase isntead of TR.
2018-03-04 23:39:38 -08:00
Salim Gasmi
0629c64189 Update README.md 2018-02-25 19:55:16 +01:00
Salim Gasmi
e93fbb4cda Added random server selection in OPENVPN_CONFIG 2018-02-24 00:31:41 +01:00
Kristian Haugene
d59e342e64 Update readme 2018-02-23 21:35:42 +01:00
Kristian Haugene
84e8f60103 Merge pull request #437 from gitter-badger/gitter-badge
Add a Gitter chat badge to README.md
2018-02-23 18:42:42 +01:00
The Gitter Badger
10ad3db15e Add Gitter badge 2018-02-23 17:18:17 +00:00
Kristian Haugene
b3b97e4237 Merge branch 'master' of https://github.com/jandrews377/docker-transmission-openvpn into feature/proxy 2018-02-22 18:33:41 +01:00
Kristian Haugene
16ed541bd7 move section on iptables route 2018-02-21 22:02:20 +01:00
Kristian Haugene
291d3b9fa6 Merge pull request #394 from T4cC0re/dev
add option to drop the default route on providers, that do not override it properly
2018-02-21 21:46:53 +01:00
Kristian Haugene
ca67fb1f27 add header 2018-02-21 21:40:07 +01:00
himred
040e3e1eb6 Update README.md 2018-02-08 10:24:08 +01:00
Hendrik Jonas Meyer
e37641653c add option to drop the default route on providers, that do not override it properly 2018-01-16 22:24:17 +01:00
jandrews377
9bccc66beb Merge branch 'dev' into master 2018-01-02 08:46:33 +13:00
Kristian Haugene
a0113f4441 Add Mullvad default config and update README. Also remove RSS-container specific env from main DockerEnv file. 2017-12-23 16:49:29 +01:00
Bruno Perel
5df7846539 Update README 2017-12-03 01:52:45 +01:00
Bruno Perel
a69ece17fe Support transmission-rss plugin 2017-12-03 00:15:50 +01:00
Kristian Haugene
e972f08a98 Adding default.ovpn symlink for cypherpunk, and update README 2017-11-21 23:18:13 +01:00
Kristian Haugene
51313df670 Merge pull request #348 from pandrez/master
Added Kettu Web UI
2017-11-19 14:30:32 +01:00
pandrez
3f825828ef Added Kettu Web UI 2017-11-19 12:37:07 +00:00