Skip to content

Commit 4fb6c15

Browse files
committed
tests: update yum.qubes-os.org IP
1 parent 78f51cf commit 4fb6c15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qubesagent/test_firewall.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ def test_002_prepare_rules4(self):
236236
'table ip qubes-firewall {\n'
237237
' chain chain {\n'
238238
' 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 } '
239+
' ip protocol udp ip daddr { 193.219.28.150/32 } '
240240
'udp dport 443-1024 accept\n'
241241
' ip daddr { 1.1.1.1/32, 2.2.2.2/32 } tcp dport 53 accept\n'
242242
' ip daddr { 1.1.1.1/32, 2.2.2.2/32 } udp dport 53 accept\n'

0 commit comments

Comments
 (0)