Linux server.edchosting.com 4.18.0-553.79.1.lve.el7h.x86_64 #1 SMP Wed Oct 15 16:34:46 UTC 2025 x86_64
LiteSpeed
Server IP : 75.98.162.185 & Your IP : 216.73.216.163
Domains :
Cant Read [ /etc/named.conf ]
User : goons4good
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
lib /
python3.6 /
site-packages /
salt /
templates /
virt /
Delete
Unzip
Name
Size
Permission
Date
Action
libvirt_chardevs.jinja
727
B
-rw-r--r--
2022-05-16 09:16
libvirt_disks.jinja
744
B
-rw-r--r--
2022-05-16 09:16
libvirt_domain.jinja
12.25
KB
-rw-r--r--
2022-05-16 09:16
libvirt_macros.jinja
179
B
-rw-r--r--
2022-05-16 09:16
libvirt_network.jinja
3.09
KB
-rw-r--r--
2022-05-16 09:16
libvirt_pool.jinja
2.6
KB
-rw-r--r--
2022-05-16 09:16
libvirt_secret.jinja
316
B
-rw-r--r--
2022-05-16 09:16
libvirt_volume.jinja
1.11
KB
-rw-r--r--
2022-05-16 09:16
Save
Rename
{% macro chardev(dev) -%} {% if dev.type == "unix" -%} <source mode="bind" path="{{ dev.path }}"/> {% elif dev.type in ["udp", "tcp"] -%} <source mode="bind" host="{{ dev.get('host', '0.0.0.0') }}" service="{{ dev.port }}" {% if dev.get('tls') is not none %}tls="{{'yes' if dev.tls else 'no'}}"{% endif %}/> {% elif dev.type in ["pipe", "dev", "pty", "file"] and dev.path -%} <source path="{{ dev.path }}"/> {%- endif %} {% if dev.type == "tcp" -%} <protocol type="{{ dev.protocol }}"/> {%- endif %} {% if "target_port" in dev or "target_type" in dev -%} <target port="{{ dev.get('target_port', 0) }}" {% if dev.target_type %}type="{{ dev.target_type }}"{% endif %}/> {%- endif %} {%- endmacro %}