Replies: 1 comment
-
Hi @Cieptak Something like this: kashenko@hospital:~/build/openvpn-server-2fa $ docker ps
CONTAINER ID IMAGE PORTS NAMES
1d47e182625d d3vilh/openvpn-server:latest 0.0.0.0:1195->1194/udp openvpn-2fa
d822aed4b1cd d3vilh/openvpn-ui:latest 0.0.0.0:8081->8080/tcp openvpn-ui-2fa
cdcc47e4d7ea d3vilh/openvpn-server:latest 0.0.0.0:1194->1194/udp openvpn
572b4c4cd071 d3vilh/openvpn-ui:latest 0.0.0.0:8080->8080/tcp openvpn-ui
kashenko@hospital:~/build/openvpn-server-2fa $ Here we have additional You just need to clone repo in different directory (pay attention to last command part, it is destination directory name): git clone https://github.com/d3vilh/openvpn-server openvpn-server-2fa and apply modified
then run containers as usual Please note, this will be completely different OpenVPN server instance connected to different OpenVPN-UI instance. |
Beta Was this translation helpful? Give feedback.
-
hello, can I disable 2FA for one user? I have one Synology server that doesn't support this feature? As far as I know, 2FA is a global setting - it's either everyone or no one.
Beta Was this translation helpful? Give feedback.
All reactions