X-Git-Url: http://git.silcnet.org/gitweb/?p=website.git;a=blobdiff_plain;f=docs%2Fsilcnet_silcd.conf;fp=docs%2Fsilcnet_silcd.conf;h=25c71b39ec4d55ef03cd6457890f8c13b34d108e;hp=0000000000000000000000000000000000000000;hb=80b80cef93d9dff6acc4bc8e3a522c55fcdc3fca;hpb=43e53f529ca5c7d2ddb7cee8e76e273631e6f1e2 diff --git a/docs/silcnet_silcd.conf b/docs/silcnet_silcd.conf new file mode 100644 index 0000000..25c71b3 --- /dev/null +++ b/docs/silcnet_silcd.conf @@ -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; +};