Skip to content

Commit

Permalink
Update config.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
mycrl committed Nov 27, 2024
1 parent b1c64e2 commit 8b843e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion turn-server/src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ struct Cli {
/// Example: --api-hooks http://localhost:8080/turn
#[arg(long)]
api_hooks: Option<String>,
/// TURN server listen address
/// TURN server realm
#[arg(long)]
turn_realm: Option<String>,
/// TURN server listen interfaces
Expand Down

0 comments on commit 8b843e1

Please sign in to comment.