summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
Diffstat (limited to 'contrib')
-rw-r--r--contrib/nft-sync.conf.client11
-rw-r--r--contrib/nft-sync.conf.server11
2 files changed, 22 insertions, 0 deletions
diff --git a/contrib/nft-sync.conf.client b/contrib/nft-sync.conf.client
new file mode 100644
index 0000000..6429a3f
--- /dev/null
+++ b/contrib/nft-sync.conf.client
@@ -0,0 +1,11 @@
+#
+# This the nft-sync configuration file. This software is still under
+# development. Changes in the configuration file may still happen at this
+# stage.
+#
+
+# Connect to socket listener to this address
+remote-address 127.0.0.1:1234
+
+# Display logging to the standard output
+logging stdout
diff --git a/contrib/nft-sync.conf.server b/contrib/nft-sync.conf.server
new file mode 100644
index 0000000..e60eab0
--- /dev/null
+++ b/contrib/nft-sync.conf.server
@@ -0,0 +1,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