From 16ed700fd1f377d513582f395aa98d896e6b1a49 Mon Sep 17 00:00:00 2001 From: nadoo <287492+nadoo@users.noreply.github.com> Date: Sun, 30 Jul 2017 11:53:16 +0800 Subject: [PATCH] add config examples link in README file --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f1463a6..f296124 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ General: - Forward chain - HA or RR strategy for multiple forwarders - Periodical proxy checking -- Rule proxy based on destionation +- Rule proxy based on destionation: [Config Examples](examples) TODO: - Specify different remote dns server in rule file @@ -190,7 +190,9 @@ checkduration=30 rulefile=office.rule rulefile=home.rule ``` -See [glider.conf.example](glider.conf.example) +See: +- [glider.conf.example](glider.conf.example) +- [examples](examples) ## Rule File Rule file, **same as the config file but specify forwarders based on destinations**: @@ -213,7 +215,9 @@ ip=1.1.1.1 # matches 192.168.100.0/24 cidr=192.168.100.0/24 ``` -See [office.rule.example](office.rule.example) +See: +- [office.rule.example](office.rule.example) +- [examples](examples) ## Service - systemd: [https://github.com/nadoo/glider/blob/master/systemd/](https://github.com/nadoo/glider/blob/master/systemd/)