summary refs log tree commit diff
path: root/nixos/doc/manual
diff options
context:
space:
mode:
authorrnhmjoj <rnhmjoj@inventati.org>2023-10-29 15:53:57 +0100
committerrnhmjoj <rnhmjoj@inventati.org>2023-10-29 18:13:38 +0100
commitfc4691cd06adeb4bebb00fa7137e135055a5e491 (patch)
tree6f7b5fd018c46028ff99e92858af2d46b581dc6c /nixos/doc/manual
parent7ecac99da7567f4f0e60c1c97678e85b997ffd89 (diff)
downloadnixpkgs-fc4691cd06adeb4bebb00fa7137e135055a5e491.tar
nixpkgs-fc4691cd06adeb4bebb00fa7137e135055a5e491.tar.gz
nixpkgs-fc4691cd06adeb4bebb00fa7137e135055a5e491.tar.bz2
nixpkgs-fc4691cd06adeb4bebb00fa7137e135055a5e491.tar.lz
nixpkgs-fc4691cd06adeb4bebb00fa7137e135055a5e491.tar.xz
nixpkgs-fc4691cd06adeb4bebb00fa7137e135055a5e491.tar.zst
nixpkgs-fc4691cd06adeb4bebb00fa7137e135055a5e491.zip
nixos/release-notes: mention sslh changes
Diffstat (limited to 'nixos/doc/manual')
-rw-r--r--nixos/doc/manual/release-notes/rl-2311.section.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/nixos/doc/manual/release-notes/rl-2311.section.md b/nixos/doc/manual/release-notes/rl-2311.section.md
index 76d9b026aa0..b91e7d09866 100644
--- a/nixos/doc/manual/release-notes/rl-2311.section.md
+++ b/nixos/doc/manual/release-notes/rl-2311.section.md
@@ -388,6 +388,9 @@
 
 - The `fonts.fonts` and `fonts.enableDefaultFonts` options have been renamed to `fonts.packages` and `fonts.enableDefaultPackages` respectively.
 
+- The `services.sslh` module has been updated to follow [RFC 0042](https://github.com/NixOS/rfcs/blob/master/rfcs/0042-config-option.md). As such, several options have been moved to the freeform attribute set [services.sslh.settings](#opt-services.sslh.settings), which allows to change any of the settings in {manpage}`sslh(8)`.
+  In addition, the newly added option [services.sslh.method](#opt-services.sslh.method) allows to switch between the {manpage}`fork(2)`, {manpage}`select(2)` and `libev`-based connection handling method; see the [sslh docs](https://github.com/yrutschle/sslh/blob/master/doc/INSTALL.md#binaries) for a comparison.
+
 - `pkgs.openvpn3` now optionally supports systemd-resolved. `programs.openvpn3` will automatically enable systemd-resolved support if `config.services.resolved.enable` is enabled.
 
 - `services.fail2ban.jails` can now be configured with attribute sets defining settings and filters instead of lines. The stringed options `daemonConfig` and `extraSettings` have respectively been replaced by `daemonSettings` and `jails.DEFAULT.settings` which use attribute sets.