We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae995cc commit 4125be2Copy full SHA for 4125be2
README.md
@@ -254,8 +254,8 @@ description: Your description goes here
254
list of destination addresses, option only implemented for user defined services.
255
Takes 0-2 addresses, allowing for one IPv4 address and one IPv6 address or address range.
256
257
-IPv4 format: x.x.x.x[/mask]
258
-IPv6 format: x:x:x:x:x:x:x:x[/mask] (x::x works when abbreviating one or more subsequent IPv6 segments where x = 0)
+* IPv4 format: `x.x.x.x[/mask]`
+* IPv6 format: `x:x:x:x:x:x:x:x[/mask]` (`x::x` works when abbreviating one or more subsequent IPv6 segments where x = 0)
259
260
```yaml
261
destination:
0 commit comments