ci(hack): add config-doc-generator (#101)

Co-authored-by: mzz2017 <2017@duck.com>
This commit is contained in:
Kevin Yu
2023-05-27 19:52:13 +08:00
committed by GitHub
parent d9f6fa7aee
commit 9e20a7fff6
6 changed files with 55 additions and 8 deletions

View File

@ -1,6 +1,5 @@
global {
##### Software options.
###
# tproxy port to listen on. It is NOT a HTTP/SOCKS port, and is just used by eBPF program.
# In normal case, you do not need to use it.
@ -14,7 +13,6 @@ global {
##### Interface and kernel options.
###
# The LAN interface to bind. Use it if you want to proxy LAN.
# Multiple interfaces split by ",".
@ -30,7 +28,6 @@ global {
##### Node connectivity check.
###
# Host of URL should have both IPv4 and IPv6 if you have double stack in local.
# First is URL, others are IP addresses if given.
@ -56,7 +53,6 @@ global {
##### Connecting options.
###
# Optional values of dial_mode are:
# 1. "ip". Dial proxy using the IP from DNS directly. This allows your ipv4, ipv6 to choose the optimal path