Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Snawoot committed Oct 22, 2023
1 parent a1cc89d commit 4a38be8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ dtlspipe [OPTION]... hoppingclient <BIND ADDRESS> <ENDPOINT GROUP> [ENDPOINT GRO
Endpoints are specified by a list of one or more ENDPOINT GROUP. ENDPOINT GROUP syntax is defined by following ABNF:
ENDPOINT-GROUP = address-term *( "," address-term ) ":" Port
endpoint-term = Domain / IP-range / IP-prefix / IP-address
address-term = Domain / IP-range / IP-prefix / IP-address
Domain = <Defined in Section 4.1.2 of [RFC5321]>
IP-range = ( IPv4address ".." IPv4address ) / ( IPv6address ".." IPv6address )
IP-prefix = IP-address "/" 1*DIGIT
Expand Down
2 changes: 1 addition & 1 deletion cmd/dtlspipe/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ func usage() {
fmt.Fprintln(out, " Endpoints are specified by a list of one or more ENDPOINT GROUP. ENDPOINT GROUP syntax is defined by following ABNF:")
fmt.Fprintln(out)
fmt.Fprintln(out, " ENDPOINT-GROUP = address-term *( \",\" address-term ) \":\" Port")
fmt.Fprintln(out, " endpoint-term = Domain / IP-range / IP-prefix / IP-address")
fmt.Fprintln(out, " address-term = Domain / IP-range / IP-prefix / IP-address")
fmt.Fprintln(out, " Domain = <Defined in Section 4.1.2 of [RFC5321]>")
fmt.Fprintln(out, " IP-range = ( IPv4address \"..\" IPv4address ) / ( IPv6address \"..\" IPv6address )")
fmt.Fprintln(out, " IP-prefix = IP-address \"/\" 1*DIGIT")
Expand Down

0 comments on commit 4a38be8

Please sign in to comment.