diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2015-12-08 22:21:58 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2015-12-08 22:21:58 +0000 |
commit | e6d2a9894df8c3b65920e903ab21076a0a37e20e (patch) | |
tree | bc16ffffb09ef638f391b4511166bde9d1371421 /test/scripts/4020-socks | |
parent | cee5f132d1b81d3b8738944036eb02af418b54be (diff) |
SOCKS: Add log_selector support.
Also make the proxy_* variables meaningful for events associated with proxied transports.
Diffstat (limited to 'test/scripts/4020-socks')
-rw-r--r-- | test/scripts/4020-socks/4020 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/scripts/4020-socks/4020 b/test/scripts/4020-socks/4020 index 49d97c05f..44c885b8d 100644 --- a/test/scripts/4020-socks/4020 +++ b/test/scripts/4020-socks/4020 @@ -3,7 +3,7 @@ munge loopback # # auth: null -server PORT_S +server PORT_D <<\x05\x01\x00 >>\x05\x00 <<\x05\x01\x00\x01\x7f\x00\x00\x01\x04\xc8 @@ -42,7 +42,7 @@ quit # # # auth: username/password -server PORT_S +server PORT_D <<\x05\x01\x02 >>\x05\x02 <<\x01\x04fred\x05fubar |