DNS-MITM Manager Switch: Difference between revisions
From GameBrew
More actions
Created page with "{{Infobox Switch Homebrews |title=DNS-MITM Manager |image=dnsmitmmanagerswitch.png |description=Tesla overlay to manage hosts files |author=znxDomain |lastupdated=2023/03/11 |type=Utilities |version=0.2.0 |license=Mixed |download=https://dlhb.gamebrew.org/switchhomebrews/dnsmitmmanagerswitch.7z |website=https://github.com/znxDomain/DNS-MITM_Manager |source=https://github.com/znxDomain/DNS-MITM_Manager |donation= }} {{#seo: |title=Switch Homebrew Apps (Utilities) - GameBr..." |
No edit summary |
||
| Line 1: | Line 1: | ||
{{Infobox Switch Homebrews | {{Infobox Switch Homebrews | ||
|title=DNS-MITM Manager | |title=DNS-MITM Manager | ||
|image= | |image=dnsmitmmanagernx.png | ||
|description=Tesla overlay to manage hosts files | |description=Tesla overlay to manage hosts files. | ||
|author=znxDomain | |author=znxDomain | ||
|lastupdated=2023/03/11 | |lastupdated=2023/03/11 | ||
|type= | |type=Overlays | ||
|version=0.2.0 | |version=0.2.0 | ||
|license=Mixed | |license=Mixed | ||
|download=https://dlhb.gamebrew.org/switchhomebrews/ | |download=https://dlhb.gamebrew.org/switchhomebrews/dnsmitmmanagernx.7z | ||
|website=https://github.com/znxDomain/DNS-MITM_Manager | |website=https://github.com/znxDomain/DNS-MITM_Manager | ||
|source=https://github.com/znxDomain/DNS-MITM_Manager | |source=https://github.com/znxDomain/DNS-MITM_Manager | ||
|donation= | |donation= | ||
}} | }} | ||
A simple Tesla Overlay to toggle on/off hosts file entries. It will read all files in the <code>/atmoshere/hosts/</code> directory. | |||
| | See Atmosphere [https://github.com/Atmosphere-NX/Atmosphere/blob/master/docs/features/dns_mitm.md docs here] for details on the function of DNS MITM. | ||
| | |||
==Features== | |||
*Request atmosphere to reload the <code>hosts</code> file. | |||
*Toggle on/off <code>hosts</code> file entries. | |||
==Installation== | |||
Place the .ovl file into the /switch/.overlays/ on your Switch's SD card. | |||
Make sure you have [[NX-ovlloader Switch|nx-ovlloader]] and [[Tesla Menu Switch|Tesla Menu]] installed. | |||
==User guide== | |||
All lines starting with <code>#</code> are treated as section Headers. | |||
If the line starts with a digit (<code>0-9</code>), it is expected to be an IP address and toggleable. | |||
Toggling is performed by prepending or removing a <code>;</code>. | |||
< | |||
All other lines are simply ignored. | |||
Hosts files are reloaded in DNS MITM each time the overlay is hidden. | |||
==Changelog== | ==Changelog== | ||
''' | '''v0.2.0 2023/03/11''' | ||
* | * This release fixes a bug with the reload not functioning right and adds support for HOS 16.0.0. | ||
'''v0.1.0 2021/03/13''' | |||
* Initial release. | |||
== External links == | == External links == | ||
* | * GitHub - https://github.com/znxDomain/DNS-MITM_Manager | ||
Revision as of 01:48, 4 May 2023
| DNS-MITM Manager | |
|---|---|
| General | |
| Author | znxDomain |
| Type | Overlays |
| Version | 0.2.0 |
| License | Mixed |
| Last Updated | 2023/03/11 |
| Links | |
| Download | |
| Website | |
| Source | |
A simple Tesla Overlay to toggle on/off hosts file entries. It will read all files in the /atmoshere/hosts/ directory.
See Atmosphere docs here for details on the function of DNS MITM.
Features
- Request atmosphere to reload the
hostsfile. - Toggle on/off
hostsfile entries.
Installation
Place the .ovl file into the /switch/.overlays/ on your Switch's SD card.
Make sure you have nx-ovlloader and Tesla Menu installed.
User guide
All lines starting with # are treated as section Headers.
If the line starts with a digit (0-9), it is expected to be an IP address and toggleable.
Toggling is performed by prepending or removing a ;.
All other lines are simply ignored.
Hosts files are reloaded in DNS MITM each time the overlay is hidden.
Changelog
v0.2.0 2023/03/11
- This release fixes a bug with the reload not functioning right and adds support for HOS 16.0.0.
v0.1.0 2021/03/13
- Initial release.