Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

能否在open tun 之后自动添加路由表呢? #6

Closed
josh-chan opened this issue Apr 10, 2020 · 2 comments
Closed

能否在open tun 之后自动添加路由表呢? #6

josh-chan opened this issue Apr 10, 2020 · 2 comments
Labels

Comments

@josh-chan
Copy link

RT, 默认添加 Fake-IP 的网关,可选添加其它网段,如
sudo route -n add -net 1 198.18.0.1
sudo route -n add -net 2/7 198.18.0.1
sudo route -n add -net 4/6 198.18.0.1
sudo route -n add -net 8/5 198.18.0.1
sudo route -n add -net 16/4 198.18.0.1
sudo route -n add -net 32/3 198.18.0.1
sudo route -n add -net 64/2 198.18.0.1
sudo route -n add -net 128.0/1 198.18.0.1

@comzyh
Copy link
Owner

comzyh commented Mar 2, 2021

没有计划,添加路由表的方法很多,选择困难。在clashw外面用脚本添加也挺方便的。

@github-actions
Copy link

github-actions bot commented May 2, 2021

This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 5 days

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants