Advertisement
Guest User

Untitled

a guest
Dec 13th, 2019
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. /systemd-networkd/99-server.netdev
  2. [NetDev]
  3. Name = wg0
  4. Kind = wireguard
  5. Description = WireGuard
  6.  
  7. [WireGuard]
  8. ListenPort = 51820
  9. PrivateKey = 123123
  10.  
  11. [WireGuardPeer]
  12. PublicKey = 123123
  13. PresharedKey = 123123
  14. AllowedIPs = 10.10.0.2/32
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement