{"id":20759765,"url":"https://github.com/kralamoure/retroproxy","last_synced_at":"2025-12-15T00:05:30.897Z","repository":{"id":51081430,"uuid":"267762080","full_name":"kralamoure/retroproxy","owner":"kralamoure","description":"A reverse proxy for login and game servers of Dofus Retro.","archived":false,"fork":false,"pushed_at":"2023-10-10T02:09:18.000Z","size":210,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-11-17T10:07:39.316Z","etag":null,"topics":["dofus","dofusretro","go","golang"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kralamoure.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-05-29T04:07:50.000Z","updated_at":"2024-10-31T14:52:36.000Z","dependencies_parsed_at":"2024-06-21T08:53:00.202Z","dependency_job_id":null,"html_url":"https://github.com/kralamoure/retroproxy","commit_stats":null,"previous_names":["kralamoure/d1sniff","kralamoure/d1proxy"],"tags_count":16,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kralamoure%2Fretroproxy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kralamoure%2Fretroproxy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kralamoure%2Fretroproxy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kralamoure%2Fretroproxy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kralamoure","download_url":"https://codeload.github.com/kralamoure/retroproxy/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":234465629,"owners_count":18837993,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["dofus","dofusretro","go","golang"],"created_at":"2024-11-17T10:08:10.286Z","updated_at":"2025-09-27T23:30:19.031Z","avatar_url":"https://github.com/kralamoure.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# retroproxy\n\n`retroproxy` is a reverse proxy for login and game servers of Dofus Retro.\n\n[![Go Reference](https://pkg.go.dev/badge/github.com/kralamoure/retroproxy.svg)](https://pkg.go.dev/github.com/kralamoure/retroproxy)\n[![CI](https://github.com/kralamoure/retroproxy/actions/workflows/ci.yml/badge.svg)](https://github.com/kralamoure/retroproxy/actions/workflows/ci.yml)\n\n- [Build](#build)\n- [Installation](#installation)\n- [Usage](#usage)\n    - [Printing usage help](#printing-usage-help)\n    - [Starting the proxy](#starting-the-proxy)\n    - [Connecting to the proxy](#connecting-to-the-proxy)\n\n## Build\n\n```sh\ngit clone https://github.com/kralamoure/retroproxy\ncd retroproxy\ngo build ./cmd/retroproxy\n```\n\n## Installation\n\nCopy [config.xml](assets/config.xml) to the directory where Dofus Retro is installed\n(e.g. `…/Ankama/Retro/resources/app/retroclient/config.xml`),\nreplacing the original one.\n\n## Usage\n\n### Printing usage help\n\n```sh\ndocker run --rm ghcr.io/kralamoure/retroproxy:latest --help\n```\n\nOutput:\n\n```text\nUsage of retroproxy:\n  -d, --debug           Enable debug mode\n  -s, --server string   Dofus login server address (default \"dofusretro-co-production.ankama-games.com:443\")\n  -l, --login string    Dofus login proxy listener address (default \"0.0.0.0:5555\")\n  -g, --game string     Dofus game proxy listener address (default \"0.0.0.0:5556\")\n  -p, --public string   Dofus game proxy public address (default \"127.0.0.1:5556\")\n  -a, --admin           Force admin mode on the client\n```\n\n### Starting the proxy\n\n```sh\ndocker run --name retroproxy -p 5555-5556:5555-5556 -d ghcr.io/kralamoure/retroproxy:latest\n```\n\n### Connecting to the proxy\n\n1. Go to Dofus Retro in the Ankama Launcher and press the `Play` button.\n   ![Dofus Retro in Ankama Launcher](assets/images/launcher.png)\n2. After Dofus Retro has launched, select the `With Launcher` → `Local` configuration and press the `OK` button.\n   ![Configuration screen of Dofus Retro](assets/images/configuration.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkralamoure%2Fretroproxy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkralamoure%2Fretroproxy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkralamoure%2Fretroproxy/lists"}