Skip to content

Latest commit

 

History

History
35 lines (30 loc) · 972 Bytes

README.md

File metadata and controls

35 lines (30 loc) · 972 Bytes

tls-shunt-proxy

Build tls-shunt-proxy on Fedora Copr

tls-shunt-proxy Copr Build

Installation

# You may need to run the following commands with sudo
dnf copr enable sixg0000d/v2ray
dnf install tls-shunt-proxy

Usage

  1. Configure tls-shunt-proxy in:
/etc/tls-shunt-proxy/config.yaml
  1. Start the service:
systemctl enable tls-shunt-proxy.service --now

Build for your self

  1. Follow the guide to install rpmbuild, mock.
  2. Make srpm:
git clone https://github.com/sixg0000d-copr/tls-shunt-proxy.git
cd tls-shunt-proxy
make -f .copr/Makefile srpm
  1. Run build on mock:
mock outdir/tls-shunt-proxy-*.srpm