Commit Graph
25 Commits
Author SHA1 Message Date
randomshellandGitHub 40ddb4c87f Remove status option from server.conf
It is included in the new systemd service `openvpn-server@.service`:
`ExecStart=/usr/sbin/openvpn --status %t/openvpn-server/status-%i.log --status-version 2 --suppress-timestamps --config %i.conf`

The new path is `/run/openvpn-server/status-server.log`
2020-05-02 20:46:33 +00:00
randomshellandGitHub de27da3638 Update file paths in FAQ.md 2020-05-02 02:17:50 +00:00
randomshellandGitHub fc7175a544 Create /etc/openvpn/client
openvpn package from openvpn.net repository doesn't have `server` and `client` directories
2020-05-02 02:14:10 +00:00
randomshellandGitHub a9c60875d1 Drop openvpn 2.3 paths
See https://github.com/angristan/openvpn-install/pull/653#issuecomment-622649463
2020-05-02 01:42:34 +00:00
randomshellandGitHub 2f9812308c Create /etc/openvpn/server directory 2020-05-02 00:24:33 +00:00
randomshellandGitHub f6a1c7e598 Add workaround to keep using /etc/openvpn/server 2020-05-02 00:20:50 +00:00
randomshellandGitHub 1564232fbd Remove obsolete Ubuntu case
Ubuntu uses systemd
2020-05-02 00:12:46 +00:00
randomshellandGitHub 32b1c4fcb5 Update paths to /etc/openvpn/server 2020-05-01 23:14:25 +00:00
randomshellandGitHub 19320c8d92 Remove workaround to keep using /etc/openvpn/ 2020-05-01 22:51:51 +00:00
randomshellandGitHub c785b230e9 docs(faq): add info for remote LAN access (#630) 2020-04-27 19:02:35 +02:00
randomshellandGitHub 3b2c84b94d fix(selinux): fix deletion of selinux policy (#555) 2020-04-27 16:03:55 +02:00
randomshellandGitHub a3e6652d6d docs(faq): update DNS not working question (#632) 2020-04-27 14:20:04 +02:00
randomshellandGitHub 62a4ff3b41 fix(client conf): ignore block-outside-dns if not supported (#628) 2020-04-27 14:19:25 +02:00
randomshellandGitHub 159ab9af6e refactor(revoke client): remove uneeded cleanup (#607)
The deletion of issued files is handled by easy-rsa.
See function move_revoked() https://github.com/OpenVPN/easy-rsa/blob/f0129cfe6222820a85db2d394ab73d3c7759c5be/easyrsa3/easyrsa#L1050
2020-04-27 14:12:23 +02:00
randomshellandGitHub 0481e10bce Add FAQ for client-to-client (#631) 2020-04-27 10:39:33 +02:00
randomshellandGitHub 72c99f3e8f Add FAQ for router clients (#629) 2020-04-24 18:00:59 +02:00
randomshellandGitHub fcc4cc4afd Add FAQ entry for sysctl and iptables changes (#626) 2020-04-22 11:39:42 +02:00
randomshellandGitHub 777bedaa38 Add FAQ for DNS Leaks blocking (#627) 2020-04-22 11:38:31 +02:00
randomshellandGitHub 6989b0d326 Add support for client-configuration-dir (#609) 2020-04-10 17:49:07 +02:00
randomshellandGitHub 2c9c0ed0c3 Improve sed line deletion (#608) 2020-04-10 11:42:57 +02:00
randomshellandGitHub ef5d5faf30 Change = conditional to == (#591) 2020-04-06 14:51:58 +02:00
randomshellandGitHub 7ed9cac8d7 Change Adguard DNS to Anycast (#596)
See map at https://adguard.com/en/adguard-dns/overview.html
2020-03-31 23:05:44 +02:00
randomshellandGitHub 6bb87ae716 Install semanage command on CentoOS (#554)
CentOS has selinux enabled by default but it hasn't the `semanage` command required to run OpenVPN on another port.
'policycoreutils-python*' match `policycoreutils-python' in CentOS 7 and `policycoreutils-python-utils` in Centos 8.
2020-03-14 20:25:22 +01:00
randomshellandStanislas a0027f1b42 Update easy-rsa to 3.0.6 (#393) 2019-02-21 15:59:57 +01:00
randomshellandStanislas f057e0aa5f Add self-hosted DNS resolver (Unbound) 2018-09-16 00:53:33 +02:00