remove IPv6 till we get some servers with support
This commit is contained in:
parent
99470dbac3
commit
c486bc049c
@ -391,8 +391,8 @@ pub struct NodeOffer {
|
|||||||
pub disk: u64,
|
pub disk: u64,
|
||||||
#[tabled(rename = "Public IPv4", display_with = "display_ip_support")]
|
#[tabled(rename = "Public IPv4", display_with = "display_ip_support")]
|
||||||
pub ipv4: bool,
|
pub ipv4: bool,
|
||||||
#[tabled(rename = "Public IPv6", display_with = "display_ip_support")]
|
// #[tabled(rename = "Public IPv6", display_with = "display_ip_support")]
|
||||||
pub ipv6: bool,
|
// pub ipv6: bool,
|
||||||
#[tabled(rename = "cost/h")]
|
#[tabled(rename = "cost/h")]
|
||||||
pub cost_h: f64,
|
pub cost_h: f64,
|
||||||
#[tabled(rename = "cost/m")]
|
#[tabled(rename = "cost/m")]
|
||||||
@ -449,7 +449,7 @@ pub fn print_node_offers(location: Location) -> Result<Vec<NodeOffer>, Error> {
|
|||||||
cost_h: price_per_hour,
|
cost_h: price_per_hour,
|
||||||
cost_m: price_per_month,
|
cost_m: price_per_month,
|
||||||
ipv4: node.public_ipv4,
|
ipv4: node.public_ipv4,
|
||||||
ipv6: node.public_ipv6,
|
// ipv6: node.public_ipv6,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user