tunnels.conf 304 B

1234567891011121314151617181920
  1. [http-server]
  2. type = http
  3. host = 127.0.0.1
  4. port = 80
  5. keys = keys/http-server.dat
  6. [ssh-server]
  7. type = server
  8. host = 127.0.0.1
  9. port = 22
  10. keys = keys/ssh-server.dat
  11. #[ssh-client]
  12. #type = client
  13. #address = 127.0.0.1
  14. #port = 7622
  15. #destination = foo.b32.i2p
  16. #destinationport = 22
  17. #keys = keys/ssh-client.dat