Commit Graph

194 Commits

Author SHA1 Message Date
f121308163 Update README.md
All checks were successful
continuous-integration/drone/push Build is passing
2025-03-28 14:06:20 +01:00
Eldwan Brianne
d27041f642 Updated README 2021-10-05 23:09:27 +02:00
Eldwan Brianne
3a04130588 Updated scripts based on latest release of docker-transmission-openvpn, updated Dockerfile, fetches now vpn config externally 2021-10-05 22:11:04 +02:00
UmamaheshwarN
ed4f2ac106 Added details to connect from Local clients (non-WebUI) 2021-03-21 01:07:53 -04:00
Eldwan Brianne
f0ec423f4d Updated doc 2021-02-15 19:14:34 +01:00
Eldwan Brianne
9064203812 Added workflow 2021-01-19 12:19:38 +01:00
Eldwan Brianne
cce7a61b98 Merge pull request #4 from CalebFenton/patch-3
Don't disable ipv6
2021-01-19 11:59:09 +01:00
Eldwan Brianne
01d8f75953 Merge pull request #3 from CalebFenton/patch-2
Relax docker-compose syntax to 3.2
2021-01-19 11:58:01 +01:00
Caleb Fenton
416b26ced1 Don't disable ipv6 2021-01-09 10:07:25 -08:00
Caleb Fenton
4a57134d4d Relax docker-compose syntax to 3.2 2021-01-09 10:05:35 -08:00
Caleb Fenton
a4c3e28eeb Use correct image 2021-01-09 10:04:27 -08:00
Eldwan Brianne
7d294e385f Updated Readme 2020-11-10 23:46:10 +01:00
Kristian Haugene
c51c5431fa Add hint about reverting 2020-10-28 23:02:58 +01:00
Kristian Haugene
e3fcafcd00 Update README for 3.0 2020-10-28 21:31:05 +01:00
TheDutchMC
4cbd89ec9c Fixed spelling mistake in readme 2020-10-23 19:23:41 +02:00
Kristian Haugene
8f7f80d68a Update readme with info about upcoming release 2020-08-06 18:40:45 +02:00
Kristian Haugene
97cd8afb16 Moved builds to CircleCI 2020-04-07 02:27:25 +02:00
Sandwich
badd22e072 Add docker compose example to README.md (#1085)
* Add docker compose example to README.md

`docker-compose` is standard, and following `linuxserver`'s excellent example, including it in the README.md enables a far more efficient quick start.

* Add cap-add and fix driver definition

* Fix config

* cap-add -> cap_add
2020-03-29 14:59:08 +02:00
Kristian Haugene
88cb95de16 Fix https link 2019-06-12 15:16:10 +02:00
Zois Pagoulatos
c2017d11f0 Add mkdocs.yml instuctions 2019-06-04 09:26:03 +02:00
Zois Pagoulatos
3037d54421 Simplify readme 2019-06-04 09:12:44 +02:00
Kristian Haugene
0e4f1b17e4 Merge branch 'feat/vpn-unlimited' of https://github.com/Nightbr/docker-transmission-openvpn into Nightbr-feat/vpn-unlimited 2019-06-03 11:54:11 +02:00
Kristian Haugene
89b2b9f597 remove naming frefix for trustzone and add fastestvpn to readme #821 2019-06-03 10:07:58 +02:00
eskemojoe007
ed914950e3 Update README.md 2019-04-12 08:58:26 -04:00
Titouan B
ba1f00fb77 fix folder name + add VPNUNLIMITED in README 2019-04-06 12:46:06 +02:00
Kristian Haugene
e17f2a235d Change run command example after #722 2019-03-24 14:40:36 +01:00
Kristian Haugene
3caa61966a Add surfshark to REAMDE, rename configs, remove ping options and set default.ovpn symlink 2019-03-24 14:15:36 +01:00
Kristian Haugene
0c2c47aa82 Merge pull request #708 from btimbermont/master
Added a health check
2019-03-09 16:44:02 +01:00
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
btimbermont
5cf8f018e0 Extended readme.md to include health check 2019-02-14 09:31:25 +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