fix(koi): expose tcp 5353 for sing-box
This commit is contained in:
parent
5ba68e987d
commit
27ad995aa7
1 changed files with 1 additions and 1 deletions
|
@ -145,6 +145,6 @@ in {
|
|||
};
|
||||
};
|
||||
|
||||
networking.firewall.allowedTCPPorts = [ 7890 ];
|
||||
networking.firewall.allowedTCPPorts = [ 5353 7890 ];
|
||||
networking.firewall.allowedUDPPorts = [ 5353 ];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue