ipfs-cluster/api/ipfsproxy
Hector Sanjuan 289a635105 ipfsproxy: do not pre-resolve dns addrs / support api over unix sockets
These two changes were made to the ipfshttp connector already.

First, node_multiaddress should not be pre-resolved, only using the first result of the resolution.

Second, we should support node_multiaddresses that are pointing to unix sockets, as the kubo daemon can listen to requests that way and
it is better than tcp for local requests.
2024-03-03 19:25:21 -06:00
..
config_test.go Feature: Support multiple listeners in configuration 2020-02-28 11:16:16 -05:00
config.go Dependency upgrades (#1755) 2022-09-06 16:57:17 +02:00
headers.go ipfsproxy: intercept block/put and dag/put and pin to cluster on pin=true 2022-09-09 00:49:50 +02:00
ipfsproxy_test.go ipfsproxy: add tests for block/put and dag/put intercepts 2022-09-09 16:27:09 +02:00
ipfsproxy.go ipfsproxy: do not pre-resolve dns addrs / support api over unix sockets 2024-03-03 19:25:21 -06:00
util.go ipfsproxy: hijack repo/gc and trigger cluster-wide GC 2019-12-06 13:08:57 +01:00