avoid binding to localhost

This commit is contained in:
Cyryl Płotnicki 2021-06-12 16:28:40 +01:00
parent 22decfa9b2
commit d3735de9a2

View file

@ -18,7 +18,7 @@
listeners = [
{
port = 8008;
bind_address = "brix";
bind_address = "brix.cyplo.github.beta.tailscale.net";
type = "http";
tls = false;
x_forwarded = true;