Ref: deduplicate convert funcs, generate DAT with pyhton protobuf

This commit is contained in:
Kirill Sobakin
2026-03-16 21:29:15 +03:00
parent 6d441b4cbf
commit 623b97ff1b
5 changed files with 141 additions and 342 deletions

View File

@@ -4,6 +4,7 @@ pkgs.mkShell {
buildInputs = with pkgs; [
python312
python312Packages.tldextract
python312Packages.protobuf
sing-box
];