Remove not used snap store and docker

This commit is contained in:
Alexey
2026-03-28 09:11:34 +03:00
parent 826173656d
commit b98d32971f
5 changed files with 0 additions and 123 deletions
-26
View File
@@ -1,8 +1,6 @@
opera-proxy
===========
[![opera-proxy](https://snapcraft.io//opera-proxy/badge.svg)](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
[![Get it from the Snap Store](https://snapcraft.io/static/images/badges/en/snap-store-black.svg)](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)