File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed
tests/runtime-tests/tests
tcp-sockets-ip-range-variable-permission Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -6,14 +6,14 @@ authors = ["Fermyon Engineering <engineering@fermyon.com>"]
66version = " 0.1.0"
77
88[variables ]
9- addr_prefix = { default = " 127.0.0.0" }
10- prefix_len = { default = " 24" }
9+ addr_prefix = { default = " 127.0.0.0" }
10+ prefix_len = { default = " 24" }
1111
1212[[trigger .http ]]
1313route = " /"
1414component = " test"
1515
1616[component .test ]
1717source = " %{source=tcp-sockets}"
18- environment = { ADDRESS = " 127.0.0.1:%{port=5000 }" }
19- allowed_outbound_hosts = [" *://{{ addr_prefix }}/{{ prefix_len }}:%{port=5000 }" ]
18+ environment = { ADDRESS = " 127.0.0.1:%{port=7 }" }
19+ allowed_outbound_hosts = [" *://{{ addr_prefix }}/{{ prefix_len }}:%{port=7 }" ]
Original file line number Diff line number Diff line change @@ -11,5 +11,5 @@ component = "test"
1111
1212[component .test ]
1313source = " %{source=tcp-sockets}"
14- environment = { ADDRESS = " 127.0.0.1:%{port=5000 }" }
15- allowed_outbound_hosts = [" *://127.0.0.0/24:%{port=5000 }" ]
14+ environment = { ADDRESS = " 127.0.0.1:%{port=7 }" }
15+ allowed_outbound_hosts = [" *://127.0.0.0/24:%{port=7 }" ]
Original file line number Diff line number Diff line change @@ -11,5 +11,5 @@ component = "test"
1111
1212[component .test ]
1313source = " %{source=tcp-sockets}"
14- environment = { ADDRESS = " 127.0.0.1:%{port=5000 }" }
15- allowed_outbound_hosts = [" *://127.0.0.1:%{port=5000 }" ]
14+ environment = { ADDRESS = " 127.0.0.1:%{port=7 }" }
15+ allowed_outbound_hosts = [" *://127.0.0.1:%{port=7 }" ]
You can’t perform that action at this time.
0 commit comments