✏️ 正在编辑: test_darkice.aug
路径:
/snap/certbot/5781/usr/share/augeas/lenses/dist/tests/test_darkice.aug
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
module Test_darkice = let conf = "# this is a comment [general] duration = 0 bufferSecs = 5 # size of internal slip buffer, in seconds [icecast2-0] bitrateMode=cbr format = vorbis " test Darkice.lns get conf = { "#comment" = "this is a comment" } {} { "target" = "general" { "duration" = "0" } { "bufferSecs" = "5" { "#comment" = "size of internal slip buffer, in seconds" } } {} } { "target" = "icecast2-0" { "bitrateMode" = "cbr" } { "format" = "vorbis" } }
💾 保存文件
← 返回文件管理器