Update firewall
This commit is contained in:
parent
4110463c82
commit
044fbce3b9
1 changed files with 5 additions and 7 deletions
|
@ -2,14 +2,12 @@
|
|||
networking = {
|
||||
firewall = {
|
||||
enable = true;
|
||||
allowedTCPPorts = [
|
||||
53 # DNS
|
||||
80 # HTTP
|
||||
443 # HTTPS
|
||||
];
|
||||
interfaces = {
|
||||
tailscale0 = {
|
||||
allowedTCPPorts = [
|
||||
53 # DNS
|
||||
80 # HTTP
|
||||
443 # HTTPS
|
||||
];
|
||||
};
|
||||
wireguard0 = {
|
||||
allowedTCPPorts = [
|
||||
# 53 # DNS
|
||||
|
|
Loading…
Reference in a new issue