Updated all components with phantom shell

This commit is contained in:
h3xduck
2022-05-09 22:06:29 -04:00
parent 5320f35d01
commit 4211d0b5d5
13 changed files with 3341 additions and 3316 deletions

View File

@@ -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";