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 = [
|
||||
{
|
||||
port = 8008;
|
||||
bind_address = "brix";
|
||||
bind_address = "brix.cyplo.github.beta.tailscale.net";
|
||||
type = "http";
|
||||
tls = false;
|
||||
x_forwarded = true;
|
||||
|
|
Loading…
Reference in a new issue