Block a user
common_args: fix Windows dual-stack bind conflict
As I understand it:
- On Windows,
localhostresolves to::1first as shown in the Wine logs. - So when asyncio gets
["localhost"], it creates the IPv6 socket first. Windows then…
common_args: fix Windows dual-stack bind conflict