Skip to content

Commit

Permalink
change bind passwd
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin committed Apr 30, 2018
1 parent a5fad60 commit 665094d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion named.conf
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ logging {

dlz "mysql-dlz" {
database "mysql
{host=127.0.0.1 dbname=bind ssl=false port=3306 user=bind pass=123456}
{host=127.0.0.1 dbname=bind ssl=false port=3306 user=bind pass=kX&^!^V!Is}
{select name from bind_domain where name = '$zone$' limit 1}
{select ttl, type, mx, case when lower(type)='txt' then concat('\"', value, '\"')
else value end from bind_record where domain_id = (select id from bind_domain where name = '$zone$') and name = '$record$'
Expand Down

0 comments on commit 665094d

Please sign in to comment.