Merge pull request 'add cron.daily folder and jobs; add yggdrasil selected peers' (#26) from claudiomaradonna/configurations:master into master
Reviewed-on: #26
This commit is contained in:
commit
2b9e039a43
2 changed files with 10 additions and 0 deletions
2
etc/cron.daily/docker-prune
Normal file
2
etc/cron.daily/docker-prune
Normal file
|
@ -0,0 +1,2 @@
|
|||
#!/bin/bash
|
||||
docker system prune -af --filter "until=$((15*24))h"
|
8
yggdrasil/peers.conf
Normal file
8
yggdrasil/peers.conf
Normal file
|
@ -0,0 +1,8 @@
|
|||
Peers: [
|
||||
tls://yggdrasil.su:62586
|
||||
tls://s2.i2pd.xyz:39575
|
||||
tls://51.255.223.60:54232
|
||||
tls://152.228.216.112:23108
|
||||
tls://gutsche.tech:8889
|
||||
tls://ygg.mkg20001.io:443
|
||||
]
|
Loading…
Reference in a new issue