summarylogtreecommitdiffstats
path: root/guacd.conf
diff options
context:
space:
mode:
authorJoan Figueras2022-01-03 22:08:17 +0100
committerJoan Figueras2022-01-03 22:08:17 +0100
commitbe3e2ab080b9b2096d7dcf8f7ea7b2d42c75e636 (patch)
treec81e5771c0520adba6b05612814495d7db746bac /guacd.conf
parentd35c28aa2115347cf523325971f416f9200bdb2b (diff)
downloadaur-be3e2ab080b9b2096d7dcf8f7ea7b2d42c75e636.tar.gz
1.4.0
Diffstat (limited to 'guacd.conf')
-rw-r--r--guacd.conf23
1 files changed, 23 insertions, 0 deletions
diff --git a/guacd.conf b/guacd.conf
new file mode 100644
index 000000000000..870abb771703
--- /dev/null
+++ b/guacd.conf
@@ -0,0 +1,23 @@
+#
+# guacd configuration file
+#
+
+[daemon]
+
+#pid_file = /var/run/guacd.pid
+log_level = info
+
+[server]
+
+bind_host = 127.0.0.1
+bind_port = 4822
+
+#
+# The following parameters are valid only if
+# guacd was built with SSL support.
+#
+
+#[ssl]
+
+#server_certificate = /etc/ssl/certs/guacd.crt
+#server_key = /etc/ssl/private/guacd.key