Issue Details
File: 'trusttunnel_client.toml'
Setting: 'addresses = ["11.11.11.11:443", "22.22.22.22:443", "33.33.33.33:443", "44.44.44.44:443"]'
Currently, the first element in the array is selected in any case. The order of the elements in the array doesn't matter. The first one is always selected. The selection criteria are unclear.
I'd like pinger to select a random endpoint address. It's different every time.
I also request a similar feature be added to the TrustTunnel Flutter Client. It should connect to a random endpoint from among several.
Proposed solution
Please configure the pinger in the TrustTunnel CLI Client to select a random element from the 'addresses' array (trusttunnel_client.toml).
Add a similar feature to the TrustTunnel Flutter Client. It should connect to a random Endpoint from several listed.
Alternative solution
No response
Issue Details
File: 'trusttunnel_client.toml'
Setting: 'addresses = ["11.11.11.11:443", "22.22.22.22:443", "33.33.33.33:443", "44.44.44.44:443"]'
Currently, the first element in the array is selected in any case. The order of the elements in the array doesn't matter. The first one is always selected. The selection criteria are unclear.
I'd like pinger to select a random endpoint address. It's different every time.
I also request a similar feature be added to the TrustTunnel Flutter Client. It should connect to a random endpoint from among several.
Proposed solution
Please configure the pinger in the TrustTunnel CLI Client to select a random element from the 'addresses' array (trusttunnel_client.toml).
Add a similar feature to the TrustTunnel Flutter Client. It should connect to a random Endpoint from several listed.
Alternative solution
No response