client.toml 319 B

1234567891011
  1. # rathole configuration for proxy protocol enabled client
  2. #
  3. # The client configuration is essentially unaffected, since the proxy
  4. # protocol header would be transarently passed to the downstream server.
  5. [client]
  6. remote_addr = "localhost:2333"
  7. default_token = "123"
  8. [client.services.foo1]
  9. local_addr = "127.0.0.1:80"