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

+ 1
- 1
default.yaml View File

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

Loading…
Cancel
Save