-[Fedimint](https://github.com/fedimint/fedimint), a module based system for building federated applications (Federated E-Cash Mint). Available as [services.fedimintd](#opt-services.fedimintd).
-[Zapret](https://github.com/bol-van/zapret), a DPI bypass tool. Available as [services.zapret](option.html#opt-services.zapret).
- The `sound` options have been removed or renamed, as they had a lot of unintended side effects. See [below](#sec-release-24.11-migration-sound) for details.
RuntimeMaxSec="1h";# This service loves to crash silently or cause network slowdowns. It also restarts instantly. In my experience restarting it hourly provided the best experience.
# hardening
DevicePolicy="closed";
KeyringMode="private";
PrivateTmp=true;
PrivateMounts=true;
ProtectHome=true;
ProtectHostname=true;
ProtectKernelModules=true;
ProtectKernelTunables=true;
ProtectSystem="strict";
ProtectProc="invisible";
RemoveIPC=true;
RestrictNamespaces=true;
RestrictRealtime=true;
RestrictSUIDSGID=true;
SystemCallArchitectures="native";
};
};
}
# Route system traffic via service for specified ports.