Skip to content

Commit

Permalink
fix: uuid
Browse files Browse the repository at this point in the history
  • Loading branch information
veekxt committed Nov 11, 2018
1 parent 9c20344 commit f48a999
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions tcp+vmess/config_client.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@
"settings":{
"vnext":[
{
"address":"67.230.190.106",
"address":"",
"port":3333,
"users":[
{
"id":"4299c2e4-d5ee-4c88-ab41-74fdddd1c8ca",
"id":"8b37e6c7-63cb-485f-ab80-8ffb92935296",
"alterId":32
}
]
Expand Down
2 changes: 1 addition & 1 deletion tcp+vmess/config_server.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"settings": {
"clients": [
{
"id": "b3797148-669b-4be5-974a-ea53fde7b34f",
"id": "8b37e6c7-63cb-485f-ab80-8ffb92935296",
"alterId": 32
}
]
Expand Down

0 comments on commit f48a999

Please sign in to comment.