HTTP proxy based on HttpProxy, having URL filtering capability. The matcher attribute should be initialized to refer to a Matcher object. The initialization should be done in the class body as shown in the next example.
Example 4.15. URL filtering HTTP proxy |
---|
class MyHttp(HttpProxyURIFilter): matcher = RegexpFileMatcher('/etc/zorp/blacklist.txt', '/etc/zorp/whitelist.txt') |
Published on May 30, 2024
© BalaSys IT Ltd.
Send your comments to support@balasys.hu