Commit Graph

407 Commits

Author SHA1 Message Date
Kristian Haugene
f8269efc1e Update VPNBook configs #603 2018-09-19 16:14:23 +02:00
Kristian Haugene
b2a9cedd72 Merge pull request #604 from Bschalck/patch-1
Create vpnbook-fr1-udp25000.ovpn
2018-09-19 15:24:12 +02:00
Bschalck
5071d66308 Update vpnbook-fr1-udp25000.ovpn
That works !!
2018-09-19 15:20:26 +02:00
Bschalck
3ecf8b0f44 Create vpnbook-fr1-udp25000.ovpn 2018-09-19 12:16:22 +02:00
ressof
a1f9c61518 Create NO Oslo.ovpn 2018-09-14 08:06:58 +02:00
Kristian Haugene
0180bb3c2c Fix default.ovpn symlink and delete duplicate configs and unused ca cert #589 2018-08-29 21:57:17 +02:00
Kristian Haugene
cac881bd82 Merge pull request #589 from Othou/master
Updated PureVPN configuration files
2018-08-29 21:48:06 +02:00
Othou
68c28b7452 Delete default.ovpn 2018-08-29 19:40:32 +03:00
Othou
a2b9c7fbb4 Updated PureVPN configuration files 2018-08-29 19:39:52 +03:00
Othou
95a23af3df Update default.ovpn 2018-08-27 22:13:49 +03:00
Othou
7eafa1fab0 Updated PureVPN configuration files
Old configuration files has been moved to "old configs" folder
2018-08-27 22:08:38 +03:00
Kristian Haugene
ac06e90afd Merge pull request #581 from Othou/patch-3
Create ca2.crt
2018-08-19 18:05:35 +02:00
Kristian Haugene
3468980eb5 Merge pull request #580 from Othou/patch-2
Create Norway2-udp.ovpn
2018-08-19 18:05:15 +02:00
Othou
fd509b7569 Create ca2.crt
For testing. More info: https://github.com/haugene/docker-transmission-openvpn/issues/573
2018-08-18 01:25:44 +03:00
Othou
c9e15f6286 Create Norway2-udp.ovpn
For testing. More info: https://github.com/haugene/docker-transmission-openvpn/issues/573
2018-08-18 01:23:21 +03:00
Othou
d779a0a6ee Create Norway2-tcp.ovpn
For testing. More info: https://github.com/haugene/docker-transmission-openvpn/issues/573
2018-08-18 01:20:28 +03:00
Cameron Spear
6c51871097 Fix broken Nord VPN
In commit 17768dca5b, the file that the default conf that Nord VPN was pointing to was removed, so the container will no longer start (errors out saying it can't find the file):
```
Options error: In [CMD-LINE]:1: Error opening configuration file: /etc/openvpn/nordvpn/default
```

**Note:** I don't know if it matters what the default was... I just picked `nl180.nordvpn.com.tcp.ovpn` at random, you can change it if it really matter.

What's weird, is even if I override the config it should use with `OPENVPN_CONFIG`, it still tries to access this file and won't start. For now, I'm sticking to `2.0` to be able to get it to work.
2018-08-14 22:41:09 -07:00
Kristian Haugene
c6f9ffab36 Removing line, not doing what it should #572 2018-08-10 11:32:26 +02:00
Kristian Haugene
0d916f9bba Fixing DNS issues #572 when UFW is enabled 2018-08-09 13:04:52 +02:00
Kristian Haugene
464ae88340 Merge pull request #559 from sillyfrog/master
Option to disable iptable REJECT target
2018-08-06 14:54:20 +02:00
Kristian Haugene
749a62fe3b Merge pull request #563 from runningshort/patch-1
Create mullvad_us-il_udp53_ipv4.ovpn
2018-07-31 16:20:03 +02:00
runningshort
1f5de7a658 Create mullvad_us-il_udp53_ipv4.ovpn
Mullvad tunneling over IPv4 vs IPv6 for OMV bridge/older docker containers that don't support IPv6.
2018-07-19 15:37:00 -04:00
Pynx Echaup
17768dca5b NordVPN .ovpn: used the updateConfigs.sh
I used the updateConfigs.sh script to update all the NordVPN .ovpn files
2018-07-19 15:54:12 +02:00
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
sillyfrog
9c02d1637c Merge branch 'dev' into master 2018-07-19 10:09:38 +10: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
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
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