Skip to content

Commit 3e55d48

Browse files
committed
Release v0.9.1
1 parent 700a901 commit 3e55d48

File tree

7 files changed

+14
-14
lines changed

7 files changed

+14
-14
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,15 +75,15 @@ for short, which can be in divert or split style.
7575
The syntax of command line proxyspecs is as follows:
7676

7777
(tcp|ssl|http|https|pop3|pop3s|smtp|smtps|autossl)
78-
listeningaddr listeningport
78+
listenaddr listenport
7979
[up:divertport [ua:divertaddr ra:returnaddr]]
8080
[(targetaddr targetport|sni sniport|natengine)]
8181

8282
The syntax of one line proxyspecs is the same as the command line proxyspecs,
8383
except for the leading `ProxySpec` keyword:
8484

8585
ProxySpec (tcp|ssl|http|https|pop3|pop3s|smtp|smtps|autossl)
86-
listeningaddr listeningport
86+
listenaddr listenport
8787
[up:divertport [ua:divertaddr ra:returnaddr]]
8888
[(targetaddr targetport|sni sniport|natengine)]
8989

@@ -92,8 +92,8 @@ connection options too:
9292

9393
ProxySpec {
9494
Proto (tcp|ssl|http|https|pop3|pop3s|smtp|smtps|autossl)
95-
Addr listeningaddr # inline
96-
Port listeningport # comments
95+
Addr listenaddr # inline
96+
Port listenport # comments
9797
DivertPort divertport # allowed
9898
DivertAddr divertaddr
9999
ReturnAddr returnaddr

src/sslproxy.1

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
2828
.\" POSSIBILITY OF SUCH DAMAGE.
2929
.\"
30-
.TH "sslproxy" "1" "21 October 2021" "v0.9.0" "SSLproxy"
30+
.TH "sslproxy" "1" "07 November 2021" "v0.9.1" "SSLproxy"
3131
.SH NAME
3232
sslproxy \-\- transparent SSL/TLS proxy for decrypting and diverting network
3333
traffic to other programs for deep SSL inspection
@@ -111,15 +111,15 @@ for short, which can be in divert or split style.
111111
The syntax of command line proxyspecs is as follows:
112112
.LP
113113
(tcp|ssl|http|https|pop3|pop3s|smtp|smtps|autossl)
114-
listeningaddr listeningport
114+
listenaddr listenport
115115
[up:divertport [ua:divertaddr ra:returnaddr]]
116116
[(targetaddr targetport|sni sniport|natengine)]
117117
.LP
118118
The syntax of one line proxyspecs is the same as the command line proxyspecs,
119119
except for the leading ProxySpec keyword:
120120
.LP
121121
ProxySpec (tcp|ssl|http|https|pop3|pop3s|smtp|smtps|autossl)
122-
listeningaddr listeningport
122+
listenaddr listenport
123123
[up:divertport [ua:divertaddr ra:returnaddr]]
124124
[(targetaddr targetport|sni sniport|natengine)]
125125
.LP
@@ -128,8 +128,8 @@ connection options too:
128128
.LP
129129
ProxySpec {
130130
Proto (tcp|ssl|http|https|pop3|pop3s|smtp|smtps|autossl)
131-
Addr listeningaddr # inline
132-
Port listeningport # comments
131+
Addr listenaddr # inline
132+
Port listenport # comments
133133
DivertPort divertport # allowed
134134
DivertAddr divertaddr
135135
ReturnAddr returnaddr

src/sslproxy.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Sample configuration for sslproxy v0.9.0
1+
# Sample configuration for sslproxy v0.9.1
22
#
33
# Use the -f command line option to start sslproxy with a config file.
44
# See sslproxy.conf(5) and sslproxy(1) for documentation.

src/sslproxy.conf.5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
2727
.\" POSSIBILITY OF SUCH DAMAGE.
2828
.\"
29-
.TH "sslproxy.conf" "5" "21 October 2021" "v0.9.0" "SSLproxy"
29+
.TH "sslproxy.conf" "5" "07 November 2021" "v0.9.1" "SSLproxy"
3030
.SH "NAME"
3131
.LP
3232
\fBsslproxy.conf\fR \- Configuration file for SSLproxy

tests/testproxy/sslproxy.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# TestProxy test configuration for sslproxy v0.9.0
1+
# TestProxy test configuration for sslproxy v0.9.1
22

33
# Global options
44
#User _sslproxy

tests/testproxy/sslproxy_no_tls11.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# TestProxy test configuration for sslproxy v0.9.0
1+
# TestProxy test configuration for sslproxy v0.9.1
22

33
# Global options
44
#User _sslproxy

tests/testproxy/sslproxy_no_tls13.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# TestProxy test configuration for sslproxy v0.9.0
1+
# TestProxy test configuration for sslproxy v0.9.1
22

33
# Global options
44
#User _sslproxy

0 commit comments

Comments
 (0)