hosty:用go lang编写的etchosts管理器

时间:2024-06-08 20:01:29
【文件属性】:

文件名称:hosty:用go lang编写的etchosts管理器

文件大小:4KB

文件格式:ZIP

更新时间:2024-06-08 20:01:29

Go

敌对的 用法 列出hosty管理的所有条目 $ hosty 回显所有/ etc / hosts内容 $ hosty cat 或者 $ hosty c 保存一个条目,使用它来创建或编辑一个条目 默认情况下,所有新条目都是启用的 $ sudo hosty save static 127.0.0.1 static.example.com 或者 $ sudo hosty s static 127.0.0.1 static.example.com 启用一个条目 $ sudo hosty enable static 或者 $ sudo hosty e static 禁用条目 $ sudo hosty disable static 或者 $ sudo hosty d static 删除条目 $ sudo hosty remove static 或者 $ sudo hosty r s


【文件预览】:
hosty-master
----.gitignore(18B)
----README.md(725B)
----bin()
--------fix-make-bash(127B)
----coverage(127B)
----build(230B)
----hosty.go(5KB)
----hosty_test.go(2KB)
----circle.yml(75B)

网友评论