diff options
Diffstat (limited to 'pkg/config/config.go')
| -rw-r--r-- | pkg/config/config.go | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/pkg/config/config.go b/pkg/config/config.go new file mode 100644 index 0000000..c620e4a --- /dev/null +++ b/pkg/config/config.go @@ -0,0 +1,8 @@ +package config + +const SockType = "unixpacket" +const SockPath = "/tmp/tunnel.sock" + +const TimeFormat = "2006-01-02 15:04:05" + +const BufSize = 1024 |
