diff options
Diffstat (limited to 'oragono/templates')
| -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 |
