"hijack-dns" parameter is parsed in modules but does not replace the original value in the main configuration file when module is activated. e.g.
In Surge.conf file;
hijack-dns = *:53
is not replaced by
the line: hijack-dns = 45.90.28.0:53
in modules since key = value, it also did not work when I used %APPEND% or %INSERT%