mewallkit
mewallkit
found a corrupted file %localappdata%\mRemoteNG\....\user.config   tell me that a password is needed for the file confCons.xml where to get it, and why, when creating a new database, there...
it is necessary in the `docker-compose file.yaml` add variables `OVPN_CCD: "True"` `OVPN_CCD_PATH: "/mnt/ccd"` and stop docker container for example so `docker stop $(docker ps -a -q)` and `./start.sh` from dir...
after adding variables `OVPN_AUTH: "true"` `OVPN_AUTH_DB_PATH: "/mnt/easyrsa/pki/users.db"` the container stopped breaking when clicking on the "edit routes" button, but when setting a password, a users database file is created.db is...
according to the script `ovpn-admin/setup/configure.sh` `if [ ${OVPN_PASSWD_AUTH} = "true" ]; then` the variable `OVPN_PASSWD_AUTH: "true"` the command was still not executed, I had to force the execution of commands...
@weilong0820 if you are using docker you need to find the `docker-compose file.yaml` and make changes as written above after restarting the containers using the script `./start.sh` you will have...
``` ... "requests": { "viaProxy": true, "trustedProxyCIDRs": ["127.0.0.1/8", "::1"], "extractClientIPFromHeader": "X-Real-IP" }, ... ``` I tried different options, the last thing I tried looked like this, it didn't change the...