Redirects Generator
Build a redirect file for Rustinx. Add your redirect rules and copy the generated TOML output. Save it as a .toml file and reference it with redirects_file in your vhost config.
Redirect Rules
redirects.toml
[[redirect]]path = "/social/youtube"url = "https://www.youtube.com/@myuser"[[redirect]]path = "/social/github"url = "https://github.com/myuser"