updates.
[website.git] / docs / silcnet_silcd.conf
1 #
2 # This snippet shows an example RouterConnection entry for SILC server
3 # to automatically connect to SILCNet.
4 #
5 # Refer to the example_silcd.conf and/or silcd.conf(5) manual page for
6 # all configuration options.
7 #
8
9 # Automatically connect to SILCNet
10 RouterConnection {
11         Host = "sauna.silcnet.org";
12         Port = 706;
13         Initiator = true;
14 };