Commit Graph

207 Commits

Author SHA1 Message Date
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
Kristian Haugene
d73dafd444 Merge pull request #462 from qoobaa/update-slickvpn-configs-2
added a full list of SlickVPN configs (second attempt)
2018-04-03 13:20:01 +02:00
Kuba Kuźma
3740e5c19b fixed SlickVPN default 2018-04-03 12:58:32 +02:00
Kuba Kuźma
4ad28a2c92 reverted default and certificate 2018-04-03 12:56:21 +02:00
Kuba Kuźma
cd221f342f polishing 2018-04-03 12:54:21 +02:00
Kuba Kuźma
6bce430e91 added generic address pool to SlickVPN configs 2018-04-03 12:52:28 +02:00
Kristian Haugene
1a5584ea64 Merge pull request #458 from eugenioseveri/master
Add PIA TCP profiles and new Las Vegas server
2018-03-30 18:28:44 +02:00
Kuba Kuźma
a6518a4c4b added full list of SlickVPN configs 2018-03-29 19:16:28 +02:00
eugenioseveri
8194d86efd Add PIA TCP profiles and new Las Vegas server 2018-03-24 12:08:06 +01:00
Unknown
0bc39f3f5d Added Support for Provider TunnelBear 2018-03-13 22:03:30 -04:00
Dean Bailey
8d1b4e054d Fix for leading or trailing space in OPENVPN_CONFIG. 2018-03-07 22:32:08 -08: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
aa2dc9e1b0 Added random server selection 2018-02-24 00:23:25 +01:00
Kristian Haugene
4b02cd6ca2 Fix proxy in combination with ufw, open access to proxy, add openvpn arguments to transmission script 2018-02-22 22:35:46 +01: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
348748db68 Merge pull request #431 from eugenioseveri/master
Add PIA strong profiles
2018-02-21 21:23:59 +01:00
eugenioseveri
78ae0a703b Add missing PIA profiles 2018-02-17 14:36:49 +01:00
eugenioseveri
323d9195f4 Add PIA strong profiles 2018-02-16 18:37:53 +01:00
Kristian Haugene
14f26c7e78 Merge pull request #406 from ryanlauterbach/issue-404-PureVPN-updates
Update PureVPN configs
2018-02-15 17:29:58 +01:00
Ryan Lauterbach
8e7997f781 * Add .git to .dockerignore so we don't send to docker build context
* Add all purevpn servers list, as of 2016. This includes non-p2p
servers but they still work after testing
2018-02-15 16:05:04 +00:00
Avion
59a2804c0b Add US OVPN.com servers
Automatically chooses between Los Angeles, CA and Miami, FL servers
2018-02-11 12:45:37 -08:00
Erik Beijerman
4f0a87f6eb Updated cryptostorm openvpn files, fixes #371 2018-02-01 09:17:44 +01:00
Dean Bailey
970c9c576f Added UFW_EXTRA_PORTS, Updated start script shell, Added python2.7
UFW_EXTRA_PORTS Allows for exposing of ports when binding to the image for the vpn functionality. Accepts comma seperated list.

Changed from /bin/sh to /bin/bash. If you got bash, why use busybox? Plus busybox doesn't allow for advanced string manipulations.

Added python2.7 and pysqlite2. torrentToMedia from the nzbToMedia package needs python2.7.
2018-01-24 22:41:28 -08:00
Kristian Haugene
165c187525 Merge pull request #377 from ksanislo/dev
Allow a pre-existing /config/openvpn-credentials.txt file.
2018-01-12 10:04:16 +01:00
Kristian Haugene
ec22470a40 Merge pull request #386 from shuaiscott/master
Modify Netherlands OVPN config for SlickVPN
2018-01-12 10:02:01 +01:00
Kristian Haugene
bfd12b7d7e Merge pull request #384 from izeberq/ipvanish_update
Updating IPVanish configurations
2018-01-12 10:00:54 +01:00
Scott Carlson
053e57169f Adding both 443 and 8888 ports to SlickVPN OVPN 2018-01-11 13:50:24 -06:00
Scott Carlson
daabda6e8c Modifying SlickVPN config for Toronto
Trying out adding all hostnames AND additional ports
2018-01-11 12:53:58 -06:00
Scott Carlson
85719033d9 Updating Netherlands OVPN config for SlickVPN
changed ports to 8888
2018-01-11 12:34:30 -06:00
Scott Carlson
e831e71049 Update Netherlands.ovpn
Adding extra Netherlands gateway
2018-01-11 12:29:20 -06:00
Maxim Pleshivenkov
63b5c23459 Updating IPVanish configurations 2018-01-07 23:36:27 -05:00
jandrews377
9bccc66beb Merge branch 'dev' into master 2018-01-02 08:46:33 +13:00
Ken Sanislo
0af676b481 Allow a pre-existing /config/openvpn-credentials.txt file.
Instead of bailing when the OpenVPN user and password aren't defined in the environment, first check and see if we already have a /config/openvpn-credentials.txt file from a persistent volume.
2017-12-31 19:06:18 -08:00
Jeremy Andrews
ef66e85f34 tweaks 2018-01-01 13:38:25 +13:00
Jeremy Andrews
87c548d767 Pulled in remote changes and committed 2018-01-01 13:08:51 +13:00
Jeremy Andrews
0ba1bc6af7 Abstracted the transmission up and down events to seperate scripts 2018-01-01 13:04:15 +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
Fedir Panasenko
2e229faac8 Mullvad VPN provider added 2017-12-05 01:21:27 -08:00
Karl J. Overå
a195ad11d3 Update NordVPN ovpn files to newest 2017-11-24 21:57:49 +01:00
Kristian Haugene
e972f08a98 Adding default.ovpn symlink for cypherpunk, and update README 2017-11-21 23:18:13 +01:00
Kristian Haugene
28b6f14771 Merge pull request #349 from wbvreeuwijk/master
Add VPN configurations for Cypherpunk VPN
2017-11-21 22:51:00 +01:00
Anders
d9e6b89e01 fixed symlink 2017-11-21 00:25:42 +01:00
root
b3ce1f59ce Add VPN configurations for Cypherpunk VPN 2017-11-20 21:38:57 +01:00
Levi Figueira
58581ab97d Changed the ping options on the OpenVPN config files to ping-exit instead of ping-restart.
Also added the inactive option as normally used with ping-exit.
2017-11-19 16:50:08 -06:00
Levi Figueira
025e44936b Forgot to update the config files to read password from config file... Oops! 2017-11-19 02:51:55 -06:00
Levi Figueira
3eef01890b Updated NordVPN OpenVPN config files 2017-11-18 23:53:34 -06:00
Kristian Haugene
2fd49cabb2 not necessary 2017-11-18 16:37:49 +01:00
Kristian Haugene
0ebfa5ebee Update default.ovpn symlink, ref #343 2017-11-18 15:20:52 +01:00
Kristian Haugene
038ff29c3b Merge pull request #343 from g-be/master
updating frostVPN files
2017-11-18 15:18:19 +01:00