Coder Social home page Coder Social logo

deleting peer/clients about wirehole HOT 2 CLOSED

iamstoxe avatar iamstoxe commented on July 18, 2024
deleting peer/clients

from wirehole.

Comments (2)

mr-bolle avatar mr-bolle commented on July 18, 2024 2

Hi, you can delete each or all clients with follow command.

docker exec -it wireguard bash

show all available peers / clients

$ wg

root@39c04c7b2f4b:/# wg
interface: wg0
  public key: W0BtclC7viHFLVmPqZcofFEso2sOtLqAtr3wkE1M61A=
  private key: (hidden)
  listening port: 51820

peer: 7xFhgk/1pTACC2fla2+I/bjZNEAy0xUL9JY2gKulOhM=
  allowed ips: 10.7.0.2/32

peer: /r7lalOhIUZuL5BE3wmIizCP1Pi00PzbOLF8/FASNgo=
  allowed ips: 10.7.0.3/32

peer: ypKYwRocGiVlEkCj1eoFlUHtcntdl3wN5Gco2ndUhXA=
  allowed ips: 10.7.0.4/32

delete the Client 3 - with the peer ID

$ wg set wg0 peer ypKYwRocGiVlEkCj1eoFlUHtcntdl3wN5Gco2ndUhXA= remove

☠️ delete all peers / clients ☠️

$ wg show wg0 | grep 'peer:' | awk '{print $2}'); do wg set wg0 peer $i remove

from wirehole.

IAmStoxe avatar IAmStoxe commented on July 18, 2024

Closing due to inactivity.

from wirehole.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.