https://github.com/ustclug/tunnelmonitor
monitoring iptables connection balance and switching automatically
https://github.com/ustclug/tunnelmonitor
Last synced: 11 months ago
JSON representation
monitoring iptables connection balance and switching automatically
- Host: GitHub
- URL: https://github.com/ustclug/tunnelmonitor
- Owner: ustclug
- License: mit
- Created: 2015-03-28T18:52:07.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2023-07-11T13:45:54.000Z (almost 3 years ago)
- Last Synced: 2025-04-08T02:21:26.885Z (about 1 year ago)
- Language: Go
- Homepage:
- Size: 8.79 KB
- Stars: 8
- Watchers: 7
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tunnel Monitor
Use for monitoring iptables connection balance, and switching automatically.
## config file
/etc/tunnelmonitor/config.ini # basic config
/etc/tunnelmonitor/tunnel.ini # tunnel config
## compile
cd /path/to/the/project
go build
*Maybe you need use `go get` command to get the packge dependency.*
## usage
cp -r config.example /etc/tunnelmonitor
mkdir /path/to/log #if you set 'log' parameter in config
cd /path/to/the/binary
sudo ./tunnelmonitor