Skip to content
This repository was archived by the owner on Jul 4, 2025. It is now read-only.

Commit 29c92af

Browse files
authored
Merge pull request #56 from janhq/55-default-shoud-not-point-to-0000
feat: avoid pointing to computer host, avoid showing warning network message
2 parents 26d77ed + 556400c commit 29c92af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"listeners": [
33
{
4-
"address": "0.0.0.0",
4+
"address": "127.0.0.1",
55
"port": 3928
66
}
77
],

0 commit comments

Comments
 (0)