Add bind address example to websockets
This commit is contained in:
@@ -34,6 +34,9 @@ don't already have it defined).
|
|||||||
// non-secure ws://
|
// non-secure ws://
|
||||||
port: 8810
|
port: 8810
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|
||||||
|
// optional bind address
|
||||||
|
address: 127.0.0.1
|
||||||
}
|
}
|
||||||
wss: {
|
wss: {
|
||||||
// secure-over-tls wss://
|
// secure-over-tls wss://
|
||||||
|
|||||||
Reference in New Issue
Block a user