-
Notifications
You must be signed in to change notification settings - Fork 4
/
config.yml
63 lines (55 loc) · 1.28 KB
/
config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
appname: "cyberman"
layout: "main"
charset: "UTF-8"
auto_page: 1
template: "template_toolkit"
engines:
template:
template_toolkit:
start_tag: '<%'
end_tag: '%>'
plugins:
Database:
driver: 'SQLite'
dbname: 'db.sqlite'
stylesheets:
default: "cyberpunk"
available:
- "cyberpunk"
- "light"
tld: 'cyb'
reserved_domains:
# use lowercase please
- "opennic"
- "dns"
- "cybnic"
- "register"
- "nic"
- "reg"
zonewriter:
# Values used for SOA
ns: 'ns12.opennic.glue.'
responsible: 'hostmaster.opennic.cyb.'
file: '/var/nsd/zones/master/cyb'
include:
# Optionally, you can have the zonewriter include another file
# in the zone, which allows you to define some records manually
enabled: 1
file: 'human_cyb'
# if true, written zones will be checked with nsd-checkzone, just in case
# requires nsd to be installed and nsd-checkzone to be in path
validate: 1
mail:
enabled: 1
# Currently, the local MTA is used and there's no config option
from: '[email protected]'
baseurl: 'http://opennic.cyb'
whoissrv:
# Only required if whoissrv is going to be run
bind: "0.0.0.0"
port: 43
logging: 1
motdfile: "motd.txt"
drop-uid: 999
drop-gid: 999
registrar-urls: "http://opennic.cyb, https://cyb.uptime.party"