403Webshell
Server IP : 193.86.120.172  /  Your IP : 216.73.216.67
Web Server : Apache/2.4.63 (Unix)
System : Linux JServices 3.10.108 #86003 SMP Wed Oct 22 13:20:46 CST 2025 x86_64
User : kubec ( 1026)
PHP Version : 8.2.28
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : OFF
Directory :  /etc/tc/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /etc/tc/default.cmd
#!/bin/sh

######## Begin of wlan0 #######
#reset wlan0
tc qdisc del dev wlan0 root

#add root qdisc
tc qdisc add dev wlan0 root handle 90: htb default 500 r2q 1

#add level 1 class
tc class add dev wlan0 parent 90: classid 90:1 htb rate 4294967kbps ceil 4294967kbps quantum 2048

#add level 2 class
tc class add dev wlan0 parent 90:1 classid 90:500 htb rate 4294967kbps ceil 4294967kbps prio 0 quantum 2048

#add leaf qdisc
tc qdisc add dev wlan0 parent 90:500 handle 500: sfq

#add filter
tc filter add dev wlan0 parent 90: protocol ip handle 500 fw classid 90:500
tc filter add dev wlan0 parent 90: protocol ipv6 handle 500 fw classid 90:500
######## End of wlan0 #######

Youez - 2016 - github.com/yon3zu
LinuXploit