mirror of
https://github.com/PretendoNetwork/maryo.git
synced 2025-12-22 11:45:11 -05:00
a cross-platform proxy server for pretendo, but it's flexible
| test | ||
| .gitignore | ||
| build.sh | ||
| data.go | ||
| fs.go | ||
| LICENSE | ||
| maryo.go | ||
| network.go | ||
| proxy.go | ||
| README.md | ||
| setup.go | ||
| shell.go | ||
| utils.go | ||
maryo
a proxy server used for accessing pretendo, the open source nintendo network replacement
(also known as the terminal app your grandma can use)
about
maryo is a proxy program intended to be as easy as possible to use, the user interface comes first, then the features. if i were to focus more on the features, i could end up with a program that works, but i'd then have a bunch of people asking me how to use it.
instructions
using precompiled binaries
go to the releases, and download the correct binary for your system. just double-click it and follow the instructions (it's that easy!)
building from source (WARNING: EXTREMELY HARDCORE)
prerequisites
building
- clone this repository
- it's easy, just
go buildin the source directory - you can then double click your own binaries instead of ours (i don't care)