Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

VPN Agent

https://www.wireguard.com/install/
Linux Config

https://www.youtube.com/watch?v=88GyLoZbDNw&ab_channel=BlackHatBlackHat

wg0 is like a loopback address, the routing still need physical interface/Network

create the publicĀ  and private key
 wg genkey | tee privatekey  | wg pubkey > publickey

set the peer ( both end )

can use a file:

or

wg set wg0 peer <client-public-key> allowed-ips <client-ip-address>/32


SSR Config

https://docs.128technology.com/docs/plugin_wireguard/






...