feat: add rewrites and remove unused port
This commit is contained in:
parent
0ce9edefdf
commit
f60b1863d7
1 changed files with 10 additions and 6 deletions
|
|
@ -74,6 +74,14 @@
|
|||
domain = "vaultwarden.dryb.org";
|
||||
answer = "momo.dryb.org";
|
||||
}
|
||||
{
|
||||
domain = "miniflux.dryb.org";
|
||||
answer = "momo.dryb.org";
|
||||
}
|
||||
{
|
||||
domain = "hedgedoc.dryb.org";
|
||||
answer = "momo.dryb.org";
|
||||
}
|
||||
];
|
||||
};
|
||||
dhcp = {
|
||||
|
|
@ -99,11 +107,7 @@
|
|||
};
|
||||
|
||||
networking.firewall = {
|
||||
allowedTCPPorts = [ 53 8080 ];
|
||||
allowedUDPPorts = [
|
||||
53
|
||||
67
|
||||
547
|
||||
];
|
||||
allowedTCPPorts = [ 53 ];
|
||||
allowedUDPPorts = [ 53 67 547 ];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue