GitXplorerGitXplorer
z

asuswrt-merlin-transparent-proxy

public
378 stars
80 forks
1 issues

Commits

List of commits on branch master.
Unverified
9726e30748632446623afd632c054fa7dcc7c39e

Update ss version to 1.17.0

zzw963 committed a year ago
Unverified
cdcc3c93f8fb0eccde644715a45f421d268df3e8

Refine shadowsocks-rust script

zzw963 committed 3 years ago
Unverified
750605755bf14b2d4d6947e1299f705d87a8a75a

Create new config in sysctl.d/ instead of change /etc/sysctl.conf

zzw963 committed 3 years ago
Unverified
42b2503e1e8ca678a9621ea5c8ae82f3602b6c66

Add disable firewalld comments

zzw963 committed 4 years ago
Unverified
f33d9e9a829b4b616560b8c0c99674a2b77fa00b

Use shadowsocks-rust as ss server.

zzw963 committed 4 years ago
Verified
6f83cf968886fe62ef084250ccb60cbd649d2a3d

Update README.md

zzw963 committed 4 years ago

README

The README file for this repository.

If you have a more modern router.(e.g AC5300U), pleasse consider switch to use this script instead.

Use Asuswrt Merlin as a transparent proxy

Intro

This project is for config you asus router (merlin based) to serve as a transparent forward proxy.

Prerequisites

  • A VPS which can server as a shadowsocks server. (Or third party service)
  • A router which support opkg package manager. (we use Merlin, I think OpenWRT can satisfied too after some hack)
  • A local ssh client which can login to router.

Feature

ss+dnsmasq+dnscrypt

ss+dnsmasq+dnscrypt2

v2ray+dnsmasq+dnscrypt2

For details, please see Wiki link.

TODO

Integrate AD filtering into install script (see https://diversion.ch)

Contributing

  • Bug reports
  • Patches:
    • Fork on Github.
    • Create your feature branch: git checkout -b my-new-feature.
    • Commit your changes: git commit -am 'Add some feature'.
    • Push to the branch: git push origin my-new-feature.
    • Send a pull request :D.