Skip to content

Commit 95f7a34

Browse files
updated README with table of contents
1 parent f5233cb commit 95f7a34

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,20 @@
77
![GitHub Release](https://img.shields.io/github/v/release/shadowy-pycoder/go-http-proxy-to-socks)
88
![GitHub Downloads (all assets, all releases)](https://img.shields.io/github/downloads/shadowy-pycoder/go-http-proxy-to-socks/total)
99

10+
## Table of contents
11+
12+
- [Introduction](#introduction)
13+
- [Features](#features)
14+
- [Installation](#installation)
15+
- [Usage](#usage)
16+
- [Configuration via CLI flags](#configuration-via-cli-flags)
17+
- [Configuration via YAML file](#configuration-via-yaml-file)
18+
- [Transparent proxy](#usage)
19+
- [redirect (via NAT and SO_ORIGINAL_DST)](#redirect-via-nat-and-so_original_dst)
20+
- [tproxy (via MANGLE and IP_TRANSPARENT)](#tproxy-via-mangle-and-ip_transparent)
21+
- [Links](#links)
22+
- [License](#license)
23+
1024
## Introduction
1125

1226
`GoHPTS` CLI tool is a bridge between HTTP clients and a SOCKS5 proxy server or multiple servers (chain). It listens locally as an HTTP proxy, accepts standard HTTP

0 commit comments

Comments
 (0)