docs: document the brand block (per-SNI server/network identity) in the example config

This commit is contained in:
Jean Chevronnet 2026-08-24 23:29:45 +00:00
parent b6ada854cc
commit a587d25873
No known key found for this signature in database
GPG key ID: 439666D63A9477E4

View file

@ -64,6 +64,13 @@ motd {
# 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 ═══════════════════════════════════════════════════════════════
# The password accepts plaintext, sha256:<hex>, pbkdf2:… or a bcrypt $2b$ hash.
# Generate a bcrypt hash with: printf '%s' 'yourpassword' | ./echoircd mkpasswd