Added beta feature : tailscale

This commit is contained in:
Luj 2022-04-21 19:33:23 +02:00
parent 6ee32ce1f5
commit 07eff7b178
2 changed files with 5 additions and 1 deletions

View file

@ -65,6 +65,7 @@ in
proxyPass = "http://localhost:${toString port}";
extraConfig = ''
allow 10.100.0.0/24;
allow 100.10.10.0/8;
deny all;
'';
};