diff --git a/Sources/SocketControlSettings.swift b/Sources/SocketControlSettings.swift index bee3f8f1..67b91682 100644 --- a/Sources/SocketControlSettings.swift +++ b/Sources/SocketControlSettings.swift @@ -44,6 +44,7 @@ struct SocketControlSettings { switch raw { case "off": return .off case "cmuxOnly": return .cmuxOnly + case "allowAll": return .allowAll // Legacy values: case "notifications", "full": return .cmuxOnly default: return defaultMode