Compare commits
2 commits
2de150575c
...
2b9e039a43
Author | SHA1 | Date | |
---|---|---|---|
2b9e039a43 | |||
db594c01f1 |
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