问题:Ncat: socket: Address family not supported by protocol QUITTING
原因:使用ipv4, 默认会使用v4 v6, 如果v6禁用了,就会出现这个错误
解决:nc -lk4 8080