fixed? git clone and clone test

This commit is contained in:
voidlizard 2025-02-12 14:10:40 +03:00
parent 513e2deef8
commit 79e850ebe2
1 changed files with 4 additions and 0 deletions

View File

@ -59,6 +59,10 @@
`[ [call:proc ip link set ,remote-net up] `[ [call:proc ip link set ,remote-net up]
[call:proc ip addr add ,remote-ip dev ,remote-net] [call:proc ip addr add ,remote-ip dev ,remote-net]
[call:proc ip route add default via ,remote-gw] [call:proc ip route add default via ,remote-gw]
;; fucked up network
[call:proc tc qdisc add dev ,remote-net root netem delay 250ms 40ms loss 1%]
; [str:append:file /etc/resolv.conf (concat nameserver space ,remote-gw chr:lf)] ; [str:append:file /etc/resolv.conf (concat nameserver space ,remote-gw chr:lf)]
[run:proc:attached echo ,HOME] [run:proc:attached echo ,HOME]
[println "PATH: " (env PATH)] [println "PATH: " (env PATH)]