1# This file contains an example of just about every feature.
2# The file "advanced.1" provides a walk-through tutorial using
3# this configuration.
4tcp/            tcp tcp/
5fs/             file fs/
6echo/           rfilter echo/   echo %s
7echo_nostrip/   rfilter nostrip echo %s
8echo_noslash    rfilter echo_noslash    echo %s
9gzcat/          rfilter gzcat/ gzcat %s
10gzip/           wfilter gzip/   gzip > %s
11gzip9/          wfilter gzip9/  gzip -9 > %s
12ftp/            rfilter ftp/    ftp -Vo - %s
13ftp://          rfilter nostrip ftp -Vo - %s
14http://         rfilter nostrip ftp -Vo - %s
15bzcat/          rfilter bzcat/  bzcat %s
16bzcat%          rfilter bzcat%  bzcat %s
17nroff/          rfilter nroff/  nroff -man %s
18nroff%          rfilter nroff%  nroff -man %s
19sysctl/		rfilter	sysctl/	/usr/share/examples/mount_portal/sysctlfs.sh %s
20