-m addrtype --dst-type LOCAL -j DOCKER 其作用就是:把目标地址类型属于主机系统的本地网络地址的数据包,在数据包进入NAT表PREROUTING链时,都让它们直接jump到一个名为DOCKER的链。
Valid types: UNSPEC UNICAST LOCAL BROADCAST ANYCAST MULTICAST BLACKHOLE UNREACHABLE PROHIBIT THROW NAT XRESOLVE -m addrtype --dst-type LOCAL -j DOCKER 其作用就是:把目标地址类型属于主机系统的本地网络地址的数据包,在数据包进入NAT表PREROUTING链时,都让它们直接jump到一个名为DOCKER的链。 上一篇MySQL的...
$ iptables -m addrtype -hAddress type match options: [!] --src-type type[,...] Match source address type [!] --dst-type type[,...] Match destination address type --limit-iface-in Match only on the packet's incoming device --limit-iface-out Match only on the packet's outgoing d...
DstPort: port, } adapter, ok := tunnel.Proxies()[adapterName] 3 changes: 0 additions & 3 deletions 3 rules/common/domain.go Original file line numberDiff line numberDiff line change @@ -19,9 +19,6 @@ func (d *Domain) RuleType() C.RuleType { } func (d *Domain) Match(metadat...
DstPort: port, } adapter, ok := tunnel.Proxies()[adapterName] 3 changes: 0 additions & 3 deletions 3 rules/common/domain.go Original file line numberDiff line numberDiff line change @@ -19,9 +19,6 @@ func (d *Domain) RuleType() C.RuleType { } func (d *Domain) Match(metadat...