index
:
tcpproxy
master
proxy for tcp connections
git daemon user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
data.h
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to 'data.h')
-rw-r--r--
data.h
6
1 files changed, 6 insertions, 0 deletions
diff --git a/data.h b/data.h
new file mode 100644
index 0000000..b0ecd2d
--- /dev/null
+++ b/
data.h
@@ -0,0 +1,6 @@
+#ifndef DATA_H
+#define DATA_H
+
+#define UNIX_SOCKET_PATH "/tmp/tcpproxy.unix"
+
+#endif