Closed djs55 closed 2 years ago
This adds a third HTTP proxy configuration option. We already have:
This adds an HTTP server. The caller can run:
vpnkit --http-api-path /tmp/foo.sock --ethernet /tmp/ethernet.sock
and then
curl --unix-socket /tmp/foo.sock http://localhost/http_proxy.json
and
curl -X POST -d json --unix-socket /tmp/foo.sock http://localhost/http_proxy.json
This adds a third HTTP proxy configuration option. We already have:
This adds an HTTP server. The caller can run:
and then
and