doc: update

This commit is contained in:
nadoo 2017-08-01 20:58:34 +08:00
parent f8f6308e92
commit 8cb0672df0
2 changed files with 3 additions and 3 deletions

View File

@ -189,8 +189,8 @@ checkwebsite=www.apple.com
checkduration=30
# RULE FILES
rulefile=office.rule
rulefile=home.rule
#rulefile=office.rule
#rulefile=home.rule
```
See:
- [glider.conf.example](glider.conf.example)

View File

@ -61,7 +61,7 @@ func (s *dnstun) ListenAndServe() {
data = data[:n]
go func() {
// TODO: check domain rules and get a proper proxy.
// TODO: check domain rules and get a proper upstream name server.
domain := getDomain(data)
rc, err := s.GetProxy(s.raddr).Dial("tcp", s.raddr)