Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wiresock/wg-quick-config
Configuration tool for WireSock VPN Gateway
https://github.com/wiresock/wg-quick-config
gateway vpn wireguard wiresock
Last synced: 9 days ago
JSON representation
Configuration tool for WireSock VPN Gateway
- Host: GitHub
- URL: https://github.com/wiresock/wg-quick-config
- Owner: wiresock
- License: agpl-3.0
- Created: 2023-06-23T15:19:43.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-06-23T17:33:43.000Z (over 1 year ago)
- Last Synced: 2024-10-24T06:28:51.857Z (22 days ago)
- Topics: gateway, vpn, wireguard, wiresock
- Language: Go
- Homepage: https://www.wiresock.net/wiresock-vpn-gateway/
- Size: 30.3 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# wg-quick-config
wg-quick-config is a simple configuration tool designed for the Wiresock VPN Gateway. This tool greatly simplifies the processes of creating, managing, and implementing Wireguard configurations. You can learn more about the functionalities of Wiresock VPN Gateway [here](https://www.wiresock.net/wiresock-vpn-gateway/).
## Key Features
- **Automated Configuration:** Streamline the creation of Wireguard server and client configurations with our automated tools.
- **Client Setup Simplified:** Our system generates QR codes to facilitate a hassle-free client setup process on mobile devices.## Usage
Kickstart your WireGuard server endpoint setup with the following command. Remember to jot down the UDP port number displayed, as it will be useful later:
```bash
wg-quick-config -add -start
```### Other Useful Commands
- **Add New Peer & Restart WireGuard Tunnel:**
```bash
wg-quick-config -add -restart
```
- **Stop WireGuard Tunnel:**
```bash
wg-quick-config -stop
```
- **Start WireGuard Tunnel:**
```bash
wg-quick-config -start
```
- **Display QR Code for First Client:**
```bash
wg-quick-config -qrcode 1
```## Contributing
We greatly value your contributions! If you want to contribute to this project, please feel free to open issues or create pull requests.
Whether you're looking to report a bug, suggest an improvement, or propose a new feature, we're always excited to hear from you!