Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-src
Path: blob/main/tests/sys/netpfil/ipfw/fwd_inetd.conf
39507 views
1
#
2
# Set up the correct listener and a listener that matches the original
3
# destination port in the test, to check the bug fixed by aab8c844b91.
4
#
5
http stream tcp nowait nobody /bin/echo echo BAD 80
6
xfer stream tcp nowait nobody /bin/echo echo GOOD 82
7
8