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

Regards,
Marcel Kutrieba
Technical Support Engineer
If you find this post useful, Please give it a Kudos! Also, Please don't forget to select "Accept as a solution" if this reply resolves your query!