commit 4bf38bc
uint
·
2026-01-28 03:52:10 +0000 UTC
parent d1ed689
rename bind_addr, bind_port -> server_addr, server_port
1 files changed,
+4,
-5
+4,
-5
1@@ -1,8 +1,7 @@
2 # parados.conf
3 # This is the parados configuration file.
4 #
5-# See parados(8) for more information on the
6-# daemon.
7+# Manual available at parados.conf(5)
8
9 # Core configuration
10 #
11@@ -17,11 +16,11 @@ media_dir=/path/to/media
12 # host the WebUI on the same network if you
13 # are using one
14 #
15-#bind_addr=127.0.0.1
16-bind_addr=0.0.0.0
17+#server_addr=127.0.0.1
18+server_addr=0.0.0.0
19
20 # TCP port to listen on.
21-bind_port=8088
22+server_port=8088
23
24 # Logging
25 #