⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.142
Server IP:
157.245.143.252
Server:
Linux www 6.11.0-29-generic #29-Ubuntu SMP PREEMPT_DYNAMIC Fri Jun 13 20:29:41 UTC 2025 x86_64
Server Software:
nginx/1.26.0
PHP Version:
8.3.11
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
snap
/
certbot
/
4737
/
usr
/
share
/
augeas
/
lenses
/
dist
/
Edit File: oz.aug
(* Module: Oz Oz module for Augeas Author: Pat Riehecky <riehecky@fnal.gov> oz.cfg is a standard INI File. *) module Oz = autoload xfm (************************************************************************ * Group: INI File settings * avahi-daemon.conf only supports "# as commentary and "=" as separator *************************************************************************) (* View: comment *) let comment = IniFile.comment "#" "#" (* View: sep *) let sep = IniFile.sep "=" "=" (************************************************************************ * Group: Entry *************************************************************************) (* View: entry *) let entry = IniFile.indented_entry IniFile.entry_re sep comment (************************************************************************ * Group: Record *************************************************************************) (* View: title *) let title = IniFile.indented_title IniFile.record_re (* View: record *) let record = IniFile.record title entry (************************************************************************ * Group: Lens and filter *************************************************************************) (* View: lns *) let lns = IniFile.lns record comment (* View: filter *) let filter = (incl "/etc/oz/oz.cfg") let xfm = transform lns filter
Simpan