To reduce bot traffic you must login to view /lordwelch/jellyfin-plugin-sso/commit/d7351ef5963c6ad5bf0b88386b0fc0397aedbc93?files=SSO-Auth.
The GitHub login only links via username.

Files
Alberto Bertogli b65ec36916 test/util/minidns: Support priority in MX records
minidns supports MX records, but today it hard-codes priority=10.

This is limiting when creating test scenarios that depend on having
different MX priorities.

This patch adds support for specifying the priority in MX records.
2025-04-11 14:17:17 +01:00

12 lines
179 B
Plaintext

# srv-a zone
srv-a A 127.0.0.1
srv-a AAAA ::1
srv-a MX 10 srv-a
srv-a TXT v=spf1 a
# srv-b zone
srv-b A 127.0.0.1
srv-b AAAA ::1
srv-b MX 10 srv-b
srv-b TXT v=spf1 a