Skip to content

Commit

Permalink
Use domain name instead of path based proxing
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryuga2967 committed May 2, 2024
1 parent ace645c commit 23a1aec
Show file tree
Hide file tree
Showing 4 changed files with 220 additions and 200 deletions.
11 changes: 9 additions & 2 deletions .entries.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{
"name": "test",
"address": "127.0.0.1",
"port": 4123,
"port": 8000,
"is_ssl": false,
"headers": []
},
Expand All @@ -11,6 +11,13 @@
"address": "api.openai.com",
"port": 443,
"is_ssl": true,
"headers": [["X-Openai-API", "True"]]
"headers": []
},
{
"name": "admin",
"address": "server.jaram.net",
"port": 8006,
"is_ssl": true,
"headers": []
}
]
Loading

0 comments on commit 23a1aec

Please sign in to comment.