download
# With each policy wou will find a description and a list of relevant files
# see also zorpctl.conf
# the absolute minimal policy ever, only one http proxy outbound,
# with default settings
#simple --policy /etc/zorp/simple.policy
# example of URI filtering
#regexp --policy /etc/zorp/regexp.policy
# example of forcing destination address
#destination --policy /etc/zorp/destination.policy
# example of inserting the client address into a http header
inserthdr --policy /etc/zorp/inserthdr.policy
# example of doing virtualhosting
virtualhost --policy /etc/zorp/virtualhost.policy
|