Skip to content

Instantly share code, notes, and snippets.

@ahf
Created May 20, 2011 14:43
Show Gist options
  • Save ahf/983052 to your computer and use it in GitHub Desktop.
Save ahf/983052 to your computer and use it in GitHub Desktop.
{
"server_info": {
"name": "irc.example.org",
"description": "Test ircd-novo server.",
"network": {
"name": "Example Network",
"description": "This is an example IRC network."
}
},
"admin": {
"name": "John Doe",
"description": "BOFH",
"email": "john.doe@example.org"
},
"listeners": [
{
"host": "127.0.0.1",
"port": 6667,
"type": "TCP",
"secure": false
},
{
"host": "::1",
"port": 6697,
"type": "TCP",
"secure": true
},
{
"host": "irc.example.org",
"port": 8080,
"type": "WebSocket",
"secure": true
}
],
"operators": [
{
"name": "god",
"matches": [
"*god@*",
"*@127.0.0.1"
],
"password": {
"hash": "XXX",
"type": "SHA512"
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment