package config const SockType = "unixpacket" const SockPath = "/tmp/tunnel.sock" const TimeFormat = "2006-01-02 15:04:05" const BufSize = 1024