blade create network dns
介绍
参数
--domain string 域名 (必要参数)
--ip string 映射的 ip (必要参数)
--timeout string 设定运行时长,单位是秒,通用参数案例
# www.baidu.com 域名不可访问
blade create network dns --domain www.baidu.com --ip 10.0.0.0
{"code":200,"success":true,"result":"9e7a168079c68fad"}
# 使用 ping www.baidu.com 来验证,会发现访问不通。实现原理
常见问题
Last updated
Was this helpful?