Show guidelines on UI on how to setup network hook
This commit is contained in:
@ -86,3 +86,6 @@ pub const STORAGE_NAT_DIR: &str = "nat";
|
||||
|
||||
/// Environment variable that is set to run VirtWeb in NAT configuration mode
|
||||
pub const NAT_MODE_ENV_VAR_NAME: &str = "NAT_MODE";
|
||||
|
||||
/// Nat hook file path
|
||||
pub const NAT_HOOK_PATH: &str = "/etc/libvirt/hooks/network";
|
||||
|
Reference in New Issue
Block a user