SkyzohKey / kanet

Automatically exported from code.google.com/p/kanet
GNU General Public License v3.0
0 stars 0 forks source link

Feature request: pattern in ACL #8

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
It would be great to be able to write patterns in ACL configurations such as:

{ "port" : * },
{ "port" : 80* },
{ "address" : www.edu*.fr },

or port ranges such as:

{ "port" : 1024-1034 },

Usefull when Kanet is used for the captive portal and authentication process 
but when the firewalling job is done by another machine.

Original issue reported on code.google.com by thomas.b...@gmail.com on 31 Jan 2012 at 9:57

GoogleCodeExporter commented 8 years ago
Port range seems a good idea and workable. Instead use patterns seems 
impossible www.edu*.fr have to be translated in IP address.
I change this issue to enhancement.

Original comment by cymo...@gmail.com on 31 Jan 2012 at 10:03