regbo

Results 15 issues of regbo

I am constantly getting the following with Route53 using this plugin: ``` {"level":"error","ts":1643296784.4517176,"logger":"dynamic_dns","msg":"unable to lookup current IPs from DNS records","error":"HostedZoneNotFound: No zones found for the domain XXX.tm"} {"level":"error","ts":1643296803.113794,"logger":"dynamic_dns","msg":"failed setting DNS...

Forgive me if there is a solution for this, but I can't seem to find a way to change the User-Agent header on a connect request. It seems like it's...

enhancement

We spend a lot of time adapting futures, and I think if ListenableFuture had a "chain" method or an "as" method, it would simply a lot of code. For example,...

enhancement

I wanted to find a way to use lambdas with this library, so that listeners can be created like this: ```java MBassadorLFP bus = new MBassadorLFP(); var listener1 = bus.subscribe(d...

First of all, thank you. These guides made getting docker swarm up and running a total breeze (coming from rancher 1.6) After just going through them, I would suggest _starting_...

I just spent the better half of a day banging my head against the wall regarding the controller mode. It looks like "controller" mode never fires up caddy, instead pushes...

This plugin is extremely useful when proxying tcp connections over the same ports as http: https://github.com/mholt/caddy-l4 Currently the plugin does not support Caddyfiles, but instead requires a json config (which...

For whatever reason, running this in docker swarm will occasionally result in an IP address being updated. If that happens _after_ the admin address is assigned to localhost, the configs...

I have a java project that needs a stomp client, and a lot of the Android dependencies here seemed unnecessary (really only used for logging). I made a fork that...