mirror of
https://github.com/espressif/openthread.git
synced 2026-07-28 06:37:46 +00:00
[docs] SRP Service Clarification (#8541)
Adding some clarification around the display of TXT records in `srp server service`.
This commit is contained in:
@@ -170,6 +170,8 @@ Usage: `srp server service`
|
||||
|
||||
Print information of all registered services.
|
||||
|
||||
The TXT record is displayed as an array of entries. If an entry has a key, the key will be printed in ASCII format. The value portion will always be printed as hex bytes.
|
||||
|
||||
```bash
|
||||
> srp server service
|
||||
srp-api-test-1._ipps._tcp.default.service.arpa.
|
||||
@@ -181,7 +183,7 @@ srp-api-test-1._ipps._tcp.default.service.arpa.
|
||||
ttl: 7200
|
||||
lease: 7200
|
||||
key-lease: 1209600
|
||||
TXT: 0130
|
||||
TXT: [616263, xyz=585960]
|
||||
host: srp-api-test-1.default.service.arpa.
|
||||
addresses: [fdde:ad00:beef:0:0:ff:fe00:fc10]
|
||||
srp-api-test-0._ipps._tcp.default.service.arpa.
|
||||
@@ -193,7 +195,7 @@ srp-api-test-0._ipps._tcp.default.service.arpa.
|
||||
ttl: 3600
|
||||
lease: 3600
|
||||
key-lease: 1209600
|
||||
TXT: 0130
|
||||
TXT: [616263, xyz=585960]
|
||||
host: srp-api-test-0.default.service.arpa.
|
||||
addresses: [fdde:ad00:beef:0:0:ff:fe00:fc10]
|
||||
Done
|
||||
|
||||
Reference in New Issue
Block a user