blob: e60eab0cec83f72a1fc18cb6e0b47fbb56dd3044 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#
# This the nft-sync configuration file. This software is still under
# development. Changes in the configuration file may still happen at this
# stage.
#
# Bind listener socket to this address
local-address 127.0.0.1:1234
# Display logging to the standard output
logging stdout
|