Wireguard

See agent/wireguard A TUN interface is available to the client.

The TUN interface is a WireGuard VPN that allows TCP, UDP, and ICMP (ping only) traffic from the agent without relying on a SOCKS proxy.

How to use

  1. Generate the WireGuard configuration and add it to the configuration file:
tealc wireguard generate

The content looks like:

wg-public-key: yIBaM2WHj9gDcxRxIFtvKrxj6jrosjYsaP34i7BkJ2A=
wg-private-key: dPu5bpPpZLDi4t40iHDz+KCkIh0za32Jz+uxNdVth0Q=
wg-ip: 100.125.104.221
  1. Start the WireGuard
tealc wireguard start

Flag