📁
SKYSHELL MANAGER
PHP v8.2.32
Create
Create
Path:
root
/
home
/
srddev
/
public_html
/
drmilne.srd-dev.net
/
Name
Size
Perm
Actions
📁
.well-known
-
0755
🗑️
🏷️
🔒
📁
images
-
0755
🗑️
🏷️
🔒
📁
wp-admin
-
0755
🗑️
🏷️
🔒
📁
wp-content
-
0755
🗑️
🏷️
🔒
📁
wp-includes
-
0755
🗑️
🏷️
🔒
📄
.gk_
0 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
.gp_
0.04 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
.gr_f97cb6054d6534cc9e2a4ae1b4aa2936.php
4933.02 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
.gs_
0.03 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
.gt_
0 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
.htaccess
1.96 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
📄
.user.ini
0 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
filefuns.php
5.83 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
📄
index.php
21.62 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
📄
license.txt
19.44 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
mp.php
50.91 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
readme.html
7.23 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
robots.txt
0.08 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
wp-activate.php
7.54 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
wp-blog-header.php
0.49 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
📄
wp-comments-post.php
2.27 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
wp-config-sample.php
3.26 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
wp-config.php
3.56 KB
0600
🗑️
🏷️
⬇️
✏️
🔒
📄
wp-cron.php
5.49 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
wp-links-opml.php
2.43 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
wp-load.php
3.99 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
📄
wp-login.php
51.3 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
wp-mail.php
8.52 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
wp-settings.php
32.38 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
wp-signup.php
34.26 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
wp-trackback.php
5.27 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
xmlrpc.php
3.13 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
Edit: named.conf
options { # BEGIN ANSIBLE MANAGED BLOCK allow-query-cache { 127.0.0.1; }; additional-from-cache no; version none; allow-recursion { 127.0.0.1; }; # END ANSIBLE MANAGED BLOCK /* make named use port 53 for the source of all queries, to allow * firewalls to block all ports except 53: */ // query-source port 53; recursion no; /* We no longer enable this by default as the dns posion exploit has forced many providers to open up their firewalls a bit */ // Put files that named is allowed to write in the data/ directory: directory "/var/named"; // the default pid-file "/var/run/named/named.pid"; dump-file "data/cache_dump.db"; statistics-file "data/named_stats.txt"; /* memstatistics-file "data/named_mem_stats.txt"; */ allow-transfer { "none"; }; }; logging { channel default_log { file "/var/log/named/named.log" versions 5 size 128M; print-time yes; print-severity yes; print-category yes; severity warning; }; category default { default_log; }; category general { default_log; }; }; // All BIND 9 zones are in a "view", which allow different zones to be served // to different types of client addresses, and for options to be set for groups // of zones. // // By default, if named.conf contains no "view" clauses, all zones are in the // "default" view, which matches all clients. // // If named.conf contains any "view" clause, then all zones MUST be in a view; // so it is recommended to start off using views to avoid having to restructure // your configuration files in the future. view "localhost_resolver" { /* This view sets up named to be a localhost resolver ( caching only nameserver ). * If all you want is a caching-only nameserver, then you need only define this view: */ match-clients { 127.0.0.0/24; }; match-destinations { localhost; }; recursion yes; zone "." IN { type hint; file "/var/named/named.ca"; }; /* these are zones that contain definitions for all the localhost * names and addresses, as recommended in RFC1912 - these names should * ONLY be served to localhost clients: */ include "/var/named/named.rfc1912.zones"; }; view "internal" { /* This view will contain zones you want to serve only to "internal" clients that connect via your directly attached LAN interfaces - "localnets" . */ match-clients { localnets; }; match-destinations { localnets; }; recursion yes; zone "." IN { type hint; file "/var/named/named.ca"; }; // include "/var/named/named.rfc1912.zones"; // you should not serve your rfc1912 names to non-localhost clients. // These are your "authoritative" internal zones, and would probably // also be included in the "localhost_resolver" view above : zone "cloud-ci.unifiedlayer.com" { type master; file "/var/named/cloud-ci.unifiedlayer.com.db"; }; zone "50-6-224-223.www.hostgator.com" { type master; file "/var/named/50-6-224-223.www.hostgator.com.db"; }; zone "srd-dev.net" { type master; file "/var/named/srd-dev.net.db"; }; zone "50.6.224.223.stoneridgedigital.com" { type master; file "/var/named/50.6.224.223.stoneridgedigital.com.db"; }; zone "6224223.stoneridgedigital.com" { type master; file "/var/named/6224223.stoneridgedigital.com.db"; }; zone "stoneridgedigital.com" { type master; file "/var/named/stoneridgedigital.com.db"; }; zone "stoneridge-equity.com" { type master; file "/var/named/stoneridge-equity.com.db"; }; zone "mayer-m.com" { type master; file "/var/named/mayer-m.com.db"; }; zone "pufferdental.com" { type master; file "/var/named/pufferdental.com.db"; }; zone "7systemsdrhaas.com" { type master; file "/var/named/7systemsdrhaas.com.db"; }; zone "brothersdumpire.com" { type master; file "/var/named/brothersdumpire.com.db"; }; zone "chiro1connections.com" { type master; file "/var/named/chiro1connections.com.db"; }; zone "6224223.digital.com" { type master; file "/var/named/6224223.digital.com.db"; }; zone "zeilerchiropractic.com" { type master; file "/var/named/zeilerchiropractic.com.db"; }; zone "slingerchiropractic.com" { type master; file "/var/named/slingerchiropractic.com.db"; }; zone "srddev.com" { type master; file "/var/named/srddev.com.db"; }; zone "blissribakeshoppe.com" { type master; file "/var/named/blissribakeshoppe.com.db"; }; zone "southbrooklynanimalclinic.org" { type master; file "/var/named/southbrooklynanimalclinic.org.db"; }; zone "accesstohealthfc.com" { type master; file "/var/named/accesstohealthfc.com.db"; }; zone "elitefootaustin.com" { type master; file "/var/named/elitefootaustin.com.db"; }; zone "meditation-therapy.com" { type master; file "/var/named/meditation-therapy.com.db"; }; zone "srd-devs.com" { type master; file "/var/named/srd-devs.com.db"; }; zone "ab-detailing.net" { type master; file "/var/named/ab-detailing.net.db"; }; zone "impactrandr.com" { type master; file "/var/named/impactrandr.com.db"; }; zone "happydayspediatrics.com" { type master; file "/var/named/happydayspediatrics.com.db"; }; zone "southdesmoineschiropracticcenter.com" { type master; file "/var/named/southdesmoineschiropracticcenter.com.db"; }; }; view "external" { /* This view will contain zones you want to serve only to "external" clients * that have addresses that are not on your directly attached LAN interface subnets: */ recursion no; additional-from-cache no; // you'd probably want to deny recursion to external clients, so you don't // end up providing free DNS service to all takers // all views must contain the root hints zone: zone "." IN { type hint; file "/var/named/named.ca"; }; // These are your "authoritative" external zones, and would probably // contain entries for just your web and mail servers: // BEGIN external zone entries zone "cloud-ci.unifiedlayer.com" { type master; file "/var/named/cloud-ci.unifiedlayer.com.db"; }; zone "50-6-224-223.www.hostgator.com" { type master; file "/var/named/50-6-224-223.www.hostgator.com.db"; }; zone "srd-dev.net" { type master; file "/var/named/srd-dev.net.db"; }; zone "50.6.224.223.stoneridgedigital.com" { type master; file "/var/named/50.6.224.223.stoneridgedigital.com.db"; }; zone "6224223.stoneridgedigital.com" { type master; file "/var/named/6224223.stoneridgedigital.com.db"; }; zone "stoneridgedigital.com" { type master; file "/var/named/stoneridgedigital.com.db"; }; zone "stoneridge-equity.com" { type master; file "/var/named/stoneridge-equity.com.db"; }; zone "mayer-m.com" { type master; file "/var/named/mayer-m.com.db"; }; zone "pufferdental.com" { type master; file "/var/named/pufferdental.com.db"; }; zone "7systemsdrhaas.com" { type master; file "/var/named/7systemsdrhaas.com.db"; }; zone "brothersdumpire.com" { type master; file "/var/named/brothersdumpire.com.db"; }; zone "chiro1connections.com" { type master; file "/var/named/chiro1connections.com.db"; }; zone "6224223.digital.com" { type master; file "/var/named/6224223.digital.com.db"; }; zone "zeilerchiropractic.com" { type master; file "/var/named/zeilerchiropractic.com.db"; }; zone "slingerchiropractic.com" { type master; file "/var/named/slingerchiropractic.com.db"; }; zone "srddev.com" { type master; file "/var/named/srddev.com.db"; }; zone "blissribakeshoppe.com" { type master; file "/var/named/blissribakeshoppe.com.db"; }; zone "southbrooklynanimalclinic.org" { type master; file "/var/named/southbrooklynanimalclinic.org.db"; }; zone "accesstohealthfc.com" { type master; file "/var/named/accesstohealthfc.com.db"; }; zone "elitefootaustin.com" { type master; file "/var/named/elitefootaustin.com.db"; }; zone "meditation-therapy.com" { type master; file "/var/named/meditation-therapy.com.db"; }; zone "srd-devs.com" { type master; file "/var/named/srd-devs.com.db"; }; zone "ab-detailing.net" { type master; file "/var/named/ab-detailing.net.db"; }; zone "impactrandr.com" { type master; file "/var/named/impactrandr.com.db"; }; zone "happydayspediatrics.com" { type master; file "/var/named/happydayspediatrics.com.db"; }; zone "southdesmoineschiropracticcenter.com" { type master; file "/var/named/southdesmoineschiropracticcenter.com.db"; }; };
Save