mirror of
https://github.com/daeuniverse/dae.git
synced 2025-07-04 15:27:55 +07:00
chore: ci for fix/feat branch
This commit is contained in:
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -4,6 +4,8 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- fix*
|
||||
- feat*
|
||||
paths:
|
||||
- "**/*.go"
|
||||
- "**/*.c"
|
||||
|
@ -1548,6 +1548,7 @@ int tproxy_wan_egress(struct __sk_buff *skb) {
|
||||
if ((skb->mark & 0x80) == 0x80) {
|
||||
bpf_printk("No pid_pname found. But it should not happen: %pI6:%u (%u)",
|
||||
saddr, bpf_ntohs(sport), l4proto);
|
||||
return TC_ACT_OK;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user