diff options
Diffstat (limited to 'vars/hostclass/znc_server')
-rw-r--r-- | vars/hostclass/znc_server | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/vars/hostclass/znc_server b/vars/hostclass/znc_server new file mode 100644 index 0000000..7e6ad77 --- /dev/null +++ b/vars/hostclass/znc_server @@ -0,0 +1,4 @@ +#!/bin/sh + +znc_irc_port=6697 +allowed_tcp_ports="ssh http https ${znc_irc_port}" |