firewall: close unnecessary ports
This commit is contained in:
parent
0c30936230
commit
ae8f633713
5 changed files with 8 additions and 8 deletions
machines/mynix
options/custom
|
@ -24,7 +24,7 @@
|
||||||
settings = {
|
settings = {
|
||||||
games = {
|
games = {
|
||||||
enable = true;
|
enable = true;
|
||||||
abiotic-factor = true;
|
#// abiotic-factor = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
hardware = {
|
hardware = {
|
||||||
|
|
|
@ -43,13 +43,13 @@ in {
|
||||||
# https://github.com/AdguardTeam/AdGuardHome/wiki/Encryption
|
# https://github.com/AdguardTeam/AdGuardHome/wiki/Encryption
|
||||||
networking.firewall = {
|
networking.firewall = {
|
||||||
allowedTCPPorts = [
|
allowedTCPPorts = [
|
||||||
53 # DNS
|
#// 53 # DNS
|
||||||
853 # DNS-over-TLS
|
#// 853 # DNS-over-TLS
|
||||||
];
|
];
|
||||||
|
|
||||||
allowedUDPPorts = [
|
allowedUDPPorts = [
|
||||||
53 # DNS
|
#// 53 # DNS
|
||||||
853 # DNS-over-QUIC
|
#// 853 # DNS-over-QUIC
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -41,7 +41,7 @@ in {
|
||||||
|
|
||||||
networking.firewall = {
|
networking.firewall = {
|
||||||
allowedTCPPorts = [
|
allowedTCPPorts = [
|
||||||
1935 # RTMP
|
#// 1935 # RTMP
|
||||||
];
|
];
|
||||||
|
|
||||||
allowedUDPPorts = [
|
allowedUDPPorts = [
|
||||||
|
|
|
@ -28,7 +28,7 @@ in {
|
||||||
|
|
||||||
networking.firewall = {
|
networking.firewall = {
|
||||||
allowedTCPPorts = [
|
allowedTCPPorts = [
|
||||||
1935 # RTMP
|
#// 1935 # RTMP
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
@ -19,7 +19,7 @@ in {
|
||||||
enable = true;
|
enable = true;
|
||||||
nmbd.enable = false;
|
nmbd.enable = false;
|
||||||
nsswins = false;
|
nsswins = false;
|
||||||
openFirewall = true;
|
#// openFirewall = true;
|
||||||
|
|
||||||
# https://www.samba.org/samba/docs/current/man-html/smb.conf.5.html
|
# https://www.samba.org/samba/docs/current/man-html/smb.conf.5.html
|
||||||
settings = {
|
settings = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue