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
Mike Perry
Tor
Commits
a9ec08e3
Commit
a9ec08e3
authored
21 years ago
by
Peter Palfrader
Browse files
Options
Downloads
Patches
Plain Diff
Add torify
svn:r1064
parent
19a1c80f
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
contrib/torify
+7
-0
7 additions, 0 deletions
contrib/torify
contrib/torify.1
+23
-0
23 additions, 0 deletions
contrib/torify.1
contrib/tsocks-tor.conf
+7
-0
7 additions, 0 deletions
contrib/tsocks-tor.conf
with
37 additions
and
0 deletions
contrib/torify
0 → 100755
+
7
−
0
View file @
a9ec08e3
#! /bin/sh
# Wrapper script for use of the tsocks(8) transparent socksification library
# See the tsocks(1) and torify(1) manpages.
TSOCKS_CONF_FILE
=
/etc/tor/tsocks.conf
export
TSOCKS_CONF_FILE
exec
tsocks
"
$@
"
This diff is collapsed.
Click to expand it.
contrib/torify.1
0 → 100644
+
23
−
0
View file @
a9ec08e3
.TH torify 1 "" Feb-2004 ""
.\" manual page by Peter Palfrader
.SH NAME
.LP
torify \- wrapper for tsocks and tor
.SH SYNOPSIS
\fBtorify\fP\ \fIapplication\fP\ [\fIapplication's\ arguments\fP]
.SH DESCRIPTION
\fBtorify\fR is a simple wrapper that calls tsocks with a tor specific
configuration file.
Tsocks itself is wrapper between the tsocks library and the application what
you would like to run socksified.
Please note that since tsocks uses LD_PRELOAD this cannot be applied to suid
binaries.
.SH SEE ALSO
.BR tor (1),
.BR tsocks (1),
.BR tsocks.conf (5).
This diff is collapsed.
Click to expand it.
contrib/tsocks-tor.conf
0 → 100644
+
7
−
0
View file @
a9ec08e3
# This is the configuration for libtsocks (transparent socks) for use
# with tor, which is providing a socks server on port 9050 by default.
#
# See tsocks.conf(5) and torify(1) manpages.
server
=
127
.
0
.
0
.
1
server_port
=
9050
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