Browse Source

change example oper vhost to 'staff'

tags/v2.4.0-rc1
Shivaram Lingamneni 3 years ago
parent
commit
3346af2b36
2 changed files with 2 additions and 2 deletions
  1. 1
    1
      conventional.yaml
  2. 1
    1
      default.yaml

+ 1
- 1
conventional.yaml View File

@@ -600,7 +600,7 @@ opers:
600 600
         whois-line: is a server admin
601 601
 
602 602
         # custom hostname
603
-        vhost: "n"
603
+        vhost: "staff"
604 604
 
605 605
         # normally, operator status is visible to unprivileged users in WHO and WHOIS
606 606
         # responses. this can be disabled with 'hidden'. ('hidden' also causes the

+ 1
- 1
default.yaml View File

@@ -628,7 +628,7 @@ opers:
628 628
         whois-line: is a server admin
629 629
 
630 630
         # custom hostname
631
-        vhost: "n"
631
+        vhost: "staff"
632 632
 
633 633
         # normally, operator status is visible to unprivileged users in WHO and WHOIS
634 634
         # responses. this can be disabled with 'hidden'. ('hidden' also causes the

Loading…
Cancel
Save