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.13. URL filtering HTTP proxy |
---|
class MyHttp(HttpProxyURIFilter): matcher = RegexpFileMatcher('/etc/vela/blacklist.txt', '/etc/vela/whitelist.txt') |
© 2021 BalaSys IT Security.
Send your comments to support@balasys.hu