When trying to "disable" the configuration in the AWG Legacy protocol, the error
can't open '/opt/amnesia/awg/awg0.conf': No such file or directory
I solved it myself using a symlink:
docker exec -it amnesia-awg ln -s /opt/amnesia/awg/wg0.conf/opt/amnesia/awg/awg0.conf
Because the configuration file is called wg0.conf, and the web panel is trying to read awg0.conf.
When trying to "disable" the configuration in the AWG Legacy protocol, the error
can't open '/opt/amnesia/awg/awg0.conf': No such file or directoryI solved it myself using a symlink:
docker exec -it amnesia-awg ln -s /opt/amnesia/awg/wg0.conf/opt/amnesia/awg/awg0.confBecause the configuration file is called wg0.conf, and the web panel is trying to read awg0.conf.