Join the community today
Become a Member

DNS Removing NSD completely

Discussion in 'Domains, DNS, Email & SSL Certificates' started by nestfillerusa, May 4, 2019.

  1. nestfillerusa

    nestfillerusa New Member

    3
    0
    1
    May 4, 2019
    Ratings:
    +0
    Local Time:
    10:54 PM
    Hello
    Previously I installed NSD but now
    I need to remove NSD completely, "yum remove NSD" do not work...Please advise.

     
  2. eva2000

    eva2000 Administrator Staff Member

    58,893
    12,490
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +19,122
    Local Time:
    3:54 PM
    Nginx 1.31.x
    MariaDB 10.x/11.4+/12.3+
    what version of centmin mod - 123.08stable or 123.09beta01 ? As NSD is source installed, best way is just stop NSD service and disable it permanently.
    Code (Text):
    service nsd stop
    chkconfig nsd off
    
     
  3. nestfillerusa

    nestfillerusa New Member

    3
    0
    1
    May 4, 2019
    Ratings:
    +0
    Local Time:
    10:54 PM
    Thanks you!