{"id":13539579,"url":"https://github.com/zw963/asuswrt-merlin-transparent-proxy","last_synced_at":"2026-02-27T04:31:47.521Z","repository":{"id":147696223,"uuid":"64008797","full_name":"zw963/asuswrt-merlin-transparent-proxy","owner":"zw963","description":"transparent proxy base on ss, v2ray, xray, ipset, iptables, chinadns on asuswrt merlin or side router.","archived":false,"fork":false,"pushed_at":"2023-10-18T09:58:12.000Z","size":322,"stargazers_count":377,"open_issues_count":1,"forks_count":80,"subscribers_count":23,"default_branch":"master","last_synced_at":"2025-10-23T02:42:25.203Z","etag":null,"topics":["asuswrt-merlin","chinadns","dnsmasq","gfw","ipset","iptables","openwrt","opkg","proxy","router","shadowsocks","side-router","ss","ssh","transparent-proxy","v2ray","xray","xtls"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zw963.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}},"created_at":"2016-07-23T09:18:28.000Z","updated_at":"2025-10-16T02:44:36.000Z","dependencies_parsed_at":null,"dependency_job_id":"b55adcf8-bef3-40e7-a9e7-75afe2e80730","html_url":"https://github.com/zw963/asuswrt-merlin-transparent-proxy","commit_stats":null,"previous_names":[],"tags_count":26,"template":false,"template_full_name":null,"purl":"pkg:github/zw963/asuswrt-merlin-transparent-proxy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zw963%2Fasuswrt-merlin-transparent-proxy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zw963%2Fasuswrt-merlin-transparent-proxy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zw963%2Fasuswrt-merlin-transparent-proxy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zw963%2Fasuswrt-merlin-transparent-proxy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zw963","download_url":"https://codeload.github.com/zw963/asuswrt-merlin-transparent-proxy/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zw963%2Fasuswrt-merlin-transparent-proxy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29884698,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-26T23:51:21.483Z","status":"online","status_checked_at":"2026-02-27T02:00:06.759Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["asuswrt-merlin","chinadns","dnsmasq","gfw","ipset","iptables","openwrt","opkg","proxy","router","shadowsocks","side-router","ss","ssh","transparent-proxy","v2ray","xray","xtls"],"created_at":"2024-08-01T09:01:28.233Z","updated_at":"2026-02-27T04:31:47.503Z","avatar_url":"https://github.com/zw963.png","language":"Shell","funding_links":[],"categories":["\u003ca id=\"1a9934198e37d6d06b881705b863afc8\"\u003e\u003c/a\u003e通信\u0026\u0026代理\u0026\u0026反向代理\u0026\u0026隧道","\u003ca id=\"d03d494700077f6a65092985c06bf8e8\"\u003e\u003c/a\u003e工具"],"sub_categories":["\u003ca id=\"dbc310300d300ae45b04779281fe6ec8\"\u003e\u003c/a\u003eV2Ray"],"readme":"If you have a more modern router.(e.g AC5300U), pleasse consider switch to use [this](https://github.com/zw963/asuswrt-merlin-v2ray) script instead.\n\n# Use Asuswrt Merlin as a transparent proxy\n\n## Intro\n\nThis project is for config you asus router (merlin based) to serve as a transparent forward proxy.\n\n## Prerequisites\n\n- A VPS which can server as a shadowsocks server. (Or third party service)\n- A router which support opkg package manager. (we use Merlin, I think OpenWRT can satisfied too after some hack)\n- A local ssh client which can login to router.\n\n## Feature\n\n[ss+dnsmasq+dnscrypt](https://github.com/zw963/asuswrt-merlin-transparent-proxy/blob/master/ss%2Bdnsmasq%2Bdnscrypt)\n\n[ss+dnsmasq+dnscrypt2](https://github.com/zw963/asuswrt-merlin-transparent-proxy/blob/master/ss%2Bdnsmasq%2Bdnscrypt2)\n\n[v2ray+dnsmasq+dnscrypt2](https://github.com/zw963/asuswrt-merlin-transparent-proxy/blob/master/v2ray%2Bdnsmasq%2Bdnscrypt2)\n\nFor details, please see [Wiki](https://github.com/zw963/asuswrt-merlin-transparent-proxy/wiki) link.\n\n## TODO\n\nIntegrate AD filtering into install script (see https://diversion.ch)\n\n## Contributing\n\n  * [Bug reports](https://github.com/zw963/asuswrt-merlin-transparent-proxy/issues)\n  * Patches:\n    * Fork on Github.\n    * Create your feature branch: `git checkout -b my-new-feature`.\n    * Commit your changes: `git commit -am 'Add some feature'`.\n    * Push to the branch: `git push origin my-new-feature`.\n    * Send a pull request :D.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzw963%2Fasuswrt-merlin-transparent-proxy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzw963%2Fasuswrt-merlin-transparent-proxy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzw963%2Fasuswrt-merlin-transparent-proxy/lists"}