avoid binding to localhost
This commit is contained in:
parent
22decfa9b2
commit
d3735de9a2
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@
|
||||||
listeners = [
|
listeners = [
|
||||||
{
|
{
|
||||||
port = 8008;
|
port = 8008;
|
||||||
bind_address = "brix";
|
bind_address = "brix.cyplo.github.beta.tailscale.net";
|
||||||
type = "http";
|
type = "http";
|
||||||
tls = false;
|
tls = false;
|
||||||
x_forwarded = true;
|
x_forwarded = true;
|
||||||
|
|
Loading…
Reference in a new issue