Skip to content

Commit ea44c84

Browse files
committed
Make script bind to all interfaces and fix comments
1 parent fbb54df commit ea44c84

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

config.ini

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
[http]
2-
bind_to_address = 127.0.0.1
2+
bind_to_address = 0.0.0.0
33
bind_to_port = 4445
4-
authentication_key = # Leave empty if no authentication is required.
4+
#Leave empty if no authentication is required.
5+
authentication_key =
56

67
[obsws]
78
ws_address = 127.0.0.1
89
ws_port = 4444
9-
ws_password = # Only necessary if "Enable authentication" is checked in the obs-websocket settings menu.
10+
#Only necessary if "Enable authentication" is checked in the obs-websocket settings menu.
11+
ws_password =

0 commit comments

Comments
 (0)