fn default_host()

in src/settings.rs [13:15]


fn default_host() -> String {
    "[::]".to_owned()
}