https://github.com/mcpt/central-client
https://github.com/mcpt/central-client
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mcpt/central-client
- Owner: mcpt
- License: mit
- Created: 2021-01-05T01:48:48.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-02-04T20:47:58.000Z (over 5 years ago)
- Last Synced: 2025-01-10T03:26:49.018Z (over 1 year ago)
- Language: Go
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MCPT Central Client
Simple client application for generating a wireguard config and interfacing with mcpt/central, outputs the config to stdout.
You must have a template for the config, an example is shown below
```
[Interface]
Address = {{ .IP }}
PrivateKey = {{ .PrivateKey }}
[Peer]
PublicKey = e5Vc7tbl0saT/sJVuG6KE/3uBs6xv0H0BDSFAnXnAAA=
AllowedIPs = {{ .AllowedIPs }}
Endpoint = 192.168.47.142:443
```