Compare commits
2 commits
e7c479d433
...
431f2c1df6
| Author | SHA1 | Date | |
|---|---|---|---|
| 431f2c1df6 | |||
| 7205d180ec |
1 changed files with 2 additions and 2 deletions
|
|
@ -55,12 +55,12 @@ in {
|
||||||
listen = [
|
listen = [
|
||||||
# FIXME: hardcoded tailscale IP
|
# FIXME: hardcoded tailscale IP
|
||||||
{
|
{
|
||||||
addr = "100.80.61.67";
|
addr = "100.115.172.44";
|
||||||
port = 443;
|
port = 443;
|
||||||
ssl = true;
|
ssl = true;
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
addr = "100.80.61.67";
|
addr = "100.115.172.44";
|
||||||
port = 80;
|
port = 80;
|
||||||
ssl = false;
|
ssl = false;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue