Skip to content
Snippets Groups Projects
Commit 2f6dce93 authored by cyberta's avatar cyberta
Browse files

Merge protocols and ports into one field in eip-service.json. It allows us to...

Merge protocols and ports into one field in eip-service.json. It allows us to restrict the number of valid protocol/network combinations.
parent 8c6bdcf1
No related branches found
No related tags found
1 merge request!1Api update v4
......@@ -5,11 +5,8 @@
"transport":[
{
"type":"obfs4",
"protocols":[
"tcp"
],
"ports":[
"23042"
"tcp:23042"
],
"options": {
"cert": "/ntRNI6JYP7R6kGKldibKWj0aCsv96Hdu/jSGncPy+rcverCLI7Emod+vRkz61hM7F/udA",
......@@ -18,11 +15,10 @@
},
{
"type":"openvpn",
"protocols":[
"tcp"
],
"ports":[
"443"
"udp:1194",
"udp:53",
"tcp:443"
]
}
],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment