Skip to content

abdullasharapov/zproxy-wine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

zproxy-wine

Build and run

  • Clone this repo ( git clone --depth=1 https://github.com/abdullasharapov/zproxy-wine.git ).
  • If need change port number in Dockerfile (default is 7171).
  • To build run docker build -t zproxy . Name of container zproxy you can change as you wish.
  • Create dir mkdir /home/$USER/Docker/.
  • Download zproxy.tar.gz wget https://github.com/abdullasharapov/zproxy-wine/releases/download/v1/zproxy.tar.gz. Unpack tar xfv zproxy.tar.gz -C /home/$USER/Docker/.
  • Copy start script to zproxy dir cp start.sh /home/$USER/Docker/zproxy.
  • Change permission chmod +x /home/$USER/Docker/zproxy/start.sh.
  • If need change IP adress of zproxy server in /home/$USER/Docker/zproxy/zproxy_server.py. Default is 127.0.0.1.
  • Start container docker run --restart=always -tid --net=host -v /home/$USER/Docker/zproxy:/opt/zproxy zproxy /opt/zproxy/start.sh.

OR

Run with docker-compose

  • Create dir mkdir /home/$USER/Docker/.
  • Download zproxy.tar.gz wget https://github.com/abdullasharapov/zproxy-wine/releases/download/v1/zproxy.tar.gz. Unpack tar xfv zproxy.tar.gz -C /home/$USER/Docker/.
  • Copy start script to zproxy dir cp start.sh /home/$USER/Docker/zproxy.
  • Change permission chmod +x /home/$USER/Docker/zproxy/start.sh.
  • If need change IP adress of zproxy server in /home/$USER/Docker/zproxy/zproxy_server.py. Default is 127.0.0.1.
  • Start container docker-compose up -d. PS With docker-compose zproxy PORT will be default 7171

Next Steps

Once the container is running, try visiting :

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published