https://bugs.winehq.org/show_bug.cgi?id=9418
--- Comment #12 from mail@noasakurajin.de --- After talking to the nice people on the IRC, I found out that there is already a pending Merge Request:
https://gitlab.winehq.org/wine/wine/-/merge_requests/6884
The problem is that this feature requires access to raw network packets. On Linux this means wine would usually need CAP_NET_RAW. In the MR a hacky workaround is used to not need this.