1
0
mirror of https://github.com/FrodoVDR/UdpPipe.git synced 2023-10-10 11:36:54 +00:00

my config changes

This commit is contained in:
2019-03-09 16:35:34 +01:00
parent 4c11735c0d
commit 5a102ede42
5 changed files with 105 additions and 1 deletions

15
sample/client/udppipe.ini Normal file
View File

@@ -0,0 +1,15 @@
# rename the template to udppipe.ini in order to use it
# once started lock at /tmp/udppipe.log
[head]
# Tail connects to this port port via TCP. UDP packets will be relayed through this connection
# this is the only mandatory key
pipePort=16001
# optional key - the ip of the connecting client needs to resolve to the hostname provided here
# use a dynamic dns provider to assign if you don't have a fixed ip / hostname
#tailHostname=<hostname>
# optional key - 10 = debug, 20 = info
# logLevel=10