1234567891011121314151617181920 |
- [http-server]
- type = http
- host = 127.0.0.1
- port = 80
- keys = keys/http-server.dat
- [ssh-server]
- type = server
- host = 127.0.0.1
- port = 22
- keys = keys/ssh-server.dat
- #[ssh-client]
- #type = client
- #address = 127.0.0.1
- #port = 7622
- #destination = foo.b32.i2p
- #destinationport = 22
- #keys = keys/ssh-client.dat
|