dns.mitm: edit default behavior/hosts filenames

This commit is contained in:
Michael Scire
2021-01-31 08:04:25 -08:00
parent a804e62293
commit a231d7164b
3 changed files with 14 additions and 14 deletions

View File

@@ -356,7 +356,7 @@ namespace ams::settings::fwdbg {
/* Controls whether dns.mitm uses the default redirections in addition to */
/* whatever is specified in the user's hosts file. */
/* 0 = Disabled (use hosts file contents), 1 = Enabled (use defaults and hosts file contents) */
R_ABORT_UNLESS(ParseSettingsItemValue("atmosphere", "add_defaults_to_dns_hosts", "u8!0x0"));
R_ABORT_UNLESS(ParseSettingsItemValue("atmosphere", "add_defaults_to_dns_hosts", "u8!0x1"));
/* Hbloader custom settings. */