Basic security practices are hard
This commit is contained in:
parent
4b5026d6fb
commit
b67a4abbe3
1 changed files with 6 additions and 5 deletions
|
@ -8,10 +8,11 @@ rec {
|
||||||
ip = "192.168.10.189";
|
ip = "192.168.10.189";
|
||||||
|
|
||||||
traefikRoutes = [
|
traefikRoutes = [
|
||||||
{
|
# NOTE: Disabled for now, since there is no auth yet
|
||||||
name = "${hostname}-vpn";
|
# {
|
||||||
rule = "Host(`vpn.${hlConfig.domain}`)";
|
# name = "${hostname}-vpn";
|
||||||
target = "http://${ip}:80";
|
# rule = "Host(`vpn.${hlConfig.domain}`)";
|
||||||
}
|
# target = "http://${ip}:80";
|
||||||
|
# }
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue