mirror of
https://github.com/tiyn/wiki.git
synced 2025-04-19 06:07:44 +02:00
Compare commits
3 Commits
a44146af39
...
59644af109
Author | SHA1 | Date | |
---|---|---|---|
59644af109 | |||
e738cf983c | |||
2907e0ec65 |
@ -21,10 +21,10 @@ Set the following volumes with the -v tag.
|
||||
|
||||
Set the following ports with the -p tag.
|
||||
|
||||
| Container Port | Recommended outside port | Protocol | Description |
|
||||
| -------------- | ------------------------ | -------- | ------------------- |
|
||||
| `8118` | `8118` | TCP | privoxy web proxy |
|
||||
| `9050` | `9050` | TCP | socks protocol port |
|
||||
| Container Port | Recommended outside port | Protocol | Description |
|
||||
| -------------- | ------------------------ | -------- | -------------------- |
|
||||
| `8118` | `8118` | HTTP | privoxy web proxy |
|
||||
| `9050` | `9050` | SOCKS | socks protocol proxy |
|
||||
|
||||
## rebuild.sh
|
||||
|
||||
|
@ -38,6 +38,8 @@ After navigating to `about:config` the configuration can be done at
|
||||
Following is a list of useful Firefox add-ons.
|
||||
They can be removed and configured under `about:config`.
|
||||
|
||||
- [Cameleon](https://addons.mozilla.org/en-GB/firefox/addon/chameleon-ext/)
|
||||
spoofs your browser profile including user agent and screen size.
|
||||
- [ClearURLs](https://addons.mozilla.org/en-GB/Firefox/addon/clearurls) removes
|
||||
tracking elements from URLs.
|
||||
- [Dark Reader](https://addons.mozilla.org/en-GB/Firefox/addon/darkreader) creates
|
||||
@ -59,23 +61,22 @@ They can be removed and configured under `about:config`.
|
||||
- [Privacy Redirect](https://addons.mozilla.org/en-US/Firefox/addon/privacy-redirect/)
|
||||
redirects youtube, instagram, twitter, etc to free alternatives or alternative
|
||||
frontends.
|
||||
- [Sidebery](https://addons.mozilla.org/en-GB/Firefox/addon/sidebery)
|
||||
is a sidebar with treestyle tabs and bookmarks.
|
||||
- [SponsorBlock](https://addons.mozilla.org/en-US/firefox/addon/sponsorblock/)
|
||||
skips YouTube video sponsors automatically, works with
|
||||
[invidious](./invidious.md) too.
|
||||
- [Temporary Containers](https://addons.mozilla.org/en-GB/Firefox/addon/temporary-containers)
|
||||
opens tabs and websites, that are not already managed by
|
||||
`Firefox Multi-Account Containers` in a new container.
|
||||
- [Tree Style Tab](https://addons.mozilla.org/en-GB/Firefox/addon/tree-style-tab)
|
||||
shows tabs like a tree. This is especially useful if many tabs are used.
|
||||
- [uBlock Origin](https://addons.mozilla.org/en-GB/Firefox/addon/ublock-origin)
|
||||
blocks unwanted content like ads.
|
||||
- [User-Agent Switcher and Manager](https://addons.mozilla.org/en-GB/Firefox/addon/user-agent-string-switcher)
|
||||
spoofs websites that try to gather information about your webbrowser.
|
||||
- [Vim Vixen](https://addons.mozilla.org/en-GB/Firefox/addon/vim-vixen) enables
|
||||
vim movement for Firefox.
|
||||
- Plugins for Tabs, etc. in tree style:
|
||||
- [Sidebery](https://addons.mozilla.org/en-GB/Firefox/addon/sidebery)
|
||||
is a sidebar with treestyle tabs and bookmarks.
|
||||
- [Tree Style Tab](https://addons.mozilla.org/en-GB/Firefox/addon/tree-style-tab)
|
||||
shows tabs like a tree. This is especially useful if many tabs are used.
|
||||
|
||||
## Add a new search engine
|
||||
|
||||
|
13
wiki/tor.md
13
wiki/tor.md
@ -1,13 +1,16 @@
|
||||
# Tor
|
||||
|
||||
[Tor](https://www.torproject.org/) is a free and open source software for anonymous
|
||||
communication via internet traffic.
|
||||
[Tor](https://www.torproject.org/) is a free and open source software for
|
||||
anonymous communication via internet traffic.
|
||||
Tor can be used to access `.onion` sites or to anonymize traffic.
|
||||
|
||||
## Usage
|
||||
|
||||
This section features various features of Tor.
|
||||
|
||||
### Tor proxy
|
||||
### Proxy
|
||||
|
||||
A tor proxy can be used to access `.onion` sites or to anonymize traffic.
|
||||
It can be set up using [docker](./docker-images/dperson_-_torproxy.md).
|
||||
A Tor proxy can be used to access the Tor network via the SOCKS protocol, an
|
||||
HTTP tunnel protocol or other ways.
|
||||
It can be set up using [docker](/wiki/docker.md) and the
|
||||
[dperson image](./docker-images/dperson_-_torproxy.md).
|
||||
|
Loading…
x
Reference in New Issue
Block a user