mirror of
https://github.com/zrepl/zrepl.git
synced 2025-01-10 00:08:14 +01:00
796c5ad42d
transport/ssh: update go-netssh to new version => supports CloseWrite and Deadlines => build: require Go 1.11 (netssh requires it)
11 lines
184 B
Django/Jinja
11 lines
184 B
Django/Jinja
connect:
|
|
type: tcp
|
|
address: "{{wireevaluator_serve_ip}}:8888"
|
|
serve:
|
|
type: tcp
|
|
listen: ":8888"
|
|
clients: {
|
|
"{{wireevaluator_connect_ip}}" : "client1"
|
|
}
|
|
|