mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 11:13:24 +02:00
Added all option to outgoingfw.
This commit is contained in:
@@ -142,6 +142,8 @@ foreach $configentry (sort @configs)
|
||||
@proto = ("tcp");
|
||||
} elsif ($configline[3] eq 'udp') {
|
||||
@proto = ("udp");
|
||||
} elsif ($configline[3] eq 'all') {
|
||||
@proto = ("all");
|
||||
} else {
|
||||
@proto = ("tcp", "udp");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user