gluetun-drop-shielded

This commit is contained in:
John Doe
2025-11-28 18:37:36 -05:00
commit 823398b91f
2 changed files with 70 additions and 0 deletions

18
.env.example Normal file
View File

@@ -0,0 +1,18 @@
#GlueTUN Config Example
DROP_AIRVPN_PORT=3000
ROMM_AIRVPN_PORT=3000
DROP_DDNS=drop.airdns.org
ROMM_DDNS=romm.airdns.org
WIREGUARD_PRIVATE_KEY=1234567890
WIREGUARD_PRESHARED_KEY=1234567890
WIREGUARD_ADDRESSES=10.99.99.99/32,ff:ff:ff...:ff/128
SERVER_COUNTRIES=Netherlands
#PostgreSQL Config
POSTGRES_PASSWORD=drop
POSTGRES_USER=drop
POSTGRES_DB=drop
#Drop Server Config
LIBRARY_PATH_1=./library
LIBRARY_PATH_2=./library2