forked from mochrul/kzorp
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathREADME
More file actions
16 lines (12 loc) · 988 Bytes
/
Copy pathREADME
File metadata and controls
16 lines (12 loc) · 988 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[](http://travis-ci.org/Balasys/kzorp)
[](https://scan.coverity.com/projects/Balasys-kzorp)
[](https://github.com/Balasys/kzorp/hits)
Kzorp is a open source set of mechanisms to implement mixed packet filter/application level gateway functionality on Linux.
Kzorp is used by Zorp, and anyone is welcome to use it with other gateways.
You can install it by the autoreconf -i;./configure;make;make install combo.
There will be Debian packages soon, promise.
See the file COPYRIGHT for copyright (which is GPL), and HACKING.md on internals and stuff.
This repository contains all you need to have a functioning kzorp:
- the kernel module
- the iptables userspace - to manipulate iptables rules
- the python userspace - to manipulate zones, services, etc