Ncat: socket: Address family not supported by protocol QUITTING

问题:Ncat: socket: Address family not supported by protocol QUITTING

原因:使用ipv4, 默认会使用v4 v6, 如果v6禁用了,就会出现这个错误

解决:nc -lk4 8080   

posted @ 2021-10-15 19:53  salami_china  阅读(1121)  评论(0编辑  收藏  举报