-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature request] Device Model in .mobileconfig configuration #2493
Labels
duplicate
Duplicate or merged issues.
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
in continue of #1383 please add device model identification for clients in logs. This string is directly encrypted in base64 in endpoint URL:
<key>ServerURL</key>
<string>https://agh.stub.domain/dns-query/client-identifier-name/b64:QXBwbGUgaVBob25lMTMsNA</string>
</dict>
QXBwbGUgaVBob25lMTMsNA -> Apple iPhone13,4 -> iPhone 12 Pro Max
Please do not confuse this with the client identifier. That's the Apple device identifier. As I know, it doesn't work for DoT.
Thank you.
Cheers🤙
The text was updated successfully, but these errors were encountered: