From: Maxim Mamontov Date: Sat, 3 Sep 2011 06:46:01 +0000 (+0300) Subject: mod_smux config samples added X-Git-Tag: 2.408-rc1~96 X-Git-Url: https://git.stg.codes/stg.git/commitdiff_plain/55dd862fa72c0d689ce305c0c55fa2bd43d0a6a7 mod_smux config samples added --- diff --git a/projects/stargazer/inst/freebsd/etc/stargazer/conf-available.d/mod_smux.conf b/projects/stargazer/inst/freebsd/etc/stargazer/conf-available.d/mod_smux.conf new file mode 100644 index 00000000..924cc636 --- /dev/null +++ b/projects/stargazer/inst/freebsd/etc/stargazer/conf-available.d/mod_smux.conf @@ -0,0 +1,18 @@ + + # IP-address of a server to connect to + # Parameter: required + # Value: X.X.X.X + # Default: 127.0.0.1 + Server = 127.0.0.1 + + # Port number on a server to connect to + # Parameter: required + # Value: 1 ... 65535 + # Default: 199 + Port = 199 + + # Password for authentication on a server + # Parameter: optional + # + # Password = 123456 + diff --git a/projects/stargazer/inst/linux/etc/stargazer/conf-available.d/mod_smux.conf b/projects/stargazer/inst/linux/etc/stargazer/conf-available.d/mod_smux.conf new file mode 100644 index 00000000..924cc636 --- /dev/null +++ b/projects/stargazer/inst/linux/etc/stargazer/conf-available.d/mod_smux.conf @@ -0,0 +1,18 @@ + + # IP-address of a server to connect to + # Parameter: required + # Value: X.X.X.X + # Default: 127.0.0.1 + Server = 127.0.0.1 + + # Port number on a server to connect to + # Parameter: required + # Value: 1 ... 65535 + # Default: 199 + Port = 199 + + # Password for authentication on a server + # Parameter: optional + # + # Password = 123456 +