Skip to content

waterfountain1996/glimpse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

glimpse

A simple SOCKS5 server written in Go. It only supports CONNECT commands and has password authentication.

Installation

To install glimpse run:

go install github.com/waterfountain1996/glimpse@latest

Usage

Note that username without a password is an invalid configuration, while a password without a username is.

Usage of glimpse:
  -b string
        Address to listen on (default ":1080")
  -p string
        Proxy password
  -u string
        Proxy user

About

A simple SOCKS5 proxy server written in Go.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages