mirror of
https://github.com/pivpn/pivpn.git
synced 2024-12-20 03:40:17 +00:00
Merge pull request #741 from pivpn/master
Aligning test and master branch
This commit is contained in:
commit
74f7d2a595
2 changed files with 1 additions and 17 deletions
|
@ -46,23 +46,6 @@ For any output requested below, you may alternatively post it on http://pastebin
|
||||||
```
|
```
|
||||||
Output Here
|
Output Here
|
||||||
```
|
```
|
||||||
|
|
||||||
### Console Output of `sudo iptables -t nat -S`
|
|
||||||
```
|
|
||||||
Output Here
|
|
||||||
```
|
|
||||||
|
|
||||||
### Console Output of `sudo iptables -S`
|
|
||||||
```
|
|
||||||
Output Here
|
|
||||||
```
|
|
||||||
|
|
||||||
### Console Output of `sudo netstat -uanp | grep openvpn`
|
|
||||||
|
|
||||||
```
|
|
||||||
Output Here
|
|
||||||
```
|
|
||||||
|
|
||||||
### Have you taken any steps towards solving your issue?
|
### Have you taken any steps towards solving your issue?
|
||||||
```
|
```
|
||||||
which?
|
which?
|
||||||
|
|
|
@ -800,6 +800,7 @@ confOpenVPN() {
|
||||||
$SUDO rm -rf /etc/openvpn/easy-rsa/
|
$SUDO rm -rf /etc/openvpn/easy-rsa/
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
# Get easy-rsa
|
# Get easy-rsa
|
||||||
wget -q -O - "${easyrsaRel}" | $SUDO tar xz -C /etc/openvpn && $SUDO mv /etc/openvpn/EasyRSA-v${easyrsaVer} /etc/openvpn/easy-rsa
|
wget -q -O - "${easyrsaRel}" | $SUDO tar xz -C /etc/openvpn && $SUDO mv /etc/openvpn/EasyRSA-v${easyrsaVer} /etc/openvpn/easy-rsa
|
||||||
# fix ownership
|
# fix ownership
|
||||||
|
|
Loading…
Reference in a new issue