Skip to content

Commit

Permalink
fix config examples in README
Browse files Browse the repository at this point in the history
  • Loading branch information
capnspacehook committed Dec 17, 2021
1 parent 623cf0a commit b581f90
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,7 @@ ipv6 = false
dnsQueue = 1000
trafficQueue = 1001
ipv6 = false
allowAnswersFor = "30m"
allowedHostnames = [
"deb.debian.org",
"security.debian.org",
Expand All @@ -225,6 +226,7 @@ allowedHostnames = [
dnsQueue = 2000
trafficQueue = 2001
ipv6 = false
allowAnswersFor = "5m"
allowedHostnames = [
"proxy.golang.org",
"sum.golang.org",
Expand All @@ -235,4 +237,4 @@ allowedHostnames = [
dnsQueue = 3000
ipv6 = false
allowAllHostnames = true
```
```

0 comments on commit b581f90

Please sign in to comment.