Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Tor
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Container Registry
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
The Tor Project
Core
Tor
Commits
5e571900
Commit
5e571900
authored
8 years ago
by
Nick Mathewson
Browse files
Options
Downloads
Patches
Plain Diff
Fix a missing :: in an IPv6 addr in the documentation
Closes 19743.
parent
7f145b54
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
changes/bug19743
+4
-0
4 additions, 0 deletions
changes/bug19743
doc/tor.1.txt
+1
-1
1 addition, 1 deletion
doc/tor.1.txt
with
5 additions
and
1 deletion
changes/bug19743
0 → 100644
+
4
−
0
View file @
5e571900
o Documentation:
- Correct the IPv6 syntax in our documentation for the
VirtualAddrNetworkIPv6 torrc option. Fixes bug 19743.
This diff is collapsed.
Click to expand it.
doc/tor.1.txt
+
1
−
1
View file @
5e571900
...
...
@@ -1251,7 +1251,7 @@ The following options are useful only for clients (that is, if
+
When providing proxy server service to a network of computers using a tool
like dns-proxy-tor, change the IPv4 network to "10.192.0.0/10" or
"172.16.0.0/12" and change the IPv6 network to "[FC00]/7".
"172.16.0.0/12" and change the IPv6 network to "[FC00
::
]/7".
The default **VirtualAddrNetwork** address ranges on a
properly configured machine will route to the loopback or link-local
interface. For
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment