level=error msg="Start Mixed(http and socks) server error: listen tcp 127.0.0.1:7890: bind: An attempt was made to access a socket in a way forbidden by its access permissions."
解决方案
管理员身份运行 CMD 执行下面的命令
1 2 3 4 5 6
netsh int ipv4 set dynamicport tcp start=49152 num=16383 netsh int ipv4 set dynamicport udp start=49152 num=16383 # https://blog.csdn.net/tian2342/article/details/108934646
netsh int ipv4 set dynamic tcp start=49152 num=16384 # https://github.com/Fndroid/clash_for_windows_pkg/issues/671