mirror of
https://github.com/golang/go.git
synced 2025-11-01 17:20:56 +00:00
net: fix typo in dns client unix test
Fix a typo DNS name, it should be [onion.vegetables.com](http://onion.vegetables.com/)
Change-Id: I4122a2305b8f5e774a834651e70c75b54e9386bd
GitHub-Last-Rev: 9907897944
GitHub-Pull-Request: golang/go#36270
Reviewed-on: https://go-review.googlesource.com/c/go/+/212410
Reviewed-by: Ian Lance Taylor <iant@golang.org>
This commit is contained in:
parent
48ed1e6113
commit
2e320a240d
1 changed files with 1 additions and 1 deletions
|
|
@ -173,7 +173,7 @@ func TestAvoidDNSName(t *testing.T) {
|
|||
|
||||
// Without stuff before onion/local, they're fine to
|
||||
// use DNS. With a search path,
|
||||
// "onion.vegegtables.com" can use DNS. Without a
|
||||
// "onion.vegetables.com" can use DNS. Without a
|
||||
// search path (or with a trailing dot), the queries
|
||||
// are just kinda useless, but don't reveal anything
|
||||
// private.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue