Ubuntu 上的shadowsock 配置的server是 0.0.0.0
iptables 固定端口流量监测
查看的时候为什么没有显示具体的信息?只有1736K这样的量
$ sudo iptables -n -v -L -t filter
Chain INPUT (policy ACCEPT 3772 packets, 1736K bytes)
pkts bytes target prot opt in out source destination
Chain FORWARD (policy ACCEPT 0 packets, 0 bytes)
pkts bytes target prot opt in out source destination
0 0 all -- * * 0.0.0.0/0 0.0.0.0/0
0 0 all -- * * 0.0.0.0/0 192.168.0.0
Chain OUTPUT (policy ACCEPT 3090 packets, 1711K bytes)
pkts bytes target prot opt in out source destination
如果要在检测脚本上加-s来源地址,应该填什么?