passthroughvpn
Docker 应用程序 from Dyon's Repository
概述
This container solves the problem of containers with no 'VPN' variant. After setting up this container, route your non-VPN Dockers through this one to protect your IP.
Or host, for example a game or webserver by using your VPN Provider's IP, if your VPN Provider supports forwarding.
Both WireGuard and OpenVPN are supported.
Check out https://github.com/DyonR/docker-passthroughvpn for more information and setup instructions.
ANY CONTAINER THAT GETS ROUTED THROUGH THIS CONTAINER WILL (BRIEFLY) USE YOUR REAL IP. THIS IS BECAUSE THE PASSTHROUGHVPN CONTAINER NEEDS TO ESTABLISH A CONNECTION WITH THE VPN FIRST. TILL THE VPN CONNECTION IS ESTABLISHED, IT WILL USE YOUR REAL IP.
运行时参数
- 网络
bridge- 外壳
bash- 特权
- true
- 额外参数
--restart unless-stopped
模板配置
VPN_ENABLEDVariable
Enable VPN? yes/no
- 默认值
- yes
- 价值
- yes
VPN_TYPEVariable
openvpn / wireguard?
- 默认值
- openvpn
- 价值
- openvpn
VPN_USERNAMEVariable
Username used to authenticate to the VPN (OpenVPN only)
VPN_PASSWORDVariable
Password used to authenticate to the VPN (OpenVPN only)
LAN_NETWORKVariable
Your local network address in CIDR notation
- 默认值
- 192.168.0.0/24
- 价值
- 192.168.0.0/24
ADDITIONAL_PORTSVariable
A comma delimited list of ports that need to be accessible.
RESTART_CONTAINERVariable
If set to 'yes', the container will restart itself when connection is lost
- 价值
- no
PUIDVariable
The UID applied to /config
- 默认值
- 99
- 价值
- 99
PGIDVariable
The GID applied to /config
- 默认值
- 100
- 价值
- 100
NAME_SERVERSVariable
DNS used by the container
- 默认值
- 1.1.1.1,1.0.0.1
- 价值
- 1.1.1.1,1.0.0.1
UMASKVariable
umask used by the container
- 默认值
- 002
- 价值
- 002
HEALTH_CHECK_HOSTVariable
Host used to check if connection is up
- 默认值
- one.one.one.one
- 价值
- one.one.one.one
HEALTH_CHECK_INTERVALVariable
Interval in seconds between connection check
- 默认值
- 300
- 价值
- 300
HEALTH_CHECK_SILENTVariable
1 supresses the 'Network is up' message
- 默认值
- 1
- 价值
- 1
configPathrw
config path of passthroughvpn
- 目标
- /config
- 默认值
- /mnt/user/appdata/passthroughvpn/
- 价值
- /mnt/user/appdata/passthroughvpn/
下载统计数据
113,300
下载总数
65
本月
132
平均每月
长期下载总量
加载图表...
详细信息
在Unraid 上运行 Passthroughvpn 。
Passthroughvpn 已被列入Unraid OS 的社区应用程序。探索Unraid ,构建灵活的家庭服务器、NAS 或家庭实验室。