mirror of
https://github.com/BillyOutlast/Drop-Shielded.git
synced 2026-02-04 03:01:20 +01:00
gluetun-drop-shielded
This commit is contained in:
18
.env.example
Normal file
18
.env.example
Normal 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
|
||||
Reference in New Issue
Block a user