new mac service and local config
This commit is contained in:
parent
05ac26e5fe
commit
3566b0ee7a
15 changed files with 308 additions and 419 deletions
|
|
@ -465,3 +465,8 @@ pub fn is_ip(id: &str) -> bool {
|
|||
.unwrap()
|
||||
.is_match(id)
|
||||
}
|
||||
|
||||
#[inline]
|
||||
pub fn get_app_name() -> &'static str {
|
||||
hbb_common::config::APP_NAME
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue