Guest User

Untitled

a guest
Nov 25th, 2024
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. # BASE
  2. USER_ID=1000
  3. GROUP_ID=1000
  4. TZ="Europe/Paris"
  5. CONFIG_PATH="."
  6. DATA_PATH="/media/nas/jellyfin"
  7. DOWNLOAD_ROOT="/media/nas/torrents"
  8.  
  9. # NORD VPN
  10. OPENVPN_USER='XXX'
  11. OPENVPN_PASSWORD='XXX'
  12. SERVER_REGIONS=France
  13.  
  14. # PROTON VPN
  15. # ENDPOINT_IP=PEER_ENDPOINT_IP # The endpoint IP address of the VPN server
  16. # WIREGUARD_ADDR=Interface_Address # The WireGuard interface address
  17. # ENDPOINT_PORT=51820 # Default port is 51820, but confirm if different
  18. # DNS_ADDRESS=Interface_DNS # DNS address for ProtonVPN
  19. # PUBLIC_KEY=PEER_PublicKey # The public key of the other peer
  20. # PRIVATE_KEY=Interface_PrivateKey # Your private key
Add Comment
Please, Sign In to add comment