Remove mDNS note since it is disabled by default

This commit is contained in:
Jason2866 2020-12-15 20:11:59 +01:00 committed by GitHub
parent b41248eb23
commit 5156db1221
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -30,7 +30,7 @@ Support of Core versions before 2.7.1 has been removed.
## Support of TLS ## Support of TLS
To save resources when TLS is enabled mDNS needs to be disabled. In addition to TLS using fingerprints now also user supplied CA certs and AWS IoT is supported. Read [full documentation](https://tasmota.github.io/docs/AWS-IoT) In addition to TLS using fingerprints now also user supplied CA certs and AWS IoT is supported. Read [full documentation](https://tasmota.github.io/docs/AWS-IoT)
## Initial configuration tools ## Initial configuration tools
@ -114,3 +114,4 @@ The attached binaries can also be downloaded from http://ota.tasmota.com/tasmota
### Removed ### Removed
- Version compatibility check - Version compatibility check
- PN532 define USE_PN532_CAUSE_EVENTS replaced by generic rule trigger `on pn532#uid=` - PN532 define USE_PN532_CAUSE_EVENTS replaced by generic rule trigger `on pn532#uid=`
- mDNS support in all Tasmota variants