Commit Graph

628 Commits

Author SHA1 Message Date
Stanislas Lange e965518dc7
Fix home dir detection when using sudo as root
Close https://github.com/angristan/openvpn-install/issues/780
2021-03-10 22:16:16 +01:00
Stanislas Lange d1de5c64fe
apt: use remove instead of autoremove
Close https://github.com/angristan/openvpn-install/issues/794
2021-03-10 21:46:52 +01:00
dependabot[bot] 1abb6a6948
build(deps): bump github/super-linter from v3 to v3.15.2 (#799)
Bumps [github/super-linter](https://github.com/github/super-linter) from v3 to v3.15.2.
- [Release notes](https://github.com/github/super-linter/releases)
- [Commits](https://github.com/github/super-linter/compare/v3...16f5c4067d70b7e90445a32524a96d02f973ca4b)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-03-10 21:38:49 +01:00
Stanislas 29d4dc20f8
Update lint.yml 2021-03-03 12:30:12 +01:00
dependabot[bot] 353ce9c534
build(deps): bump github/super-linter from v3.14.0 to v3.15.1 (#797)
Bumps [github/super-linter](https://github.com/github/super-linter) from v3.14.0 to v3.15.1.
- [Release notes](https://github.com/github/super-linter/releases)
- [Commits](https://github.com/github/super-linter/compare/v3.14.0...a4de8540a1162d917a5c0918467143c98c2176b2)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-03-03 12:29:51 +01:00
Stanislas c68518566b
Update lint.yml 2021-02-21 15:45:14 +01:00
Stanislas Lange 1fceec27db
test: remove fedora 31, add 33 2021-02-14 11:07:47 +01:00
Christoph Schulz 1cc1978477
Compatibility with RHEL+EPEL (#796) 2021-02-14 10:54:53 +01:00
Stanislas ea236de3e3
Create user from text file
Fix #732
2020-12-08 21:39:51 +01:00
Stanislas 5acd9a0446
Update FAQ.md 2020-12-08 21:26:39 +01:00
Stanislas b2e96b0762
Update FAQ.md 2020-12-08 21:24:38 +01:00
quyleanh 860aaa8bf4
Update with latest Adguard DNS server (#766)
Update latest Adguard DNS server as [following article](https://kb.adguard.com/en/general/dns-providers#adguard-dns)
2020-12-08 20:56:39 +01:00
dependabot[bot] 7d18ef4337
build(deps): bump github/super-linter from v3.13.5 to v3.14.0 (#770)
Bumps [github/super-linter](https://github.com/github/super-linter) from v3.13.5 to v3.14.0.
- [Release notes](https://github.com/github/super-linter/releases)
- [Commits](https://github.com/github/super-linter/compare/v3.13.5...cf0e6a9704fec0915165f905063020dc27c0cdbf)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-12-06 21:44:12 +01:00
dependabot[bot] 82c3c2430b
build(deps): bump appleboy/ssh-action from v0.1.3 to v0.1.4 (#764)
Bumps [appleboy/ssh-action](https://github.com/appleboy/ssh-action) from v0.1.3 to v0.1.4.
- [Release notes](https://github.com/appleboy/ssh-action/releases)
- [Commits](https://github.com/appleboy/ssh-action/compare/v0.1.3...1d1b21ca96111b1eb4c03c21c14ebb971d2200f6)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-11-18 10:06:36 +01:00
dependabot[bot] 8db952d2b7
build(deps): bump github/super-linter from v3.13.2 to v3.13.5 (#755)
Bumps [github/super-linter](https://github.com/github/super-linter) from v3.13.2 to v3.13.5.
- [Release notes](https://github.com/github/super-linter/releases)
- [Commits](https://github.com/github/super-linter/compare/v3.13.2...49b9b28c00ef7c9ce15d8df5e41e6039f370e812)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-11-08 12:57:46 +01:00
Stanislas Lange e16d93f314
readme: update provider link 2020-10-28 18:58:51 +01:00
dependabot[bot] 54dc74904c
build(deps): bump github/super-linter from v3.13.1 to v3.13.2 (#752)
Bumps [github/super-linter](https://github.com/github/super-linter) from v3.13.1 to v3.13.2.
- [Release notes](https://github.com/github/super-linter/releases)
- [Commits](https://github.com/github/super-linter/compare/v3.13.1...692f5c0e2e62673866f557c1935a581684569bfb)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-24 12:54:30 +02:00
Stanislas bd047c08d7
ci: use super-linter (#683) 2020-10-21 13:59:49 +02:00
randomshell 7b7567e7cb
Remove key-direction from tls-crypt option (#748)
In contrast to --tls-auth, --tls-crypt does *not* require the user to set --key-direction. Thus syntax is `--tls-crypt keyfile`
2020-10-21 13:57:45 +02:00
Dave Eargle 2e193e33cb
increase priority of sysctl conf file (#750)
Prevents GCP cloud platform's default security policy for instances, which uses prefix 60-, from overriding ip_forward. Also future-proofs against any other such default policy.
2020-10-20 23:44:52 +02:00
Stanislas 197b7b9fb5
faq: split-tunneling and client config template (#727) 2020-10-20 16:44:53 +02:00
Stanislas Lange 73c5304fda
style: format with shfmt 2020-10-20 16:42:35 +02:00
Stanislas 9935c96cdf
ci: update triggers 2020-10-20 16:40:43 +02:00
Phonic Mouse cef199916d
Added automatic NAT public IP discovery (#735) 2020-10-20 16:31:12 +02:00
Stanislas Lange 8d05ce62e8
actions: remove fedora 30, add 32 2020-10-19 12:16:59 +02:00
Stanislas 4eb349bf10
readme: update badge 2020-10-19 12:05:08 +02:00
Gal Bracha 7ddd525edf
Update FAQ.md
Added instructions on the `/etc/openvpn/client-template.txt` as requested
2020-10-12 10:28:22 +03:00
Stanislas Lange 2950fd4457
action: get public IP from doctl
Fix  #737
2020-10-03 19:04:08 +02:00
Stanislas cb23f0ec24
Add badge to README 2020-10-02 21:29:20 +02:00
Gal Bracha 9623867026
FAQ - Added how to set up part of the routing
# Implements
Updated `FAQ.md` - Added how to set only some of the traffic to go through the VPN and the rest using the normal connection
2020-09-08 11:47:31 +03:00
Stanislas 423419de74
Merge pull request #713 from angristan/dependabot/github_actions/appleboy/ssh-action-v0.1.3
build(deps): bump appleboy/ssh-action from v0.1.2 to v0.1.3
2020-08-10 17:24:31 +02:00
dependabot[bot] 25d00c197e
build(deps): bump appleboy/ssh-action from v0.1.2 to v0.1.3
Bumps [appleboy/ssh-action](https://github.com/appleboy/ssh-action) from v0.1.2 to v0.1.3.
- [Release notes](https://github.com/appleboy/ssh-action/releases)
- [Commits](https://github.com/appleboy/ssh-action/compare/v0.1.2...bf84735fa9986d048980965656d55112e863f432)

Signed-off-by: dependabot[bot] <support@github.com>
2020-08-10 05:32:40 +00:00
Stanislas Lange 1e3006c9ec
Shellcheck: move excludes to action env 2020-08-03 17:50:40 +02:00
Stanislas e52a54b92f
Merge pull request #699 from Serpentiel/patch-1
Updated client name input restrictions and hint
2020-08-03 17:14:22 +02:00
Stanislas 99ebd3d9bc
Merge pull request #691 from cn3lfs/patch-1
change mkdir to mkdir -p for directory not exist
2020-07-30 12:45:38 +02:00
Stanislas Lange 9579e29ccf
Update provider links 2020-07-30 12:44:57 +02:00
Stanislas 3b1af0e889
Merge pull request #706 from angristan/dependabot/github_actions/ludeeus/action-shellcheck-0.5.0
build(deps): bump ludeeus/action-shellcheck from 0.4.1 to 0.5.0
2020-07-29 10:42:55 +02:00
dependabot[bot] a486d07436
build(deps): bump ludeeus/action-shellcheck from 0.4.1 to 0.5.0
Bumps [ludeeus/action-shellcheck](https://github.com/ludeeus/action-shellcheck) from 0.4.1 to 0.5.0.
- [Release notes](https://github.com/ludeeus/action-shellcheck/releases)
- [Commits](https://github.com/ludeeus/action-shellcheck/compare/0.4.1...c489c81f79527f818be72b97b918b06e75eaee6d)

Signed-off-by: dependabot[bot] <support@github.com>
2020-07-29 05:54:32 +00:00
randomshell 5c2a86f27e
Update distro compatibility list and remove Debian 8 support (#654) 2020-07-28 12:24:57 +02:00
D. Robin 54b884e7b1
Pin GitHub Actions version (#702) 2020-07-25 17:06:55 +02:00
Stanislas e13141d859
Merge pull request #688 from robiiinos/feat/secure-dns
Default DNS to AdGuard
2020-07-25 14:55:24 +02:00
Stanislas 8f9e80d63c
Merge pull request #692 from randomshell/easyrsa
Update easy-rsa link in README to 3.0.7
2020-07-24 14:32:59 +02:00
Stanislas 2e981a9898
Merge pull request #698 from angristan/dependabot/github_actions/ludeeus/action-shellcheck-0.4.1
build(deps): bump ludeeus/action-shellcheck from 0.2.1 to 0.4.1
2020-07-24 14:03:27 +02:00
Aleksander b4773385a4
Updated client name input restrictions and hint 2020-07-17 22:10:31 +03:00
dependabot[bot] d37ffde48e
build(deps): bump ludeeus/action-shellcheck from 0.2.1 to 0.4.1
Bumps [ludeeus/action-shellcheck](https://github.com/ludeeus/action-shellcheck) from 0.2.1 to 0.4.1.
- [Release notes](https://github.com/ludeeus/action-shellcheck/releases)
- [Commits](https://github.com/ludeeus/action-shellcheck/compare/0.2.1...2394c9008b9dfe3897187f907e93b57eedeeedb2)

Signed-off-by: dependabot[bot] <support@github.com>
2020-07-15 06:11:26 +00:00
randomshell bbd29a8178 Update easy-rsa link in README to 3.0.7 2020-07-02 20:04:26 +00:00
cn3lfs a35cd2eca4
change mkdir to mkdir -p for directory not exist
change mkdir to mkdir -p for directory /etc/openvpn/easy-rsa not exist
2020-06-30 15:14:19 +08:00
robiiinos 9e1fe367bf Default DNS to AdGuard 2020-06-29 09:09:38 +02:00
Stanislas eca5be8aac
Merge pull request #685 from robiiinos/misc/faq
Add new dns leak tests to FAQ
2020-06-28 20:29:22 +02:00
Stanislas de41f8b7ff
Merge pull request #686 from angristan/update-funding
Update FUNDING.yml
2020-06-28 19:57:25 +02:00