mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 02:11:53 +00:00
changing ip addr type (#1950)
* changing ip addr type * fixing parse fn and improving proxy fn * Update net_controller.rs * remove extra fn call
This commit is contained in:
committed by
Aiden McClelland
parent
8b6eac3c1c
commit
373e11495d
@@ -187,8 +187,7 @@ fn main() {
|
||||
)
|
||||
.await?;
|
||||
|
||||
let embassy_ip = get_current_ip(ctx.ethernet_interface.to_owned()).await?;
|
||||
let embassy_ip_fqdn: ResourceFqdn = embassy_ip.parse()?;
|
||||
let embassy_ip_fqdn: ResourceFqdn = ResourceFqdn::IpAddr;
|
||||
let embassy_fqdn: ResourceFqdn = "embassy.local".parse()?;
|
||||
|
||||
let diag_ui_handler = diag_ui_file_router(ctx.clone()).await?;
|
||||
|
||||
Reference in New Issue
Block a user