dolomite: drop tok-00, add fre-00

This commit is contained in:
xinyangli 2024-11-26 17:36:16 +08:00
parent 5b19d8a97e
commit 1c40bbc98f
Signed by: xin
SSH key fingerprint: SHA256:UU5pRTl7NiLFJbWJZa+snLylZSXIz5rgHmwjzv8v4oE
11 changed files with 151 additions and 286 deletions

View file

@ -9,6 +9,7 @@ let
mkIf
mkEnableOption
mkOption
mkDefault
types
;
@ -127,7 +128,7 @@ in
trojan = {
port = mkOption {
type = lib.types.port;
default = cfg.trojan.port;
default = 8080;
};
};
@ -163,11 +164,6 @@ in
];
networking.firewall.allowedUDPPorts = [ ] ++ (lib.range 6311 6314);
custom.prometheus = {
enable = true;
exporters.blackbox.enable = true;
};
services.sing-box = {
enable = true;
settings = mkSingConfig {