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

Commit 1968eac

Browse files
authored
Update appsettings_schema.json
Expanded the description for the Host field to include security considerations when using certain bind hosts.
1 parent 24f962c commit 1968eac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Lagrange.OneBot/Resources/appsettings_schema.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@
179179
},
180180
"Host": {
181181
"type": "string",
182-
"description": "WS bind host"
182+
"description": "WS bind host\nIf you use * or 0.0.0.0 to expose your data to all networks, please ensure proper security settings\ne.g. setting a access token, configuring a firewall"
183183
},
184184
"Port": {
185185
"type": "integer",
@@ -389,4 +389,4 @@
389389
]
390390
}
391391
}
392-
}
392+
}

0 commit comments

Comments
 (0)