mirror of
https://github.com/h3xduck/TripleCross.git
synced 2025-12-20 00:33:07 +08:00
Updated all components with phantom shell
This commit is contained in:
@@ -70,8 +70,6 @@ int classifier(struct __sk_buff *skb){
|
||||
|
||||
bpf_printk("PAYLOAD size: %u\n", payload_size);
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -79,4 +77,16 @@ int classifier(struct __sk_buff *skb){
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
* COMMANDS
|
||||
* sudo tc qdisc add dev lo clsact
|
||||
* sudo tc filter add dev lo egress bpf direct-action obj tc.o sec classifier/egress
|
||||
* sudo tc filter show dev lo
|
||||
* sudo tc filter show dev lo egress
|
||||
*
|
||||
* tc qdisc del dev lo clsact
|
||||
*/
|
||||
|
||||
|
||||
|
||||
char _license[4] SEC("license") = "GPL";
|
||||
Reference in New Issue
Block a user