Skip to content

Commit 110d7db

Browse files
committed
fix(zone): use correct path for zone localhost
ref: #33 #34
1 parent 86fdf5a commit 110d7db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
zone "localhost" IN {
22
type master;
3-
file "pri/localhost.zone";
3+
file "pri/internal/localhost.zone";
44
allow-update { none; };
55
notify no;
66
};

0 commit comments

Comments
 (0)