Advertisement
Guest User

Untitled

a guest
Feb 20th, 2020
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. *Server*
  2. [Interface]
  3. Address = 192.168.10.1/24
  4. SaveConfig = true
  5. ListenPort = 51820
  6. FwMark = 0xca6c
  7. PrivateKey = Hidden
  8.  
  9. [Peer]
  10. PublicKey = Hidden
  11. AllowedIPs = 192.168.10.2/32
  12. Endpoint = pubip:5070
  13.  
  14.  
  15.  
  16. *Client*
  17. [Interface]
  18. PrivateKey = Hidden
  19. Address = 192.169.10.2/24
  20. DNS = 10.10.0.18, 8.8.8.8
  21.  
  22.  
  23. [Peer]
  24. PublicKey hidden
  25. Endpoint = example.com:51820
  26. AllowedIPs = 0.0.0.0/0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement