Skip to content

evgkg/wireguard_scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

⚠️ The script only for ubuntu server

How to use

install wg server:

curl -O https://raw.githubusercontent.com/evgkg/wireguard_scripts/master/createwg.sh
chmod +x createwg.sh
./createwg.sh

add new client

cd /etc/wireguard
curl -O https://raw.githubusercontent.com/evgkg/wireguard_scripts/master/newclient.sh
chmod +x newclient.sh
./newclient.sh clientname

u can also create a few clients at one time:

./newclient.sh clientname1 clientname2 ... clientnameN

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages