client.toml 204 B

1234567891011
  1. [client]
  2. remote_addr = "localhost:2333"
  3. default_token = "123"
  4. [client.services.iperf3-udp]
  5. type = "udp"
  6. local_addr = "127.0.0.1:80"
  7. [client.services.iperf3-tcp]
  8. type = "tcp"
  9. local_addr = "127.0.0.1:80"