docs: document the brand block (per-SNI server/network identity) in the example config
This commit is contained in:
parent
b6ada854cc
commit
a587d25873
1 changed files with 7 additions and 0 deletions
|
|
@ -64,6 +64,13 @@ motd {
|
||||||
# opermotd { "Welcome to the staff team."; } # shown to opers via /OPERMOTD
|
# opermotd { "Welcome to the staff team."; } # shown to opers via /OPERMOTD
|
||||||
|
|
||||||
|
|
||||||
|
# ═══ per-SNI branding (one daemon, multiple network identities) ══════════════
|
||||||
|
# A client that connected via this TLS SNI host is shown `servername`/`network`
|
||||||
|
# instead of the globals — welcome burst, ISUPPORT NETWORK=, and the source of
|
||||||
|
# every numeric it receives. Hosts with no brand block use the global server{}.
|
||||||
|
# Needs TLS+SNI; plaintext/IP connections fall back to the globals. Repeatable.
|
||||||
|
# brand { host "irc.example.org"; servername "irc.example.org"; network "ExampleNet"; }
|
||||||
|
|
||||||
# ═══ operators ═══════════════════════════════════════════════════════════════
|
# ═══ operators ═══════════════════════════════════════════════════════════════
|
||||||
# The password accepts plaintext, sha256:<hex>, pbkdf2:… or a bcrypt $2b$ hash.
|
# The password accepts plaintext, sha256:<hex>, pbkdf2:… or a bcrypt $2b$ hash.
|
||||||
# Generate a bcrypt hash with: printf '%s' 'yourpassword' | ./echoircd mkpasswd
|
# Generate a bcrypt hash with: printf '%s' 'yourpassword' | ./echoircd mkpasswd
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue