mirror of
https://github.com/openwrt/packages.git
synced 2025-12-16 07:31:20 +00:00
There is an obvious bug here: if we want to update example.com.example.com in zone example.com, so `domain=example.com@example.com`, after parsing, the `__HOST` will be `example.com`, not expected `example.com.example.com`. Signed-off-by: Liangbin Lian <jjm2473@gmail.com>