updates.
[website.git] / docs / silcnet_silcd.conf
diff --git a/docs/silcnet_silcd.conf b/docs/silcnet_silcd.conf
new file mode 100644 (file)
index 0000000..25c71b3
--- /dev/null
@@ -0,0 +1,14 @@
+#
+# This snippet shows an example RouterConnection entry for SILC server
+# to automatically connect to SILCNet.
+#
+# Refer to the example_silcd.conf and/or silcd.conf(5) manual page for
+# all configuration options.
+#
+
+# Automatically connect to SILCNet
+RouterConnection {
+       Host = "sauna.silcnet.org";
+       Port = 706;
+       Initiator = true;
+};