summaryrefslogtreecommitdiff
path: root/pkg/config/config.go
blob: c620e4afc1a4aab9201d630cbf93e44e816d5144 (plain)
1
2
3
4
5
6
7
8
package config

const SockType = "unixpacket"
const SockPath = "/tmp/tunnel.sock"

const TimeFormat = "2006-01-02 15:04:05"

const BufSize = 1024