Skip to content

Commit

Permalink
bugfix for opvn status date layout
Browse files Browse the repository at this point in the history
  • Loading branch information
pashcovich committed Feb 20, 2021
1 parent a1c0bb6 commit 6d6c35f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ const (
ccdArchiveFileName = "ccd.tar.gz"
indexTxtDateLayout = "060102150405Z"
stringDateFormat = "2006-01-02 15:04:05"
ovpnStatusDateLayout = "Mon Jan 2 15:04:05 2006"
version = "1.5.0-fix.1"
ovpnStatusDateLayout = "2006-01-02 15:04:05"
version = "1.5.1"
)

var (
Expand Down
2 changes: 1 addition & 1 deletion setup/configure.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,5 @@ fi

mkdir -p /etc/openvpn/ccd

openvpn --config /etc/openvpn/openvpn.conf --client-config-dir /etc/openvpn/ccd --port 1194 --proto tcp --management 127.0.0.1 8989
openvpn --config /etc/openvpn/openvpn.conf --client-config-dir /etc/openvpn/ccd --port 1194 --proto tcp --management 127.0.0.1 8989 --dev tun0

2 changes: 1 addition & 1 deletion setup/openvpn.conf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ persist-tun
topology subnet
#proto tcp
#port 1194
dev tun0
#dev tun0
status /tmp/openvpn-status.log
user nobody
group nogroup
Expand Down

0 comments on commit 6d6c35f

Please sign in to comment.