mirror of
https://github.com/Waujito/youtubeUnblock.git
synced 2025-12-31 21:58:51 +03:00
Merge branch 'main' into enhance_bypasses
This commit is contained in:
1
.github/workflows/build-openwrt.yml
vendored
1
.github/workflows/build-openwrt.yml
vendored
@@ -42,6 +42,7 @@ jobs:
|
|||||||
- mipsel_74kc
|
- mipsel_74kc
|
||||||
- mipsel_mips32
|
- mipsel_mips32
|
||||||
- ramips-mt76x8
|
- ramips-mt76x8
|
||||||
|
- ramips-mt7621
|
||||||
- x86_64
|
- x86_64
|
||||||
container:
|
container:
|
||||||
image: openwrt/sdk:${{ matrix.arch }}-${{ matrix.branch }}
|
image: openwrt/sdk:${{ matrix.arch }}-${{ matrix.branch }}
|
||||||
|
|||||||
@@ -33,8 +33,6 @@
|
|||||||
pthread_mutex_t rawsocket_lock;
|
pthread_mutex_t rawsocket_lock;
|
||||||
int rawsocket = -2;
|
int rawsocket = -2;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
static int open_socket(struct mnl_socket **_nl) {
|
static int open_socket(struct mnl_socket **_nl) {
|
||||||
struct mnl_socket *nl = NULL;
|
struct mnl_socket *nl = NULL;
|
||||||
nl = mnl_socket_open(NETLINK_NETFILTER);
|
nl = mnl_socket_open(NETLINK_NETFILTER);
|
||||||
|
|||||||
Reference in New Issue
Block a user