Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #!/usr/bin/env bash
- #########################
- # Bind-Aria2-to-Interface
- #########################
- ## vpnAddress=$(curl 'ifconfig.me')
- ## vpnAddress=$(ip -f inet addr show tun0 | grep -Po 'inet \K[\d.]+')
- ## echo "$vpnAddress"
- aria2c --multiple-interface=tun0 --input-file=dl.list
- ## aria2c --input-file=dl.list
- #############
- # START NOTES
- #############
- ###########
- # END NOTES
- ###########
Add Comment
Please, Sign In to add comment