Skip to content

Commit 23a1aec

Browse files
committed
Use domain name instead of path based proxing
1 parent ace645c commit 23a1aec

File tree

4 files changed

+220
-200
lines changed

4 files changed

+220
-200
lines changed

.entries.json

+9-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
{
33
"name": "test",
44
"address": "127.0.0.1",
5-
"port": 4123,
5+
"port": 8000,
66
"is_ssl": false,
77
"headers": []
88
},
@@ -11,6 +11,13 @@
1111
"address": "api.openai.com",
1212
"port": 443,
1313
"is_ssl": true,
14-
"headers": [["X-Openai-API", "True"]]
14+
"headers": []
15+
},
16+
{
17+
"name": "admin",
18+
"address": "server.jaram.net",
19+
"port": 8006,
20+
"is_ssl": true,
21+
"headers": []
1522
}
1623
]

0 commit comments

Comments
 (0)