We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78f51cf commit 4fb6c15Copy full SHA for 4fb6c15
qubesagent/test_firewall.py
@@ -236,7 +236,7 @@ def test_002_prepare_rules4(self):
236
'table ip qubes-firewall {\n'
237
' chain chain {\n'
238
' ip protocol tcp ip daddr 1.2.3.0/24 tcp dport 80 accept\n'
239
- ' ip protocol udp ip daddr { 147.75.102.29/32 } '
+ ' ip protocol udp ip daddr { 193.219.28.150/32 } '
240
'udp dport 443-1024 accept\n'
241
' ip daddr { 1.1.1.1/32, 2.2.2.2/32 } tcp dport 53 accept\n'
242
' ip daddr { 1.1.1.1/32, 2.2.2.2/32 } udp dport 53 accept\n'
0 commit comments