added 8448 matrix, removed turn ports
This commit is contained in:
parent
11137f8fb8
commit
baedfb28fb
@ -7,20 +7,12 @@ let
|
|||||||
22 # ssh
|
22 # ssh
|
||||||
80 # http
|
80 # http
|
||||||
443 # https
|
443 # https
|
||||||
3478 # turn
|
8448 # matrix
|
||||||
10022 # gitea
|
10022 # gitea
|
||||||
40000
|
|
||||||
40001
|
|
||||||
40002
|
|
||||||
40003
|
|
||||||
];
|
];
|
||||||
open_udp_ports = lib.concatMapStringsSep "," (x: toString x) [
|
open_udp_ports = lib.concatMapStringsSep "," (x: toString x) [
|
||||||
1194 # wireguard
|
1194 # wireguard
|
||||||
3478 # turn
|
3478 # turn
|
||||||
40000
|
|
||||||
40001
|
|
||||||
40002
|
|
||||||
40003
|
|
||||||
];
|
];
|
||||||
in {
|
in {
|
||||||
networking = {
|
networking = {
|
||||||
|
Loading…
Reference in New Issue
Block a user