Commit graph

3 commits

Author SHA1 Message Date
Sergey Ponomarev
d174bb8917 treewide: add missing license information
The license is derived from sources or from a copyright of the Makefile.
Otherwise, a global Apache-2.0 is used.
Some packages had a copyright GPL-2.0 but sources clearly states for Apache so the copyright was changed.

Signed-off-by: Sergey Ponomarev <stokito@gmail.com>
2024-05-28 01:55:14 +02:00
Sergey Ponomarev
c170dfab91 luci-app-tor: add config for tor
Currently the UCI for the Tor allows to set only a list of configs to include.
The only way to configure it for a user is to upload its own config and add it to list of included.
We can simplify this with the app.

Signed-off-by: Sergey Ponomarev <stokito@gmail.com>
2024-02-12 14:26:55 +01:00
Sergey Ponomarev
3283cb2ebd
luci-app-tor: Manage tor-hs onion services (#6476)
* luci-app-tor: Manage Onion services (tor-hs)

The tor-hs packages provides Tor Onion (Hidden) Services.
This is a good option to bypass NAT and have stable access to a router.

Later once the main Tor package gains a support of a Proxy/Bridge configuration.
We can add this to the same luci app as a different view.

Signed-off-by: Sergey Ponomarev <stokito@gmail.com>
2023-12-04 20:09:55 +01:00