github.com/xxf098/lite-proxy@v0.15.1-0.20230422081941-12c69f323218/core/config.go (about)

     1  package core
     2  
     3  type Config struct {
     4  	LocalHost string
     5  	LocalPort int
     6  	Link      string
     7  	Ping      int
     8  }