Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/import-yuefeng/vxlanwireguard
standard cli for VxlanWireguard
https://github.com/import-yuefeng/vxlanwireguard
Last synced: about 1 month ago
JSON representation
standard cli for VxlanWireguard
- Host: GitHub
- URL: https://github.com/import-yuefeng/vxlanwireguard
- Owner: import-yuefeng
- Created: 2019-07-30T05:28:04.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-08-01T12:25:14.000Z (over 5 years ago)
- Last Synced: 2024-10-22T14:28:51.551Z (3 months ago)
- Language: Python
- Homepage:
- Size: 19.8 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# VxlanWireguard
VxlanWireguard
usage: vwgen [-h] SUBCOMMAND ...
positional arguments:
SUBCOMMAND subcommands
add Add new nodes to the mesh network or init VxWireguard mesh net
work
set Change the configuration of nodes
del Delete nodes from the mesh network
show Show mesh network info
zone Generate BIND-style DNS zone records
key Generates a new private key and writes it to stdout
psk Generates a new preshared key and writes it to stdout
pub Reads a private key from stdin and writes a public key to stdout
export Export your interface config file(default: yaml)
bl Manage peering blacklist between specified nodes
ls Print peer conf infooptional arguments:
-h, --help show this help message and exit## LICENCE
MIT License
Copyright (c) 2018 Star Brilliant
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.MIT License
Copyright (c) 2019 import-yuefeng
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.