mirror of
https://github.com/jlu5/PyLink.git
synced 2024-12-02 15:59:26 +01:00
example conf: add full "netname" in server configuration
This commit is contained in:
parent
f38958995c
commit
f4f8987873
@ -44,6 +44,9 @@ servers:
|
|||||||
recvpass: "abcd"
|
recvpass: "abcd"
|
||||||
sendpass: "abcd"
|
sendpass: "abcd"
|
||||||
|
|
||||||
|
# The full network name, used by plugins.
|
||||||
|
netname: "yournet"
|
||||||
|
|
||||||
# Hostname we will use to connect to the remote server
|
# Hostname we will use to connect to the remote server
|
||||||
hostname: "pylink.yournet"
|
hostname: "pylink.yournet"
|
||||||
|
|
||||||
@ -97,6 +100,7 @@ servers:
|
|||||||
sendpass: "abcd"
|
sendpass: "abcd"
|
||||||
hostname: "pylink.example.com"
|
hostname: "pylink.example.com"
|
||||||
sid: "8PY"
|
sid: "8PY"
|
||||||
|
netname: "some network"
|
||||||
|
|
||||||
# Leave this as an empty list if you don't want to join any channels.
|
# Leave this as an empty list if you don't want to join any channels.
|
||||||
channels: []
|
channels: []
|
||||||
|
Loading…
Reference in New Issue
Block a user