Compare commits
2 commits
431f2c1df6
...
e7c479d433
Author | SHA1 | Date | |
---|---|---|---|
Antoine Martin | e7c479d433 | ||
Antoine Martin | 849a8866d6 |
|
@ -55,12 +55,12 @@ in {
|
||||||
listen = [
|
listen = [
|
||||||
# FIXME: hardcoded tailscale IP
|
# FIXME: hardcoded tailscale IP
|
||||||
{
|
{
|
||||||
addr = "100.115.172.44";
|
addr = "100.80.61.67";
|
||||||
port = 443;
|
port = 443;
|
||||||
ssl = true;
|
ssl = true;
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
addr = "100.115.172.44";
|
addr = "100.80.61.67";
|
||||||
port = 80;
|
port = 80;
|
||||||
ssl = false;
|
ssl = false;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue