/etc/ipsec.d/examples/oe-exclude-dns.conf is in openswan 1:2.6.37-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 | conn let-my-dns-go
left=%defaultroute
leftnexthop=%defaultroute
leftprotoport=17/%any
right=0.0.0.0
rightsubnet=0.0.0.0/0
rightprotoport=17/53
type=passthrough
auto=route
|