You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

30 lines
839 B

  1. ## Wireguard Installer
  2. This tool can be used to automatically create wireguard tunnels. Using rpcd a new wireguard interface is created on the server where the client can connect to.
  3. ## Installation
  4. For Server
  5. opkg install wireguard-installer-server
  6. For Client
  7. opkg install wireguard-installer-client
  8. Wiregurad server automatically installs a user and associated ACL to use the wireguard-installer-server features.
  9. The user is called wginstaller and so is the password.
  10. ## Usage
  11. Get Usage Statistics
  12. wg-client-installer get_usage --ip 127.0.0.1 --user wginstaller --password wginstaller
  13. Register Tunnel Interface
  14. wg-client-installer register --ip 127.0.0.1 --user wginstaller --password wginstaller --bandwidth 10
  15. ## Hotplugs
  16. - wg-installer-server-hotplug-babeld: mesh automatically via wireguard with babeld