这是indexloc提供的服务,不要输入任何密码
Skip to content

ori-shalom/envoy-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

envoy-proxy

A minimal simple Envoy proxy.

Environment Variables:

  • PORT the port on which the proxy starts (default 8080).
  • TARGET_HOST the target host to proxy to (default 172.17.0.1).
  • $TARGET_PORT the target port to proxy to 80/443 (default 443).

Usage

docker run -e TARGET_HOST=goolge.com -e TARGET_PORT=443 -e PORT=80 -p 8080:80 envoy-proxy

Build from source

docker build -t envoy-proxy .

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published