Sign inSign up

sunteya/gost

By sunteya

Updated over 3 years ago

A docker for gost

Image
1

952

sunteya/gost repository overview

sunteya/gost

gost is a simple tunnel written in golang.

Usage

  • Run gost with arguments

    docker run -p 8080:8080 sunteya/gost -L=:8080 -v=3
    
  • Run gost with tls certificate files

    docker run -v "$PWD/cert.pem:/app/cert.pem" -v "$PWD/key.pem:/app/key.pem" sunteya/gost -L=tls://:8080
    

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Tag summary

Content type

Image

Digest

Size

6.1 MB

Last updated

over 7 years ago

docker pull sunteya/gost