docker – Blame information for rev 42
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
42 | office | 1 | ## Preconfigured i2pd configuration file for a Docker container |
2 | ## See https://i2pd.readthedocs.io/en/latest/user-guide/configuration/ |
||
3 | ## for more options you can use in this file. |
||
4 | |||
5 | ## Note that for exposing ports outside of container you need to bind all services to 0.0.0.0 |
||
6 | |||
7 | log = file |
||
8 | loglevel = none |
||
9 | |||
10 | ipv4 = true |
||
11 | ipv6 = false |
||
12 | |||
13 | # bandwidth = L |
||
14 | # notransit = false |
||
15 | # floodfill = false |
||
16 | |||
17 | [ntcp2] |
||
18 | enabled = true |
||
19 | published = true |
||
20 | |||
21 | [ssu2] |
||
22 | enabled = true |
||
23 | published = true |
||
24 | |||
25 | [http] |
||
26 | enabled = true |
||
27 | address = 0.0.0.0 |
||
28 | port = 7070 |
||
29 | |||
30 | [httpproxy] |
||
31 | enabled = true |
||
32 | address = 0.0.0.0 |
||
33 | port = 4444 |
||
34 | |||
35 | [socksproxy] |
||
36 | enabled = true |
||
37 | address = 0.0.0.0 |
||
38 | port = 4447 |
||
39 | |||
40 | [sam] |
||
41 | enabled = true |
||
42 | address = 0.0.0.0 |
||
43 | port = 7656 |
||
44 | |||
45 | [upnp] |
||
46 | enabled = false |
||
47 | |||
48 | [reseed] |
||
49 | verify = true |
||
50 | |||
51 | [limits] |
||
52 | # transittunnels = 2500 |