Astroamadeus
Astroamadeus
Hi @qdm12, Thank you again for the wonderful docker container. I will be very happy to test the "Read custom Wireguard configuration file" when it is available. Having a single...
> What VPN provider are you using? > Note the custom configuration will be restricted to client tunneling only, and not run as a Wireguard server. Although I have also...
The home page says > ANNOUNCEMENT: Wireguard is now supported for all providers supporting it! Does this mean that I can now use the .conf file provided by TorGuard to...
> Same here. > > Got his: > > ``` > / # apk update && apk upgrade > fetch http://nl.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz > ERROR: http://nl.alpinelinux.org/alpine/edge/community: UNTRUSTED signature > WARNING: Ignoring APKINDEX.49e1404d.tar.gz:...
The workaround I use is this: For folders permission: this inotify command: WATCH_DIR=/dir1 SETTLE_DURATION=5 MAX_WAIT_TIME=05:00 MIN_PERIOD=00:01 COMMAND="find ${WATCH_DIR} -type d -print0 |xargs -0 chmod -c 777" USER_ID=0 GROUP_ID=0 UMASK=0000 IGNORE_EVENTS_WHILE_COMMAND_IS_RUNNING=1...
> > The workaround I use is this: > > For folders permission: this inotify command: > > WATCH_DIR=/dir1 SETTLE_DURATION=5 MAX_WAIT_TIME=05:00 MIN_PERIOD=00:01 COMMAND="find ${WATCH_DIR} -type d -print0 |xargs -0 chmod...