rangement et tp_pxe

This commit is contained in:
Cameron Desrayaud
2021-09-16 15:47:39 +02:00
parent 12d5112d55
commit d13fd49d51
6 changed files with 153 additions and 0 deletions

4
tp_loadbalancing/recup Executable file
View File

@@ -0,0 +1,4 @@
#!/bin/sh
while true ; do
curl -s http://192.168.0.151 -o /dev/null
done