Linux vps 6.8.0-39-generic #39-Ubuntu SMP PREEMPT_DYNAMIC Fri Jul 5 21:49:14 UTC 2024 x86_64
nginx/1.26.1
Server IP : 91.227.41.192 & Your IP : 172.69.58.176
Domains :
Cant Read [ /etc/named.conf ]
User : clp
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Lock Shell
Lock File++
Readme
/
usr /
lib /
ifupdown /
Delete
Unzip
Name
Size
Permission
Date
Action
settle-dad.sh
667
B
-rwxr-xr-x
2024-02-14 15:14
wait-for-ll6.sh
336
B
-rwxr-xr-x
2024-02-14 15:14
wait-online.sh
1.74
KB
-rwxr-xr-x
2024-02-14 15:14
Save
Rename
#!/bin/sh attempts=${IF_LL_ATTEMPTS:-60} delay=${IF_LL_INTERVAL:-0.1} for attempt in $(seq 1 $attempts); do lladdress=$(ip -6 -o a s dev "$IFACE" scope link -tentative) if [ -n "$lladdress" ]; then attempt=0 break fi sleep $delay done if [ $attempt -eq $attempts ]; then echo "Could not get a link-local address" exit 1 fi