Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
Tor
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
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
Benjamin J. Thompson
Tor
Commits
1633d1ad
Commit
1633d1ad
authored
9 years ago
by
Sebastian Hahn
Committed by
Nick Mathewson
9 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Remove tor-fw-helper more thoroughly
parent
5cf24ff3
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
Makefile.am
+1
-2
1 addition, 2 deletions
Makefile.am
doc/include.am
+1
-5
1 addition, 5 deletions
doc/include.am
doc/tor-fw-helper.1.txt
+0
-60
0 additions, 60 deletions
doc/tor-fw-helper.1.txt
scripts/maint/format_changelog.py
+0
-1
0 additions, 1 deletion
scripts/maint/format_changelog.py
with
2 additions
and
68 deletions
Makefile.am
+
1
−
2
View file @
1633d1ad
...
...
@@ -140,8 +140,7 @@ check-spaces:
$(
top_srcdir
)
/src/common/
*
.[ch]
\
$(
top_srcdir
)
/src/or/
*
.[ch]
\
$(
top_srcdir
)
/src/test/
*
.[ch]
\
$(
top_srcdir
)
/src/tools/
*
.[ch]
\
$(
top_srcdir
)
/src/tools/tor-fw-helper/
*
.[ch]
$(
top_srcdir
)
/src/tools/
*
.[ch]
check-docs
:
all
$(
PERL
)
$(
top_builddir
)
/scripts/maint/checkOptionDocs.pl
...
...
This diff is collapsed.
Click to expand it.
doc/include.am
+
1
−
5
View file @
1633d1ad
...
...
@@ -13,7 +13,7 @@
# just use the .1 and .html files.
base_mans = doc/tor doc/tor-gencert doc/tor-resolve doc/torify
all_mans = $(base_mans)
doc/tor-fw-helper
all_mans = $(base_mans)
if USE_FW_HELPER
install_mans = $(all_mans)
else
...
...
@@ -57,13 +57,11 @@ doc/tor.1.in: doc/tor.1.txt
doc/torify.1.in: doc/torify.1.txt
doc/tor-gencert.1.in: doc/tor-gencert.1.txt
doc/tor-resolve.1.in: doc/tor-resolve.1.txt
doc/tor-fw-helper.1.in: doc/tor-fw-helper.1.txt
doc/tor.html.in: doc/tor.1.txt
doc/torify.html.in: doc/torify.1.txt
doc/tor-gencert.html.in: doc/tor-gencert.1.txt
doc/tor-resolve.html.in: doc/tor-resolve.1.txt
doc/tor-fw-helper.html.in: doc/tor-fw-helper.1.txt
# use config.status to swap all machine-specific magic strings
# in the asciidoc with their replacements.
...
...
@@ -78,13 +76,11 @@ doc/tor.html: doc/tor.html.in
doc/tor-gencert.html: doc/tor-gencert.html.in
doc/tor-resolve.html: doc/tor-resolve.html.in
doc/torify.html: doc/torify.html.in
doc/tor-fw-helper.html: doc/tor-fw-helper.html.in
doc/tor.1: doc/tor.1.in
doc/tor-gencert.1: doc/tor-gencert.1.in
doc/tor-resolve.1: doc/tor-resolve.1.in
doc/torify.1: doc/torify.1.in
doc/tor-fw-helper.1: doc/tor-fw-helper.1.in
CLEANFILES+= $(asciidoc_product) config.log
DISTCLEANFILES+= $(html_in) $(man_in)
This diff is collapsed.
Click to expand it.
doc/tor-fw-helper.1.txt
deleted
100644 → 0
+
0
−
60
View file @
5cf24ff3
// Copyright (c) The Tor Project, Inc.
// See LICENSE for licensing information
// This is an asciidoc file used to generate the manpage/html reference.
// Learn asciidoc on http://www.methods.co.nz/asciidoc/userguide.html
:man source: Tor
:man manual: Tor Manual
tor-fw-helper(1)
================
Jacob Appelbaum
NAME
----
tor-fw-helper - Manage upstream firewall/NAT devices
SYNOPSIS
--------
**tor-fw-helper** [-h|--help] [-T|--test-commandline] [-v|--verbose] [-g|--fetch-public-ip]
[-p __external port__:__internal_port__]
DESCRIPTION
-----------
**tor-fw-helper** currently supports Apple's NAT-PMP protocol and the UPnP
standard for TCP port mapping. It is written as the reference implementation of
tor-fw-helper-spec.txt and conforms to that loose plugin API. If your network
supports either NAT-PMP or UPnP, tor-fw-helper will attempt to automatically
map the required TCP ports for Tor's Or and Dir ports. +
OPTIONS
-------
**-h** or **--help**::
Display help text and exit.
**-v** or **--verbose**::
Display verbose output.
**-T** or **--test-commandline**::
Display test information and print the test information in
tor-fw-helper.log
**-g** or **--fetch-public-ip**::
Fetch the the public ip address for each supported NAT helper method.
**-p** or **--port** __external_port__:__internal_port__::
Forward external_port to internal_port. This option can appear
more than once.
BUGS
----
This probably doesn't run on Windows. That's not a big issue, since we don't
really want to deal with Windows before October 2010 anyway.
SEE ALSO
--------
**tor**(1) +
See also the "tor-fw-helper-spec.txt" file, distributed with Tor.
AUTHORS
-------
Jacob Appelbaum <jacob@torproject.org>, Steven J. Murdoch <Steven.Murdoch@cl.cam.ac.uk>
This diff is collapsed.
Click to expand it.
scripts/maint/format_changelog.py
+
0
−
1
View file @
1633d1ad
...
...
@@ -36,7 +36,6 @@ NO_HYPHENATE=set("""
pf-divert
tor-resolve
tor-gencert
tor-fw-helper
"""
.
split
())
LASTLINE_UNDERFLOW_EXPONENT
=
1
...
...
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