3
0
mirror of https://github.com/jlu5/PyLink.git synced 2024-11-27 13:09:23 +01:00

example conf: add full "netname" in server configuration

This commit is contained in:
James Lu 2015-09-20 11:55:51 -07:00
parent f38958995c
commit f4f8987873

View File

@ -44,6 +44,9 @@ servers:
recvpass: "abcd"
sendpass: "abcd"
# The full network name, used by plugins.
netname: "yournet"
# Hostname we will use to connect to the remote server
hostname: "pylink.yournet"
@ -97,6 +100,7 @@ servers:
sendpass: "abcd"
hostname: "pylink.example.com"
sid: "8PY"
netname: "some network"
# Leave this as an empty list if you don't want to join any channels.
channels: []