mirror of
https://github.com/openp2p-cn/openp2p.git
synced 2026-02-03 18:33:19 +08:00
31 lines
716 B
JSON
31 lines
716 B
JSON
{
|
|
"network": {
|
|
"Node": "YOUR_NODE_NAME",
|
|
"Token": "YOUR_TOKEN",
|
|
"ServerHost": "api.openp2p.cn",
|
|
"ServerPort": 27183,
|
|
"UDPPort1": 27182,
|
|
"UDPPort2": 27183
|
|
},
|
|
"apps": [
|
|
{
|
|
"Protocol": "tcp",
|
|
"SrcPort": 22,
|
|
"PeerNode": "YOURNODE1",
|
|
"DstPort": 22,
|
|
"DstHost": "127.0.0.1",
|
|
"PeerUser": "",
|
|
"PeerPassword": ""
|
|
},
|
|
{
|
|
"Protocol": "tcp",
|
|
"SrcPort": 50022,
|
|
"PeerNode": "YOURNODE2",
|
|
"DstPort": 50022,
|
|
"DstHost": "127.0.0.1",
|
|
"PeerUser": "",
|
|
"PeerPassword": ""
|
|
}
|
|
]
|
|
}
|