Niklas
Niklas
I don't think there is: https://github.com/mpolden/echoip/blob/7b98b93f528f044cd2832181d6f0159d844050b1/http/http.go#L428-L434 Would `jq` be a viable workaround for you? i.e. `curl -s ifconfig.co/json | jq '. | .asn_org'`
Hi @jacobhaug 👋 There is a Go implementation for the ipstack API: https://github.com/go-apilayer/ipstack **But** implementing this would require substantial changes to the echoip project. First and foremost having a remote...
> Maybe one of the other guys that knows about data centre servers can jump in here. I have limited experience with that. Most "enterprise grade" controllers don't expose the...
Sure thing, thanks for looking into this @icewind1991 ``` Config { database: AnyConnectOptions { database_url: Url { scheme: "postgresql", cannot_be_a_base: false, username: "nextcloud", password: Some( "redacted", ), host: Some( Domain(...