source: sample/AribaTunnel/settings_client_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: 560 bytes
Line 
1//JSON
2{
3 "tunnel": {
4 "connect_to_node": "ServerSide",
5 "udp_listen_on_port": 1313
6 },
7
8 "ariba": {
9 "node_name": "ClientSide",
10 "spovnet_name": "tunnel",
11
12 "listen_on": [
13 {"category": "TCPIP", "addr": "::", "port": 5005 }
14 ],
15
16 "bootstrap": {
17 "direct": [
18 {"category": "TCPIP", "addr": "127.0.0.1", "port": 5006 }
19 ],
20
21 "broadcast": false,
22 "mdns": false,
23 "sdp": false
24 }
25 }
26}
27
Note: See TracBrowser for help on using the repository browser.