summaryrefslogtreecommitdiff
path: root/data.h
blob: b0ecd2d0b8046dfa289935b0b820e7c395764f1d (plain)
1
2
3
4
5
6
#ifndef DATA_H
#define DATA_H

#define UNIX_SOCKET_PATH "/tmp/tcpproxy.unix"

#endif