mirror of
https://github.com/kellyjonbrazil/jc.git
synced 2026-06-19 22:28:17 +02:00
fix prefix int conversions. don't reset _transport if service is really a list of ports
This commit is contained in:
+11
@@ -0,0 +1,11 @@
|
||||
Status: active
|
||||
|
||||
To Action From
|
||||
-- ------ ----
|
||||
[ 1] 22 ALLOW IN Anywhere
|
||||
[ 2] 80,443/tcp ALLOW IN Anywhere
|
||||
[ 3] 80 on eth0 ALLOW IN Anywhere # test
|
||||
[ 4] 22 (v6) ALLOW IN Anywhere (v6)
|
||||
[ 5] 80,443/tcp (v6) ALLOW IN Anywhere (v6)
|
||||
[ 6] 80 (v6) on eth0 ALLOW IN Anywhere (v6) # test
|
||||
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
Status: active
|
||||
Logging: on (low)
|
||||
Default: deny (incoming), allow (outgoing), disabled (routed)
|
||||
New profiles: skip
|
||||
|
||||
To Action From
|
||||
-- ------ ----
|
||||
22 ALLOW IN Anywhere
|
||||
80,443/tcp ALLOW IN Anywhere
|
||||
80 on eth0 ALLOW IN Anywhere # test
|
||||
22 (v6) ALLOW IN Anywhere (v6)
|
||||
80,443/tcp (v6) ALLOW IN Anywhere (v6)
|
||||
80 (v6) on eth0 ALLOW IN Anywhere (v6) # test
|
||||
|
||||
Reference in New Issue
Block a user