wsl iptables
iptables -A OUTPUT -p tcp --dport 3868 -j DROP
Could not open socket to kernel: Permission denied
没权限,在你执行的命令前面加sudo 试下