4s3ti
7aa803720c
Merge pull request #777 from orazioedoardo/debug-privacy
...
Hide client IPs inside the debug log
2019-07-02 13:10:43 +01:00
4s3ti
d32aafe61f
Merge pull request #778 from orazioedoardo/iptables-detection
...
Improve iptables detection
2019-07-02 13:08:44 +01:00
4s3ti
a797518968
Merge pull request #779 from orazioedoardo/patch-for-buster
...
Add official support for Buster
2019-07-02 12:17:27 +01:00
Orazio
b823737b5a
Hide client IPs in the debug log
2019-07-01 15:44:00 +02:00
Orazio
bcc780546c
Get variable value before the file is deleted
2019-07-01 11:39:42 +02:00
Orazio
0ad342e007
Fixed typo
2019-07-01 11:36:01 +02:00
Orazio
7a34dd3704
Improve iptables detection
2019-07-01 11:12:46 +02:00
IcedComputer
1d7ebd9d2f
added support to remove .ovpn12 files
...
the makeOVPN.sh now generates .ovpn12 files in the /home/${INSTALL_USER}/ovpns/ directory.
The remove script was updated to remove both the .ovpn and .ovpn12 files
2019-06-27 14:53:23 -07:00
IcedComputer
97bb319795
Updated .ovpn12 configuration
...
Incorporated feedback on how to properly implement .ovpn12 files.
2019-06-27 14:43:30 -07:00
IcedComputer
dae6276d37
Made updates based on comments
...
added changes related to chown and chmod of .ovpn12 file. Also removed sudo.
2019-06-27 11:47:24 -07:00
Orazio
95480f3279
Add support for Raspbian Buster
2019-06-26 10:35:56 +02:00
IcedComputer
2e5a344c82
Fixed issue with grabbing hostname
...
Per comments and recommendations, added the "-s" when grabbing the hostname. This will ensure uniform performance across various platforms.
2019-06-20 17:37:56 -07:00
IcedComputer
bda0d58b81
.ovpn12 files
...
Added new step to create an .ovpn12 file that can be stored on iOS keychain
This step is more secure method and does not require the end-user to keep entering passwords, or storing the client private cert where it can be easily tampered based on documentation located:
https://openvpn.net/faq/how-do-i-use-a-client-certificate-and-private-key-from-the-ios-keychain/
Someone can improve upon this by adding a parameter (possibly -i|--iOS) and then generating the original .ovpn file to not contain the client private certificate.
2019-06-20 16:53:29 -07:00
IcedComputer
ce9b8dfffc
Leverage the Hostname of the Server
...
Historic versions leveraged a format of "server_$UUID" to name of the VPN server certificate for X509 verification. This seems very impersonal. The new code pulls the existing hostname of the machines and appends the 16 character UUID. The new format is $hostname_$UUID.
Example:
A machine named "Martian" with a UUID of 1234567890123456 would change from server_1234567890123456 to Martian_1234567890123456
2019-06-19 15:48:46 -07:00
4s3ti
8e3a951524
Merge pull request #767 from pivpn/test
...
Test into Master.
2019-06-07 16:30:41 +02:00
4s3ti
33ee77d2b0
Merge pull request #765 from 4s3ti/master
...
Typos and info regarding support
2019-06-07 16:25:15 +02:00
4s3ti
def92ed83d
Added support info
2019-06-06 16:59:15 +02:00
4s3ti
a70abef092
Incomplete issues info, fixed header contributors guid
2019-06-06 16:19:09 +02:00
4s3ti
c05bb92f8a
Merge pull request #760 from TheDen/bugfix/quote-variable-check
...
ensure -n checks returned value
2019-06-02 15:41:23 +02:00
TheDen
0cf7f21d3d
ensure -n check retuned value
2019-05-30 22:09:23 +10:00
4s3ti
74f7d2a595
Merge pull request #741 from pivpn/master
...
Aligning test and master branch
2019-05-14 10:03:11 +01:00
4s3ti
2e5b804893
Merge pull request #740 from 4s3ti/master
...
Merging Test Branch into Master
2019-05-14 09:58:15 +01:00
4s3ti
227892de15
Removed IPTables output lines
2019-05-14 09:54:01 +01:00
4s3ti
fae7767b99
Merge pull request #1 from 4s3ti/test
...
Merging test into Master, merge conflicts resolved.
2019-05-14 00:16:52 +01:00
4s3ti
dafd3da38c
Merge branch 'master' into test
2019-05-14 00:15:34 +01:00
4s3ti
72daf05f3c
Merge pull request #739 from 4s3ti/test
...
Fixed issue template diff with master
2019-05-13 23:55:21 +01:00
4s3ti
ad8a1ac351
Fixed issue template diff with master
2019-05-13 23:50:05 +01:00
4s3ti
2eea77f3ac
Merge pull request #738 from 4s3ti/test
...
Removed hardcoded /24, general fixes, README Changes.
2019-05-13 23:40:12 +01:00
4s3ti
e99ae95a5a
Changed setence to better refference 0-kaladin
2019-05-13 23:34:44 +01:00
4s3ti
050e2c6171
more changes to README
2019-05-13 23:32:08 +01:00
4s3ti
6a234233ff
Some changes to README File
2019-05-13 23:23:33 +01:00
4s3ti
616c2e24c4
Removed /24, fixed issue template
2019-05-13 23:06:14 +01:00
4s3ti
50e19f5906
Merge pull request #737 from Calvin-L/patch-1-on-test-branch
...
Flush disk writes before reboot (resubmit)
2019-05-13 22:38:18 +01:00
Calvin Loncaric
1af5c26034
Flush disk writes before reboot
...
This commit introduces a `sync` call before the install script exits.
The writes that this script does during setup do not reach persistent
storage until the kernel decides to flush them. The reboot sequence
might drop those pending writes on the floor. To mitigate that
possibility (but not fully eliminate it), the script now calls `sync`,
which waits until the kernel has flushed its write cache.
2019-05-13 10:26:07 -07:00
4s3ti
2c82a83894
Merge pull request #731 from orazioedoardo/test
...
Custom certificate duration and more flexible names
2019-05-10 18:51:14 +02:00
Orazio
e70cb32caa
Fixed logic
2019-05-10 12:53:52 +02:00
Orazio
05d7d84809
Remove reference to a deleted file
2019-05-08 15:29:43 +02:00
Orazio
e26cef1863
Custom certificate duration and more flexible names
2019-05-08 13:01:56 +02:00
james-lasersoft
b1cd65945b
Merge pull request #682 from orazioedoardo/master
...
General fixes and improvements
2019-05-04 17:08:45 -05:00
Orazio
63d3335f33
Resolved merge conflict
2019-05-03 10:26:56 +02:00
4s3ti
7b4b0228d4
Merge pull request #724 from mwoolweaver/patch-1
...
reorganize, borrowed some words
2019-04-24 09:51:03 +02:00
Michael Woolweaver
5b404ccd9c
reorganize, borrowed some words
...
re organized.
also a little more strict to help with https://github.com/pivpn/pivpn/issues/723
also borrowed a few lines (3, 4, & 5) from https://github.com/pi-hole/pi-hole/blob/master/.github/ISSUE_TEMPLATE.md#L3
2019-04-23 15:55:15 -05:00
james-lasersoft
4b4445b466
Merge pull request #716 from jamfrade/patch-1
...
Fix Easy-RSA install
2019-04-10 22:23:03 -05:00
Jorge Frade
b75b36f482
Fix Easy-RSA install
...
Renamed from EasyRSA-{version}.tgz to EasyRSA-unix-v{version}.tgz
2019-04-10 17:54:31 +01:00
james-lasersoft
bd6a1e10ac
Merge pull request #711 from shian15810/master
...
Fixed rsyslog deprecated discard from ~ to stop
2019-04-10 00:41:50 -05:00
james-lasersoft
52b5b1ed49
Merge pull request #705 from Giraffe1966/update-easyrsa
...
Update easy-rsa version
2019-04-10 00:31:23 -05:00
james-lasersoft
577d662a7c
Merge pull request #704 from Giraffe1966/shallow-clone
...
Use shallow clone for make_repo and update_repo.
2019-04-10 00:30:29 -05:00
james-lasersoft
1b6597af9e
Merge pull request #706 from quwip10/master
...
Custom Search Domain
2019-04-10 00:28:00 -05:00
james-lasersoft
739c7cc769
Merge pull request #703 from Giraffe1966/update-test
...
Update the test branch
2019-04-10 00:27:20 -05:00
james-lasersoft
435b94f411
Merge pull request #655 from LMS235/master
...
Some enhanced (rights & telekom hybrid)
2019-04-10 00:20:48 -05:00