source: sample/AribaTunnel/settings_server_side.cnf@ 12457

Last change on this file since 12457 was 12457, checked in by hock@…, 11 years ago

added AribaTunnel to the repo

File size: 459 bytes
RevLine 
[12457]1//JSON
2{
3 "tunnel": {
4 "connect_to_node": "ClientSide",
5 "udp_connect_to_port": 1314
6 },
7
8 "ariba": {
9 "node_name": "ServerSide",
10 "spovnet_name": "tunnel",
11
12 "listen_on": [
13 {"category": "TCPIP", "addr": "::", "port": 5006 }
14 ],
15
16 "bootstrap": {
17 "direct": [
18 {"category": "TCPIP", "addr": "127.0.0.1", "port": 5005 }
19 ]
20 }
21 }
22}
23
Note: See TracBrowser for help on using the repository browser.