mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-16 21:37:11 +00:00
系统管理增加ipv6支持 (#342)
This commit is contained in:
parent
98d414935e
commit
11a62097f0
1 changed files with 1 additions and 1 deletions
|
|
@ -228,7 +228,7 @@ export async function createServer() {
|
|||
|
||||
server.listen({
|
||||
port: Config.serverPort || 3321,
|
||||
host: '0.0.0.0'
|
||||
host: '::'
|
||||
}, (error) => {
|
||||
if (error) {
|
||||
console.error(error)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue