Skip to content
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

Support setting the Bonjour service TXT record. #188

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Oct 2, 2023

  1. Support setting the Bonjour service TXT record.

    Motivation:
    
    Some users may want to set or modify the advertised TXT record when publishing a Bonjour service.
    
    Modifications:
    
    Expose setting the Bonjour TXT record via new channel options. An option for setting an `NWTXTRecord` was added. This object allows for easily manipulating a TXT record, but is only available starting in MacOS 10.15, iOS 13, tvOS 13, and WatchOS 6.0, so an additional channel option has also been added to support setting the TXT record on lower OS versions.
    
    Result:
    
    Users will be able set or modify the Bonjour service TXT record.
    AgentFeeble committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    341bd30 View commit details
    Browse the repository at this point in the history