Skip to content

Commit d685c96

Browse files
CopilotAmygos
andcommitted
refactor: use range pattern for ports 6060-6061
Co-authored-by: Amygos <510232+Amygos@users.noreply.github.com>
1 parent 992fffb commit d685c96

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

imageroot/actions/create-module/20firewall

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ import agent
1212
agent.assert_exp(agent.add_public_service(os.environ['MODULE_ID'], [
1313
"5060-5061/tcp",
1414
"5060-5061/udp",
15-
"6060/tcp",
16-
"6060/udp",
17-
"6061/tcp",
18-
"6061/udp",
15+
"6060-6061/tcp",
16+
"6060-6061/udp",
1917
"10000-20000/udp"]))

0 commit comments

Comments
 (0)