Skip to content

Commit

Permalink
[UPC#597] Fixed iptables_arg for drop
Browse files Browse the repository at this point in the history
  • Loading branch information
jlopezramos authored Mar 8, 2018
1 parent 78600df commit 474d19a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Ravada/Domain.pm
Original file line number Diff line number Diff line change
Expand Up @@ -1342,7 +1342,7 @@ sub _add_iptable {

$self->_log_iptable(iptables => \@iptables_arg, @_);

@iptables_arg = ( '0.0.0.0'
@iptables_arg = ( '0.0.0.0/0'
,$local_ip, 'filter', $IPTABLES_CHAIN, 'DROP',
,{'protocol' => 'tcp', 's_port' => 0, 'd_port' => $local_port});

Expand Down

0 comments on commit 474d19a

Please sign in to comment.