Advertisement
PTirc

Untitled

Dec 28th, 2018
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.59 KB | None | 0 0
  1. set {
  2.     plaintext-policy {
  3.         user deny; /* must be one of: allow, warn, deny */
  4.         user-message "Necessita SSL/TLS para se ligar. Mais info: http://bit.ly/2AcYfZf | You need SSL/TLS to connect. More info: http://bit.ly/2AcV8jZ";
  5.         oper deny; /* must be one of: allow, warn, deny */
  6.         oper-message "Necessita SSL/TLS para usar /oper. Mais info: http://bit.ly/2AcYfZf | You need SSL/TLS to /oper. More info: http://bit.ly/2AcV8jZ";
  7.         server deny; /* must be one of: allow, warn, deny */
  8.     };
  9.     ssl {
  10.         sts-policy {
  11.             port 6697;
  12.             duration 90d; /* you can always increase this later */
  13.         };
  14.     };
  15. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement