⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.155
Server IP:
57.129.66.90
Server:
Linux vps-7f548908 5.15.0-160-generic #170-Ubuntu SMP Wed Oct 1 10:06:56 UTC 2025 x86_64
Server Software:
LiteSpeed
PHP Version:
8.2.27
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
local
/
CyberCP
/
dns
/
templates
/
dns
/
Edit File: index.html
{% extends "baseTemplate/index.html" %} {% load i18n %} {% block title %}{% trans "DNS Functions - CyberPanel" %}{% endblock %} {% block content %} {% load static %} {% get_current_language as LANGUAGE_CODE %}
{% trans "DNS Functions" %}
{% trans "Create, edit and delete DNS zones on this page." %}
{% trans "Available Functions" %}
{% if type == 3 %}
{% trans "Create DNS Zone" %}
{% trans "Delete Zone" %}
{% trans "Add Delete/Records" %}
{% else %}
{% trans "Create Nameserver" %}
{% trans "Create DNS Zone" %}
{% trans "Delete Zone" %}
{% trans "Add Delete/Records" %}
{% endif %}
{% endblock %}
Simpan