mirror of
https://github.com/QSCTech/zjunet.git
synced 2026-01-22 11:44:48 +08:00
38 lines
635 B
Markdown
38 lines
635 B
Markdown
# zjunet
|
||
|
||
Command Line Scripts for ZJU (VPN / WLAN / DNS)
|
||
|
||
## Requirements
|
||
|
||
### wlan
|
||
|
||
- curl
|
||
|
||
- xl2tpd
|
||
|
||
## TODO
|
||
|
||
- zjunet vpn
|
||
|
||
- zjunet wlan
|
||
|
||
## 目标
|
||
|
||
- ZJU VPN
|
||
|
||
- ZJU WLAN
|
||
|
||
- Arch Linux / Ubuntu 支持
|
||
|
||
- 路由器支持(written in Bourne Shell)
|
||
|
||
- 多拨支持(多账户负载均衡)
|
||
|
||
- DNS 自动设置
|
||
|
||
## Links
|
||
|
||
- [Array in unix Bourne Shell](http://unix.stackexchange.com/questions/137566/array-in-unix-bourne-shell)
|
||
|
||
- [How do you tell if a string contains another string in Unix shell scripting?](http://stackoverflow.com/questions/2829613/how-do-you-tell-if-a-string-contains-another-string-in-unix-shell-scripting)
|