Skip to content
This repository was archived by the owner on Feb 25, 2022. It is now read-only.

Latest commit

 

History

History
16 lines (10 loc) · 404 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 404 Bytes

odin

Parrallels Odin Plesk

Plesk/named/patch_remove_local_bind

On plesk 12.5.30 some named configuration files are local binding on chroot.
Great for security, but on Proxmox such bind block backups.
So I cp required files on each action instead of local binding.

To apply :

/etc/init.d/named stop
patch /etc/init.d/named < patch_remove_local_bind
/etc/init.d/named start