socks5server
Advanced tools
Comparing version 4.3.0 to 4.3.1
{ | ||
"name": "socks5server", | ||
"version": "4.3.0", | ||
"version": "4.3.1", | ||
"description": "A simple SOCKS 5/4/4a implementation and demo proxy", | ||
@@ -5,0 +5,0 @@ "author": "luojia <luojia@luojia.me>", |
@@ -89,3 +89,3 @@ | ||
packet.port;//target port | ||
packet.data;//data from client | ||
packet.data;//data | ||
}); | ||
@@ -92,0 +92,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
31750