-
Notifications
You must be signed in to change notification settings - Fork 5
/
pica-node.conf
36 lines (32 loc) · 1.4 KB
/
pica-node.conf
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
#pica-node configuration file.
#http://www.picapica.im
#See pica-node.conf(5) man page for more info.
#
#This file has .INI format.
#All pica-node configuration parameters must be contained in [pica-node] section
[pica-node]
#
#Address that can be used to reach this instance of pica-node from the Internet.
#pica-node sends this address to all other nodes.
#Set this parameter to your public Internet address (IPv4). IPv6 and DNS format support will be
#added in future releases.
#Default value is "autoconfigure", pica-node will try to guess suitable public address or use UPNP protocol
#
#announced_addr = "11.22.33.44";
#announced_addr = "autoconfigure";
#TCP port for incoming connections that pica-node listens on. Default is 2299
#
#listen_port = "2299";
#Path to database file that contains addresses of other nodes. File has SQLite3 format.
#Default path is $(localstatedir)/lib/pica-node/nodelist.db if configure script was used for building
#pica-node, or /var/lib/pica-node/nodelist.db otherwise
#
#nodes_db_file = "/var/lib/pica-node/nodelist.db";
#Path to Diffie-Hellman parameters file.
#dh_param_file = "/usr/share/pica-node/dhparam4096.pem";
#Disables usage of node addresses from reserved IP ranges. Default is "yes". Only global routable Internet
#addresses are accepted.
#Set to "no" if you want
#to test or use pica-node in private network, on local loopback address, etc
#
#disable_reserved_addrs = yes