Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Aerya
Dockers_Publics
Commits
82c690da
Commit
82c690da
authored
Jun 08, 2022
by
Aerya
Browse files
Add files via upload
parent
710c8cb0
Changes
1
Hide whitespace changes
Inline
Side-by-side
AirVPN Wireguard (gluetun)
0 → 100644
View file @
82c690da
docker run -d \
--name airvpn \
--cap-add=NET_ADMIN \
-e VPN_SERVICE_PROVIDER=custom \
-e VPN_TYPE=wireguard \
-e VPN_ENDPOINT_IP=* \
-e VPN_ENDPOINT_PORT=1637 \
-e DNS_ADDRESS=1.1.1.1 \
-e DOT=off \
-e TZ=Europe/Paris \
-e FIREWALL_VPN_INPUT_PORTS=37284 \
-e FIREWALL_OUTBOUND_SUBNETS=10.0.4.0/24 \
-p 37284:37284 \
-p 1802:5076 \
-p 1975:6501 \
-p 932:9080 \
-e WIREGUARD_PUBLIC_KEY=* \
-e WIREGUARD_PRIVATE_KEY=* \
-e WIREGUARD_PRESHARED_KEY=* \
-e WIREGUARD_ADDRESSES="10.144.13.159/10" \
qmcgaw/gluetun:latest
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment