| 9 | # Listen on a specific address, supports IPv4 and IPv6 | 9 | # Listen on a specific address, supports IPv4 and IPv6 |
| 10 | listenAddress: | 10 | listenAddress: |
| 11 | ipv4: 0.0.0.0 | 11 | ipv4: 0.0.0.0 |
| 12 | ipv6: [::] | 12 | ipv6: '[::]' |
| 13 | # Enables IPv6 and/or IPv4 protocols. Need to have at least one enabled! | 13 | # Enables IPv6 and/or IPv4 protocols. Need to have at least one enabled! |
| 14 | # - Use option "auto" to automatically detect support | 14 | # - Use option "auto" to automatically detect support |
| 15 | # - Use true or false (no qoutes) to enable or disable each protocol | 15 | # - Use true or false (no qoutes) to enable or disable each protocol |