yswery / PHP-DNS-SERVER

An Authoritative DNS Server written purely in PHP
MIT License
287 stars 72 forks source link

how to update records while the dns server is running? #108

Open ds-gamer opened 2 years ago

ds-gamer commented 2 years ago

So , is there any function where , if the json record is modified then will it be updated on the server too or the server need to restarted after modifing dns records? . If there is already a function then how to use that . If not , then any help to auto update records on the server after any modification in the json record file. Please Help .