✏️ 正在编辑: hosts.aug
路径:
/snap/certbot/5781/usr/share/augeas/lenses/dist/hosts.aug
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
(* Parsing /etc/hosts *) module Hosts = autoload xfm let word = /[^# \n\t]+/ let record = [ seq "host" . Util.indent . [ label "ipaddr" . store word ] . Sep.tab . [ label "canonical" . store word ] . [ label "alias" . Sep.space . store word ]* . Util.comment_or_eol ] let lns = ( Util.empty | Util.comment | record ) * let xfm = transform lns (incl "/etc/hosts")
💾 保存文件
← 返回文件管理器