Skip to content

Commit

Permalink
change 0.0.0.0 to [::]
Browse files Browse the repository at this point in the history
  • Loading branch information
skystar-p committed Jul 12, 2024
1 parent bec1583 commit b0e08ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ use serde::{
use crate::types::policy::{CronPolicyNotification, CronPolicyResource};

fn default_listen_addr() -> String {
"0.0.0.0:3000".to_string()
"[::]:3000".to_string()
}

#[derive(Deserialize, Clone, Debug)]
Expand Down

0 comments on commit b0e08ee

Please sign in to comment.