diff options
| author | Luke Hoersten <[email protected]> | 2020-07-04 13:20:11 -0500 |
|---|---|---|
| committer | Luke Hoersten <[email protected]> | 2020-07-04 13:20:11 -0500 |
| commit | 64e435af6dacac0ad711ec3fec6fa295142f5573 (patch) | |
| tree | afbd5d9a9daed706a1ffff3cf89228bdd1306771 /oragono | |
| parent | 648958323886bd768dcafc513a8680322291ce9e (diff) | |
Added cooler cloaks.
Diffstat (limited to 'oragono')
| -rw-r--r-- | oragono/templates/oragono.yaml.j2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/oragono/templates/oragono.yaml.j2 b/oragono/templates/oragono.yaml.j2 index ec1aad4..cde7d3f 100644 --- a/oragono/templates/oragono.yaml.j2 +++ b/oragono/templates/oragono.yaml.j2 @@ -259,7 +259,7 @@ server: # fake TLD at the end of the hostname, e.g., pwbs2ui4377257x8.irc # you may want to use your network name here - netname: "{{oragono_network_name}}" + netname: "usr.{{oragono_network_name}}" # the cloaked hostname is derived only from the CIDR (most significant bits # of the IP address), up to a configurable number of bits. this is the @@ -606,7 +606,7 @@ opers: whois-line: "server admin" # custom hostname - vhost: "n" + vhost: "ops.{{oragono_network_name}}" # modes are the modes to auto-set upon opering-up modes: +is acjknoqtuxv |
