AllowedIPs = 0.0.0.0/0 AllowedIPs = ::/0 PublicKey = ... Endpoint = ... ``` Then in Clash you would only need to have a DIRECT proxy group that has a specific outbound interface: ```yaml proxy-groups: - name: Wireguard type: select interface-name: wg0 proxies: - DIRECT rules...
+ * * When the lock is taken, calls (either BPF to BPF or helpers) + * are not allowed. + * * The **BPF_LD_ABS** and **BPF_LD_IND** instructions are not + * allowed inside a spinlock-ed region. + * * The BPF program MUST call **bpf_spin_unlock**\ () to release +...