forked from ooni/backend
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathoonib.conf.example
More file actions
59 lines (52 loc) · 1.14 KB
/
oonib.conf.example
File metadata and controls
59 lines (52 loc) · 1.14 KB
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
main:
report_dir: data/reports/
archive_dir: data/archive/
input_dir: data/inputs/
deck_dir: data/decks/
policy_file: data/policy.yaml
bouncer_file: data/bouncer.yaml
logfile: null
tor_datadir: null
database_uri: 'sqlite://oonib_test_db.db'
db_threadpool_size: 10
tor_binary: null
socks_port: 9055
tor2webmode: false
pidfile: 'oonib.pid'
nodaemon: true
originalname: null
chroot: null
rundir: .
umask: null
euid: null
uid: null
gid: null
uuid: null
no_save: true
profile: null
debug: false
stale_time: 3600
tor_hidden_service: true
helpers:
http-return-json-headers:
address: null
port: 57001
server_version: Apache
tcp-echo:
address: null
port: 57002
daphn3:
address: null
yaml_file: null
pcap_file: null
port: 57003
dns:
address: null
udp_port: 57004
tcp_port: 57005
resolver_address: '8.8.8.8:53'
ssl:
address: null
private_key: 'private.key'
certificate: 'certificate.crt'
port: 57006