Commit Graph

521 Commits

Author SHA1 Message Date
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
Kristian Haugene
764a066b3d Merge pull request #547 from haplo/pass-args-to-script-hooks
Pass on arguments to pre and post start/stop hooks
2018-07-18 23:21:12 +02:00
Fidel Ramos
9242c6aa08 Pass on arguments to pre and post start/stop hooks
The start.sh and stop.sh scripts receive a set of arguments from
openvpn when invoked from tunnelUp.sh and tunnelDown.sh. They are:

 * $1: network interface for the VPN (e.g. tun0)
 * $2: interface MTU (e.g. 1500)
 * $3: link MTU (e.g. 1570)
 * $4: local IP (e.g. 10.47.10.6)
 * $5: remote IP if TUN (e.g. 10.47.10.5), network mask if TAP
 * $6: "init" or "restart"

This commit makes these arguments available in
transmission-pre-start.sh, transmission-post-start.sh,
transmission-pre-stop.sh and transmission-post-stop.sh.
2018-06-26 15:35:00 +00:00
Kristian Haugene
da0efcdfd3 Merge pull request #541 from Noodle05/master
Fix missing tinyproxy, optimize build
2018-06-21 23:05:15 +02:00
Kristian Haugene
ab2a23fe05 Merge pull request #529 from niXta1/patch-1
Update README.MD with instructions for RPC
2018-06-21 23:03:45 +02:00
Wei Gao
ec2034a5e3 Fix missing tinyproxy, optimize build 2018-06-21 11:26:56 -07: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
3a10ad860c Fix build error 2018-04-08 21:37:17 +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
d05b42532f Merge pull request #459 from davinkevin/ui-transmission-web-control
feat(web-ui): add transmission-web-control UI
2018-04-03 10:46:09 +02: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
Kristian Haugene
e89ed2cfa2 Wait a bit before requesting port #381 2018-03-30 18:49:33 +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
Kristian Haugene
a32119fb3a Merge pull request #452 from wmoulton/dev
Added Support for Provider TunnelBear
2018-03-14 11:14:01 +01:00
Unknown
0bc39f3f5d Added Support for Provider TunnelBear 2018-03-13 22:03:30 -04:00
Kristian Haugene
260d15802f Merge pull request #448 from jdk/master
Update README.md
2018-03-11 19:23:37 +01:00
Jason Kotzin
47a4177b86 Update README.md 2018-03-10 19:25:17 -08:00
Kristian Haugene
080c6df8f8 Merge pull request #446 from alron/dev
Fix for leading or trailing space in OPENVPN_CONFIG.
2018-03-08 22:27:20 +01:00
Dean Bailey
8d1b4e054d Fix for leading or trailing space in OPENVPN_CONFIG. 2018-03-07 22:32:08 -08:00
Kristian Haugene
3226cc6f2e Merge pull request #440 from alron/dev
Firewall feature changes & OPENVPN_CONFIG fix.
2018-03-06 10:20:08 +01: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
Kristian Haugene
32c0b1002f Change owner to transmission user for all transmission folders. #423 #435 2018-03-04 14:03:16 +01:00
Kristian Haugene
c352bc2225 Transmission 2.93 released on ppa, activate repo. #392 2018-03-04 13:53:32 +01:00
Kristian Haugene
71caf1c53f Merge pull request #435 from evsasha/fix-settings-file-atr
Fix settings.json file attributes on Synology NAS.
2018-03-04 13:44:27 +01:00
Kristian Haugene
4d657ab72e Merge pull request #438 from himred/dev
Add support for multiple servers in OPENVPN_CONFIG
2018-03-02 20:29:19 +01:00
Kristian Haugene
7e6df425ee Merge pull request #442 from bharat555/patch-1
Use same rpi-raspbian:stretch image for proxy
2018-02-28 09:45:09 +01:00
Bharat
680a00f33d Use same rpi-raspbian image for proxy
Use the same resin/rpi-raspbian:stretch image for proxy to not have to download another image and save space.
2018-02-28 10:08:51 +05:30
Salim Gasmi
0629c64189 Update README.md 2018-02-25 19:55:16 +01:00
evsasha
a152a575eb Update userSetup.sh
Move file permission settings to userSetup.sh
2018-02-24 22:15:30 +03:00
evsasha
040c09299d Update start.sh
Move file permission settings to userSetup.sh
2018-02-24 22:14:33 +03:00
Salim Gasmi
e93fbb4cda Added random server selection in OPENVPN_CONFIG 2018-02-24 00:31:41 +01:00
Salim Gasmi
aa2dc9e1b0 Added random server selection 2018-02-24 00:23:25 +01:00
Kristian Haugene
b4c2667f01 Issues running with whitelist enabled, default to false. #432 2018-02-23 21:42:31 +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
Kristian Haugene
7aae21e508 Merge pull request #436 from e7d/dev
Add missing bash dependency in Alpine image
2018-02-23 18:40:06 +01:00
The Gitter Badger
10ad3db15e Add Gitter badge 2018-02-23 17:18:17 +00:00
e7d
cd9ee23d0c Fix kettu installation for Alpine image 2018-02-23 18:01:08 +01:00
e7d
7e0086f975 Add dumb-init back and add bash dependency to Alpine container 2018-02-23 17:42:43 +01:00
e7d
23e4f03858 Run entrypoint though sh instead of dumb-init with Alpine 2018-02-23 17:31:03 +01:00
evsasha
9087bf7465 Fix settings.json file attributes on Synology NAS.
By default in Synology NAS the user Root creates files with the permissions "---------" (0).
Other users can't access to file after chown.

Fix #423
2018-02-23 10:37:47 -05:00
Kristian Haugene
0a6985c790 always forget the other dockerfiles 2018-02-22 23:05:07 +01:00