source:
sample/AribaTunnel/settings_server_side.cnf@
12756
| Last change on this file since 12756 was 12460, checked in by , 12 years ago | |
|---|---|
| File size: 459 bytes | |
| Rev | Line | |
|---|---|---|
| [12457] | 1 | //JSON |
| 2 | { | |
| 3 | "tunnel": { | |
| 4 | "connect_to_node": "ClientSide", | |
| [12460] | 5 | "udp_connect_to_port": 6121 |
| [12457] | 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.