]> git.stg.codes - stg.git/blob - projects/stargazer/inst/freebsd/etc/stargazer/conf-available.d/mod_smux.conf
mod_smux config samples added
[stg.git] / projects / stargazer / inst / freebsd / etc / stargazer / conf-available.d / mod_smux.conf
1 <Module smux>
2     # IP-address of a server to connect to
3     # Parameter: required
4     # Value: X.X.X.X
5     # Default: 127.0.0.1
6     Server = 127.0.0.1
7
8     # Port number on a server to connect to
9     # Parameter: required
10     # Value: 1 ... 65535
11     # Default: 199
12     Port = 199
13
14     # Password for authentication on a server
15     # Parameter: optional
16     # 
17     # Password = 123456
18 </Module>