2020-05-20 00:04:01 +02:00
|
|
|
name: dumbproxy
|
2023-04-01 23:26:25 +02:00
|
|
|
version: '1.9.0'
|
2020-05-20 00:04:01 +02:00
|
|
|
summary: Dumbiest HTTP proxy ever.
|
2020-05-20 01:13:46 +02:00
|
|
|
description: >
|
|
|
|
Dumbiest HTTP proxy ever. See documentation for details:
|
|
|
|
https://github.com/Snawoot/dumbproxy/blob/master/README.md
|
2020-05-20 00:04:01 +02:00
|
|
|
|
|
|
|
confinement: strict
|
|
|
|
base: core18
|
|
|
|
|
|
|
|
parts:
|
|
|
|
dumbproxy:
|
|
|
|
plugin: go
|
|
|
|
go-importpath: github.com/Snawoot/dumbproxy
|
2020-05-20 01:22:37 +02:00
|
|
|
source: .
|
2020-05-20 00:04:01 +02:00
|
|
|
build-packages:
|
|
|
|
- gcc
|
|
|
|
|
|
|
|
apps:
|
|
|
|
dumbproxy:
|
|
|
|
command: bin/dumbproxy
|
|
|
|
plugs:
|
|
|
|
- network
|
|
|
|
- network-bind
|