Files
hola-proxy/snapcraft.yaml
Vladislav Yarmak 12b05ac0df bump snap version
2021-03-07 13:32:11 +02:00

25 lines
544 B
YAML

name: hola-proxy
version: '1.3.0'
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
go-importpath: github.com/Snawoot/hola-proxy
source: https://github.com/Snawoot/hola-proxy
source-type: git
build-packages:
- gcc
apps:
hola-proxy:
command: bin/hola-proxy
plugs:
- network
- network-bind