Skip to content

Commit

Permalink
Add actual example values to README
Browse files Browse the repository at this point in the history
  • Loading branch information
silverwind committed Mar 27, 2023
1 parent cd523fb commit f2c7c40
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -371,12 +371,12 @@ The options `PADDING`, `CLIENT_SUBNET`, `TCP_KEEPALIVE` and `KEY_TAG` support en
{
data:
{
order: order,
preference: preference,
flags: indicateFlag,
services: enumName,
regexp: regularExpression,
replacement: domainName
order: 100,
preference: 10,
flags: 's',
services: 'SIP+D2U',
regexp: '!^.*$!sip:customer-service@example.com!',
replacement: '_sip._udp.example.com'
}
}
```
Expand Down

0 comments on commit f2c7c40

Please sign in to comment.