We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello.
In MySQL, under zpanel, zpanel_core, x_dns, entry 267 is as follows.
dn_id_pk int(6) unsigned 267 dn_acc_fk int(6) 1 dn_name_vc varchar(255) threefifteen.info dn_vhost_fk int(6) 1 dn_type_vc varchar(50) A dn_host_vc varchar(100) cpanel dn_ttl_in int(30) 86400 dn_target_vc varchar(255) 199.101.98.36 dn_texttarget_tx varchar(255) dn_priority_in int(50) 0 dn_weight_in int(50) 0 dn_port_in int(50) 0 dn_created_ts int(30) 1412622298 dn_deleted_ts int(30)
I've forced update with zpanel and with named.
root@hosting:[/]# cat /etc/zpanel/configs/bind/zones/threefifteen.info.txt | grep cpanel root@hosting:[/]#
Running on CentOS 6.5
Not sure where I should be seeing logging for the updates.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello.
In MySQL, under zpanel, zpanel_core, x_dns, entry 267 is as follows.
dn_id_pk int(6) unsigned 267
dn_acc_fk int(6) 1
dn_name_vc varchar(255) threefifteen.info
dn_vhost_fk int(6) 1
dn_type_vc varchar(50) A
dn_host_vc varchar(100) cpanel
dn_ttl_in int(30) 86400
dn_target_vc varchar(255) 199.101.98.36
dn_texttarget_tx varchar(255)
dn_priority_in int(50) 0
dn_weight_in int(50) 0
dn_port_in int(50) 0
dn_created_ts int(30) 1412622298
dn_deleted_ts int(30)
I've forced update with zpanel and with named.
root@hosting:[/]# cat /etc/zpanel/configs/bind/zones/threefifteen.info.txt | grep cpanel
root@hosting:[/]#
Running on CentOS 6.5
Not sure where I should be seeing logging for the updates.
The text was updated successfully, but these errors were encountered: