1
1
mirror of https://github.com/namibia/openvpn-install.git synced 2024-06-26 07:13:24 +00:00
Commit Graph

692 Commits

Author SHA1 Message Date
Angristan
148498e462 Set FDN as default DNS 2016-03-13 15:14:12 +01:00
Angristan
e9d6191925 Set FDN as default DNS 2016-03-13 15:13:46 +01:00
Angristan
471f82af26 Using cipher instead of tls-cipher and AES-256-CBC instead of AES-128-GCM 2016-03-13 14:38:45 +01:00
Angristan
65ef1944e0 Old versions don't support TLS 1.2 2016-03-13 14:31:02 +01:00
Angristan
b63956df99 First commit 2016-03-13 14:30:26 +01:00
Angristan
08742ef0fe Update link 2016-03-11 21:04:23 +01:00
Angristan
f22fbc3cf0 No need to cp vars.example 2016-03-10 13:17:07 +01:00
Angristan
8757b22c52 Replace AES-256-CBC by AES-128-GCM 2016-03-09 23:01:25 +01:00
Angristan
9b8ad887c3 New cipher 2016-03-09 22:59:03 +01:00
Angristan
76f9e6f87a Update README.md 2016-03-09 21:13:12 +01:00
Angristan
5bc1d8e37a Add 4096 bits DH 2016-03-09 21:11:13 +01:00
Angristan
85c466e634 Remove 4096 bits DH 2016-03-09 21:10:41 +01:00
Angristan
a7e89ed0dd Add 4096 bits DH 2016-03-09 21:08:24 +01:00
Angristan
5472ce44aa Update README.md 2016-03-09 16:46:56 +01:00
Angristan
366ae18352 Update README.md 2016-03-09 16:46:36 +01:00
Angristan
eb2c0c6936 Reorder DNS Servers 2016-03-09 00:15:09 +01:00
Angristan
9146fd5523 Reorder DNS Servers 2016-03-08 23:53:30 +01:00
Angristan
9d087f7a59 Add FDN's DNS Servers 2016-03-08 23:51:02 +01:00
Angristan
e5f52086a3 Update README.md 2016-03-08 23:16:52 +01:00
Angristan
1614923b1a TLS 1.2 only 2016-03-08 23:15:52 +01:00
Angristan
0ac534115a Use real encryption : AES-256-CBC 2016-03-08 17:40:22 +01:00
Angristan
6463979cc7 Update openvpn-install.sh 2016-03-08 17:12:09 +01:00
Angristan
efdd53c79f Remove logs and add FDN's DNS servers 2016-02-29 17:47:01 +01:00
Angristan
8d95e922ce update from source with latest commits 2016-02-27 10:52:51 +01:00
Angristan
86e1df4924 Update README.md 2016-01-13 13:51:32 +01:00
Angristan
80014bead7 Rename LICENSE.txt to LICENSE 2016-01-01 13:53:57 +01:00
Angristan
7719b203b3 Update README.md 2016-01-01 13:53:46 +01:00
Angristan
4ded3c42bb Update README.md 2016-01-01 13:53:28 +01:00
Angristan
6420c3599e Update README.md 2015-12-25 22:21:31 +01:00
Angristan
2cd6b091a4 Update README.md 2015-12-25 22:20:59 +01:00
Angristan
c428975b66 Delete logs 2015-12-25 22:17:51 +01:00
Nyr
aa5c024b8e Merge pull request #107 from angrysnarl/master
Fixed rm -rf commands for revoking user certs
2015-12-15 17:17:31 +01:00
angrysnarl
a1b57a1c31 Fixed rm -rf commands for revoking user certs 2015-12-16 00:15:08 +08:00
Nyr
0df84e4541 Fix #105 2015-12-14 22:36:40 +01:00
Nyr
e58addc2c5 Verify server certificate during easy-rsa download 2015-11-24 23:04:56 +01:00
Nyr
d55effb08c Update to easy-rsa 3.0.1 2015-11-21 15:35:51 +01:00
Nyr
73da43b872 Merge pull request #88 from ValdikSS/buf
Do not allow OpenVPN to set (low) buffer sizes
2015-11-15 19:36:15 +01:00
Nyr
51998f0d56 Merge pull request #87 from ValdikSS/euid
Use EUID to check root
2015-11-15 19:35:26 +01:00
Nyr
5a0babb807 Merge pull request #86 from ValdikSS/exit
Use different exit codes on error
2015-11-15 19:35:13 +01:00
ValdikSS
0265fc0e06 Use different exit codes on error 2015-11-15 13:37:22 +03:00
ValdikSS
15a39afd11 Do not allow OpenVPN to set (low) buffer sizes 2015-11-15 13:36:20 +03:00
ValdikSS
2574097eb4 Use EUID to check root 2015-11-15 13:34:19 +03:00
Nyr
d32416561b Grep for DROP as well as REJECT 2015-10-07 19:57:04 +02:00
Nyr
5c65625bcc Merge pull request #76 from PeterDaveHello/patch-1
Don't run the script if download failed
2015-10-07 13:38:21 +02:00
Peter Dave Hello
5741989e69 Update README.md
Use `&&` instead of `;` in the command,
do not run the script if download failed.
2015-10-07 16:00:06 +08:00
Nyr
eb8d8257a0 The BIG commit
- Upgrade to easy-rsa 3.0.0
- Firewall support: rules are added for both FirewallD and iptables if
needed.
- Creation of our own configuration files for both the server and
clients.
- Using subnet topology instead of the deprecated net30.
- Removed port 53 question during install: user can just choose that
port during setup.
- Removed internal networking option: this is a road warrior installer
after all.
- Bugfix: the default easy-rsa directory was not correctly deleted if
one was already there.
2015-09-12 21:48:08 +02:00
Nyr
abe2ac44b1 Offer updated 2015-09-04 20:56:25 +02:00
Nyr
e176938ecd Offer updated 2015-08-06 19:43:23 +02:00
Nyr
b46a0541dd Replaced Yandex DNS with Google
Yandex DNS is not stable enough, Google was previously missing.
2015-08-05 02:17:24 +02:00
Nyr
67b4cd68e2 Merge pull request #57 from hcartiaux/master
Remove a useless wc
2015-08-04 16:27:58 +02:00