]> git.stg.codes - stg.git/commitdiff
mod_smux config samples added
authorMaxim Mamontov <faust.madf@gmail.com>
Sat, 3 Sep 2011 06:46:01 +0000 (09:46 +0300)
committerMaxim Mamontov <faust.madf@gmail.com>
Sat, 3 Sep 2011 06:46:01 +0000 (09:46 +0300)
projects/stargazer/inst/freebsd/etc/stargazer/conf-available.d/mod_smux.conf [new file with mode: 0644]
projects/stargazer/inst/linux/etc/stargazer/conf-available.d/mod_smux.conf [new file with mode: 0644]

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 (file)
index 0000000..924cc63
--- /dev/null
@@ -0,0 +1,18 @@
+<Module smux>
+    # 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
+</Module>
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 (file)
index 0000000..924cc63
--- /dev/null
@@ -0,0 +1,18 @@
+<Module smux>
+    # 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
+</Module>