Makes localhost:7878 default host for the server

pull/10/head
Tpt 5 years ago
parent aa2220da1a
commit 9dc2e5da90
  1. 2
      server/src/main.rs

@ -24,7 +24,7 @@ pub fn main() {
.short("b") .short("b")
.long("bind") .long("bind")
.help("Specify a server socket to bind using the format $(HOST):$(PORT)") .help("Specify a server socket to bind using the format $(HOST):$(PORT)")
.default_value("127.0.0.1:7878") .default_value("localhost:7878")
.takes_value(true), .takes_value(true),
) )
.arg( .arg(

Loading…
Cancel
Save