mirror of
https://github.com/Snawoot/hola-proxy.git
synced 2026-04-02 13:38:14 +00:00
28 lines
548 B
YAML
28 lines
548 B
YAML
name: hola-proxy
|
|
version: '1.5.5'
|
|
summary: Standalone Hola proxy client.
|
|
description: |
|
|
Standalone Hola proxy client. Just run it and it'll start plain HTTP proxy server forwarding traffic via Hola proxies of your choice.
|
|
|
|
confinement: strict
|
|
base: core18
|
|
|
|
parts:
|
|
hola-proxy:
|
|
plugin: go
|
|
source: .
|
|
build-packages:
|
|
- gcc
|
|
override-build:
|
|
make &&
|
|
cp bin/hola-proxy "$SNAPCRAFT_PART_INSTALL"
|
|
stage:
|
|
- hola-proxy
|
|
|
|
apps:
|
|
hola-proxy:
|
|
command: hola-proxy
|
|
plugs:
|
|
- network
|
|
- network-bind
|