mirror of
https://github.com/jlu5/PyLink.git
synced 2024-11-01 09:19:23 +01:00
example conf: add missing "sidrange" key in ts6net, rename "yournet" to "inspnet" and various tweaks
"sidrange" is required to be in the conf; otherwise, PyLink fails to start. Thanks @darksis for reporting.
This commit is contained in:
parent
31c47b50f3
commit
0c1bcf2bc5
@ -49,7 +49,7 @@ relay:
|
|||||||
spawn_servers: true
|
spawn_servers: true
|
||||||
|
|
||||||
servers:
|
servers:
|
||||||
yournet:
|
inspnet:
|
||||||
# Server IP, port, and passwords
|
# Server IP, port, and passwords
|
||||||
ip: 127.0.0.1
|
ip: 127.0.0.1
|
||||||
port: 7000
|
port: 7000
|
||||||
@ -57,10 +57,10 @@ servers:
|
|||||||
sendpass: "abcd"
|
sendpass: "abcd"
|
||||||
|
|
||||||
# The full network name, used by plugins.
|
# The full network name, used by plugins.
|
||||||
netname: "yournet"
|
netname: "InspIRCd Network"
|
||||||
|
|
||||||
# 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.local"
|
||||||
|
|
||||||
# SID - required for InspIRCd and TS6 based servers. This must be three characters long.
|
# SID - required for InspIRCd and TS6 based servers. This must be three characters long.
|
||||||
# The first char must be a digit [0-9], and the remaining two chars may be letters [A-Z] or digits.
|
# The first char must be a digit [0-9], and the remaining two chars may be letters [A-Z] or digits.
|
||||||
@ -116,7 +116,8 @@ servers:
|
|||||||
sendpass: "abcd"
|
sendpass: "abcd"
|
||||||
hostname: "pylink.example.com"
|
hostname: "pylink.example.com"
|
||||||
sid: "8PY"
|
sid: "8PY"
|
||||||
netname: "some network"
|
netname: "some TS6 network"
|
||||||
|
sidrange: "8P#"
|
||||||
|
|
||||||
# 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