Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for INPLAINPORT (0.2 sec)

  1. cni/pkg/iptables/iptables.go

    			"-j", "ACCEPT",
    		)
    		// CLI: -A ISTIO_PRERT ! -d 127.0.0.1/32 -p tcp -m mark ! --mark 0x539/0xfff -j TPROXY --on-port <INPLAINPORT> --on-ip 127.0.0.1 --tproxy-mark 0x111/0xfff
    		//
    		// DESC: Anything that is not bound for localhost and does not have the mark, TPROXY to ztunnel inbound plaintext port <INPLAINPORT>
    		iptablesBuilder.AppendVersionedRule("127.0.0.1/32", "::1/128",
    Registered: Wed Nov 06 22:53:10 UTC 2024
    - Last Modified: Tue Oct 15 15:39:28 UTC 2024
    - 23.3K bytes
    - Viewed (0)
Back to top