Joe Jose
Joe Jose
@juanfont The tailscale derp server gets the valid client list by sending a GET request to http://local-tailscaled.sock/localapi/v0/status I'm thinking of emulating what the tailscale client does by creating a http...
From a security perspective, my thoughts on the api are as follows 1. It's exposed on the local network. - In case of ipvlan/macvlan networks, there is no way to...
> 1. I don't think we really need a global authentication built-in Gluetun, a reverse proxy would handle this better. > > 2. `HTTP_CONTROL_SERVER_DISABLE_SETTINGS` would do the trick for people...
@qdm12 Sounds good to me. Since we have a simple config file, toml would work well with the fields you defined. Let me know if I can be of help.
I've also tested all the methods with multiple roles. Works as expected. Thanks for the fabulous work @qdm12 @ezekieldas, It'd be great to include an example in the docs.