mirror of
https://github.com/openwrt/packages.git
synced 2026-05-31 15:02:01 +08:00
8c55d089cd
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>