Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 359 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 359 Bytes

pico-proxy

A tiny tiny cloud-native HTTP proxy.

Usage

environment variables:

  • PORT: set port to listen on
  • PATHS: key-value pairs (separated by :) of endpoints to backend mappings, several can be added divided by ,, eg: google:https://google.com,reddit:https://reddit.com
  • INSECURE_SKIP_VERIFY=yes: whether to skip verifying TLS certs