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 network_source(disk) -%} <source protocol='{{ disk.protocol }}' name='{{ disk.volume }}'{% if disk.get('query') %} query='{{ disk.query }}'{% endif %}> {%- for host in disk.get('hosts') %} <host name='{{ host.name }}'{% if host.get("port") %} port='{{ host.port }}'{% endif %}/> {%- endfor %} {%- if disk.get("auth") %} <auth username='{{ disk.auth.username }}'> <secret type='{{ disk.auth.type }}' usage='{{ disk.auth.usage}}'/> </auth> {%- endif %} </source> {%- endmacro %}