fix: add deluge subdomain to dns resolver settings

This commit is contained in:
Ivan R. 2024-05-14 23:55:54 +05:00
parent 6e83bff94a
commit 92dff493fd
No known key found for this signature in database
GPG key ID: 56C7BAAE859B302C

View file

@ -13,10 +13,12 @@
local-zone = [
"\"pp.comfycamp.space\" static"
"\"vault.comfycamp.space\" static"
"\"deluge.comfycamp.space\" static"
];
local-data = [
"\"pp.comfycamp.space IN A 10.101.0.1\""
"\"vault.comfycamp.space IN A 10.101.0.1\""
"\"deluge.comfycamp.space IN A 10.101.0.1\""
];
};
forward-zone = [