Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for RunV4 (0.03 sec)

  1. tools/istio-iptables/pkg/capture/run.go

    			f.RunV4("-p", "udp", "--dport", "53", "-d", s+"/32",
    				"-j", constants.CT, "--zone", "2")
    			// Mark all UDP dns traffic with src port 53 as zone 1. These are response packets from the DNS resolvers.
    			f.WithChain(constants.PREROUTING).RunV4("-p", "udp", "--sport", "53", "-s", s+"/32",
    				"-j", constants.CT, "--zone", "1")
    		}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 03:53:23 UTC 2024
    - 35.4K bytes
    - Viewed (0)
Back to top