mirror of
https://github.com/Alexey71/opera-proxy.git
synced 2026-05-13 22:20:59 +00:00
Remove not used snap store and docker
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
opera-proxy
|
||||
===========
|
||||
|
||||
[](https://snapcraft.io/opera-proxy)
|
||||
|
||||
Standalone Opera VPN client.
|
||||
|
||||
Just run it and it'll start a plain HTTP proxy server forwarding traffic through "Opera VPN" proxies of your choice.
|
||||
@@ -29,27 +27,6 @@ Alternatively, you may install opera-proxy from source. Run the following within
|
||||
make install
|
||||
```
|
||||
|
||||
#### Docker
|
||||
|
||||
A docker image is available as well. Here is an example of running opera-proxy as a background service:
|
||||
|
||||
```sh
|
||||
docker run -d \
|
||||
--security-opt no-new-privileges \
|
||||
-p 127.0.0.1:18080:18080 \
|
||||
--restart unless-stopped \
|
||||
--name opera-proxy \
|
||||
yarmak/opera-proxy
|
||||
```
|
||||
|
||||
#### Snap Store
|
||||
|
||||
[](https://snapcraft.io/opera-proxy)
|
||||
|
||||
```bash
|
||||
sudo snap install opera-proxy
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
||||
List available countries:
|
||||
@@ -118,6 +95,3 @@ eu3.sec-tunnel.com,77.111.244.22,443
|
||||
| version | - | show program version and exit |
|
||||
| socks-mode | - | listen for SOCKS requests instead of HTTP |
|
||||
|
||||
## See also
|
||||
|
||||
* [Community in Telegram](https://t.me/alternative_proxy)
|
||||
|
||||
Reference in New Issue
Block a user