1
0

config.toml 314 B

123456789101112131415
  1. # rathole configuration can put in one file as long as running mode is specified via cli
  2. [client]
  3. remote_addr = "localhost:2333"
  4. default_token = "123"
  5. [client.services.foo1]
  6. local_addr = "127.0.0.1:80"
  7. [server]
  8. bind_addr = "0.0.0.0:2333"
  9. default_token = "123"
  10. [server.services.foo1]
  11. bind_addr = "0.0.0.0:5202"