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
6
version = " 0.1.0"
7
7
8
8
[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" }
11
11
12
12
[[trigger .http ]]
13
13
route = " /"
14
14
component = " test"
15
15
16
16
[component .test ]
17
17
source = " %{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"
11
11
12
12
[component .test ]
13
13
source = " %{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"
11
11
12
12
[component .test ]
13
13
source = " %{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