Solved! Go to Solution.
Hello @User95478885,
this cannot be deactivated via configuration but in the policy you can built rules for that.
We have properties "Connection.Protocol" and "SOCKS.Version", so you could built a rule like:
Connection.Protocols equals SOCKS AND SOCKS.Version does not equal 5, Action: Block
So incoming connections using Socks version 4 should be blocked in the rule and incoming connections using socks version 5 should not trigger this block rule and should be allowed.
So completely open to you how to use these properties and which rules to be built.
Here an example that you can see the value of these properties.
I tested this via quick command from second MWG: curl --socks5 <proxyIP>:1080 mwginternal.com
Hello @User95478885,
this cannot be deactivated via configuration but in the policy you can built rules for that.
We have properties "Connection.Protocol" and "SOCKS.Version", so you could built a rule like:
Connection.Protocols equals SOCKS AND SOCKS.Version does not equal 5, Action: Block
So incoming connections using Socks version 4 should be blocked in the rule and incoming connections using socks version 5 should not trigger this block rule and should be allowed.
So completely open to you how to use these properties and which rules to be built.
Here an example that you can see the value of these properties.
I tested this via quick command from second MWG: curl --socks5 <proxyIP>:1080 mwginternal.com
Corporate Headquarters
6220 America Center Drive
San Jose, CA 95002 USA