listen_from = {104, 205, 307} send_to[104] = {101, 102, 104, 107, 108} send_to[205] = {501, 501, 506} send_to[307] = {701} -- -------------------------------------- -- RAPIDA Redirector v2.0 -- Example of "throne-server.ini" file: -- -------------------------------------- -- listen_from = {101, 205, 307} -- send_to[101] = {102, 203, 306, 307, 308} -- send_to[205] = {501, 503, 506} -- send_to[307] = {701} -- -------------------------------------- -- It determines next forwarding rules: -- 1.1 -> 1.2 2.3 3.6 3.7 3.8 -- 2.5 -> 5.1 5.3 5.6 -- 3.7 -> 7.1 -- -------------------------------------- -- Each number is (MODULE*100 + CHANNEL) -- MODULE is 1..31 -- CHANNEL is 1..8 -- --------------------------------------