From 5b9dc1563af4ec6247586284bc610473f8da3900 Mon Sep 17 00:00:00 2001 From: nadoo <287492+nadoo@users.noreply.github.com> Date: Thu, 31 Aug 2017 01:23:26 +0800 Subject: [PATCH] examples: add link in README file --- .../examples/8.transparent_proxy_with_dnsmasq/README.md | 2 +- config/examples/README.md | 8 +++++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/config/examples/8.transparent_proxy_with_dnsmasq/README.md b/config/examples/8.transparent_proxy_with_dnsmasq/README.md index 6017073..1a40945 100644 --- a/config/examples/8.transparent_proxy_with_dnsmasq/README.md +++ b/config/examples/8.transparent_proxy_with_dnsmasq/README.md @@ -1,5 +1,5 @@ -## 7. Transparent Proxy with dnsmasq +## 8. Transparent Proxy with dnsmasq #### Setup a redirect proxy and a dnstunnel with glider glider.conf diff --git a/config/examples/README.md b/config/examples/README.md index d0aa9a9..f4af294 100644 --- a/config/examples/README.md +++ b/config/examples/README.md @@ -89,4 +89,10 @@ Destinations specified in rule file2: |Forwarder5 --> Forwarder6->...| ``` -- [rule_multiple_rule_files](7.rule_multiple_rule_files) \ No newline at end of file +- [rule_multiple_rule_files](7.rule_multiple_rule_files) + +## 8. Transparent Proxy with Dnsmasq +- [transparent_proxy_with_dnsmasq](8.transparent_proxy_with_dnsmasq) + +## 9. Transparent Proxy without Dnsmasq +- [transparent_proxy_without_dnsmasq](9.transparent_proxy_without_dnsmasq) \ No newline at end of file