Advertisement
imKobz

Untitled

Apr 16th, 2023 (edited)
4,319
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. {
  2. "listen": ":5666",
  3. "cert": "/etc/openvpn/server/server.crt",
  4. "key": "/etc/openvpn/server/server.key",
  5. "up_mbps": 100,
  6. "down_mbps": 100,
  7. "disable_udp": false,
  8. "obfs": "kobe",
  9. "prometheus_listen": ":8888",
  10. "auth": {
  11. "mode": "external",
  12. "config": {
  13. "cmd": "./authme"
  14. }
  15. },
  16. "recv_window_conn": 107374182400,
  17. "recv_window_client": 13421772800
  18. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement