Commit Graph

232 Commits

Author SHA1 Message Date
Pynx Echaup
baccca03e2 made script executable
chmod u+x updateConfigs.sh
2018-07-19 15:51:25 +02:00
Pynx Echaup
c97b7d4a38 Unnecessary lines of code removed
Removed some useless code, that was commented anyway
2018-07-19 15:39:49 +02:00
Pynx Echaup
785b46b443 dragfly: Added tool to select best server for the country
Update start.sh as proposed by dragfly
2018-07-19 15:30:02 +02:00
Pynx Echaup
b2343bfa0b Create updateConfigs.sh for Nordvpn
Added updateConfigs.sh file in the nordvpn directory, so the .ovpn files will be automatically updated regularly.
2018-07-19 15:26:50 +02:00
Kristian Haugene
6990609123 Merge pull request #556 from msticninja/dev
Add files via upload
2018-07-18 23:28:42 +02:00
Kristian Haugene
79231e0a36 Merge branch 'dev' into master 2018-07-18 23:26:08 +02:00
Kristian Haugene
1589e055ea Add default.ovpn symlink 2018-07-18 23:14:06 +02:00
Kristian Haugene
5a96d832e0 Delete default.ovpn due to issues with symlink.
The contents was changed, but not the mode.
https://stackoverflow.com/questions/18411200/git-unable-to-create-symlink-file-name-too-long
2018-07-18 23:11:34 +02:00
msticninja
245803db9d Add files via upload
New PrivateVPN settings. Ownership and settings changed long ago...
2018-07-13 05:14:55 -05:00
Ondřej Borýsek
0ada663830 PIA change default
ref #549
2018-07-10 15:16:47 +02:00
Ondřej Borýsek
1311b9d679 PIA updates configs
ref #554
2018-07-10 02:59:05 +02:00
Ondřej Borýsek
d302efa3a4 PIA modified update script 2018-07-10 02:58:06 +02:00
stuartst
ff5ed2a3f0 Updated newshosting configs
Updated newshosting configs.
2018-06-25 15:14:36 +01: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
a6c56d6dae Added README to IronSocket directory 2018-05-11 14:19:17 -05: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
Brent Rossow
fb36ba1891 Added IronSocket OVPN files from https://ironsocket.com/network#ovpn (current as of 2018-05-11) 2018-05-11 08:53:36 -05:00
Kristian Haugene
f6078999fd Make default.ovpn symlink #490 2018-05-01 21:12:44 +02:00
Kristian Haugene
ec657e7682 Merge pull request #490 from ChrisPetit/master
Updated PureVPN confifguration files
2018-05-01 21:04:56 +02:00
Unknown
515d6a951b Updated PureVPN confifguration files
Updated PureVPN confifguration files
2018-05-01 20:55:11 +02:00
Throwaway
e7956d4438 Update nordvpn config 2018-04-21 21:46:59 -07:00
Kristian Haugene
d003ca91b4 Merge pull request #476 from lyz-code/fix/tiniproxy-start-if-necesary
Fix issue 475
2018-04-21 23:11:00 +02:00
Kristian Haugene
8ceef1b214 Merge pull request #487 from jobwat/proxy.sh
Add provider Proxy.sh
2018-04-21 23:03:18 +02:00
Kristian Haugene
674ffad3be Change default config to one with port forwarding, #267 2018-04-21 22:14:57 +02:00
Jo Boiteau
501870e3c8 Add Proxy.sh config files 2018-04-21 21:58:01 +10:00
Lyz
dabfb42261 Fix issue 475 2018-04-13 21:21:44 +02: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