mirror of
https://github.com/BillyOutlast/Drop-Shielded.git
synced 2026-02-04 03:01:20 +01:00
21 lines
500 B
Plaintext
21 lines
500 B
Plaintext
#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_HOSTNAMES=exmaple.airvpn.org
|
|
VPN_PORT_FORWARDING="on""
|
|
|
|
#PostgreSQL Config
|
|
POSTGRES_PASSWORD=drop
|
|
POSTGRES_USER=drop
|
|
POSTGRES_DB=drop
|
|
|
|
#Drop Server Config
|
|
LIBRARY_PATH=./library
|
|
LIBRARY_PATH_1=./library1
|
|
LIBRARY_PATH_2=./library2
|
|
DROP_DATA_PATH=./data |