mirror of
https://github.com/techgarage-ir/MTWireGuard.git
synced 2025-08-04 18:25:13 +02:00
Update README.me
This commit is contained in:
parent
7d66efde8a
commit
3f618037ad
4 changed files with 22 additions and 14 deletions
|
@ -2,7 +2,9 @@
|
|||
**/.dockerignore
|
||||
**/.env
|
||||
**/.git
|
||||
**/.github
|
||||
**/.gitignore
|
||||
**/.gitattributes
|
||||
**/.project
|
||||
**/.settings
|
||||
**/.toolstarget
|
||||
|
@ -23,5 +25,7 @@
|
|||
**/secrets.dev.yaml
|
||||
**/values.dev.yaml
|
||||
**/*.pdb
|
||||
**/Photos
|
||||
LICENSE
|
||||
README.md
|
||||
README.md
|
||||
replaceStringInBranch.sh
|
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -367,3 +367,6 @@ FodyWeavers.xsd
|
|||
*.tar
|
||||
.editorconfig
|
||||
/replaceStringInBranch.sh
|
||||
|
||||
# Github
|
||||
Photos/
|
16
README.md
16
README.md
|
@ -1,6 +1,18 @@
|
|||
# MTWireGuard - Mikrotik Wireguard Panel
|
||||
[Installation Instruction](https://mtwireguard.techgarage.ir/)
|
||||
<p align="center">
|
||||
<picture>
|
||||
<img alt="MTWireguard logo" width="400" src="/Photos/logo.png">
|
||||
</picture>
|
||||
</p>
|
||||
<p align="center">
|
||||
<strong>A powerful GUI to manage your Wireguard.</strong>
|
||||
</p>
|
||||
|
||||
|
||||
# MTWireGuard - Mikrotik Wireguard Panel
|
||||
[Installation Instruction](https://mtwireguard.techgarage.ir/)
|
||||
<p>
|
||||
<img alt="Screenshot" src="/Photos/screenshot.png">
|
||||
</p>
|
||||
## Features added in new version
|
||||
1. Project redesigned to 3-Layer structure
|
||||
2. Peer expiration time
|
||||
|
|
11
build.bat
11
build.bat
|
@ -1,11 +0,0 @@
|
|||
@echo off
|
||||
echo Publish project...
|
||||
dotnet publish -c Release -o published
|
||||
echo Publish done!
|
||||
echo.
|
||||
echo Build docker image...
|
||||
docker buildx build --no-cache --platform linux/amd64 -t mtwireguard .
|
||||
echo Docker image built!
|
||||
echo Save output file!
|
||||
docker save mtwireguard > mtwg.tar
|
||||
echo Finish
|
Loading…
Add table
Add a link
Reference in a new issue