Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions doc/reference.conf
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,9 @@ irc {
/* ngIRCd */
# connregex = "Client connecting: ([^ ]+) \\(([^@]+)@([^\\)]+)\\) \\[([0-9a-f\\.:]+)\\].*";

/* ergo */
# connregex = ".+-.+CONNECT.+-.+ Client Connected \\[([^ ]+)\\] \\[u:([^ ]+)\\] \\[h:([^ ]+)\\] \\[ip:([^ ]+)\\] .+";

/*
* "kline" controls the command used when an open proxy is confirmed.
* We suggest applying a temporary (no more than a few hours) KLINE on the host.
Expand Down Expand Up @@ -325,6 +328,9 @@ irc {
/* A ZLINE example for UnrealIRCd */
# kline = "ZLINE *@%i 3h :Open proxy found on your host.";

/* A DLINE example for ergo */
# kline = "DLINE ANDKILL 2h %i :Open proxy found on your host.";

/*
* An AKILL example for services with OperServ. Your HOPM must have permission to
* AKILL for this to work!
Expand Down