Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
The Tor Project
Onion Services
Onionmine
Commits
5760f40b
Verified
Commit
5760f40b
authored
May 13, 2022
by
Silvio Rhatto
Browse files
Feat(test-keys): increased verbosity on TCP port used for testing
parent
61c7e3db
Changes
1
Hide whitespace changes
Inline
Side-by-side
bin/test-keys
View file @
5760f40b
...
...
@@ -99,7 +99,7 @@ PIDS="$!"
#echo "Background tasks: $PIDS"
# Launch a one-time minimal web server
echo
"Launching a minimal web server..."
echo
"Launching a minimal web server
or port
$PORT
..."
TMPFILE
=
"
`
mktemp
`
"
echo
-e
"HTTP/1.1 200 OK
\n\n
$NOUNCE
"
>
$TMPFILE
cat
$TMPFILE
| nc
-l
-q
1
-p
$PORT
&
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment