X-Git-Url: https://git.proxmox.com/?p=pve-firewall.git;a=blobdiff_plain;f=test%2Ftest-group1%2Ftests;h=6b2252d64c336ae93086e524122f1556dd8fc000;hp=22c837a05a331cedcdbd49088043475a77f76161;hb=eb399cef4838774a16964cc5d11e4bcbfb07fbd2;hpb=97db66b2dea7a1184daf83655b7821276aa892cd diff --git a/test/test-group1/tests b/test/test-group1/tests index 22c837a..6b2252d 100644 --- a/test/test-group1/tests +++ b/test/test-group1/tests @@ -6,7 +6,7 @@ { from => 'host', source => '192.168.2.1', dport => 80, action => 'REJECT' } { from => 'host', source => '127.0.0.1', dport => 80, action => 'ACCEPT' } -{ to => 'host', source => '127.0.0.1', dport => 22, action => 'DROP' } +{ to => 'host', source => '1.2.3.4', dport => 22, action => 'DROP' } { to => 'host', source => '192.168.2.1', dport => 22, action => 'ACCEPT' } { to => 'host', source => '192.168.2.1', dport => 80, action => 'REJECT' }