Search found 7096 matches

by Lantis
Fri Apr 04, 2025 5:54 pm
Forum: Network / Wireless Issues
Topic: Can you tell me how to set up YouTube blocking bypass?
Replies: 14
Views: 12287

Re: Can you tell me how to set up YouTube blocking bypass?

You can’t use those instructions because:
1. They are based on nftables. Gargoyle uses iptables. There are iptables instructions on another page
2. Gargoyle does not have nfqueue kernel modules, so you must compile your own version of Gargoyle to add it
by Lantis
Thu Apr 03, 2025 5:34 pm
Forum: Show / Tell / Contribute
Topic: Gargoyle 1.15.x BETA - 2025-03-31 - Based on OpenWrt 23.05
Replies: 277
Views: 609291

Re: Gargoyle 1.15.x BETA - 2025-03-31 - Based on OpenWrt 23.05

In the factory image the kernel is always padded out to 32MB, then the rootfs is added.
It doesn’t matter as you will almost never need the factory image for this device.
by Lantis
Thu Apr 03, 2025 4:05 am
Forum: Network / Wireless Issues
Topic: Can you tell me how to set up YouTube blocking bypass?
Replies: 14
Views: 12287

Re: Can you tell me how to set up YouTube blocking bypass?

I hope this screenshot helps you understand my frustration at your inability to follow simple instructions.
https://snipboard.io/DXnaro.jpg

This does not fill me with confidence that you will be able to set up a VPN connection.
Maybe someone else will help you. I’ve not got the time, sorry.
by Lantis
Wed Apr 02, 2025 7:08 pm
Forum: Show / Tell / Contribute
Topic: Gargoyle 1.15.x BETA - 2025-03-31 - Based on OpenWrt 23.05
Replies: 277
Views: 609291

Re: Gargoyle 1.15.x BETA - 2025-03-31 - Based on OpenWrt 23.05

Can all of this be included in the firmware:software flow offloading, hardware flow offloading? https://jmp.sh/s/iPcx8UWEDaaiGj49dzMA https://jmp.sh/s/pqWaE5tvLmm42P7lgpvI No, not in the short term. The features will likely never be compatible. I do not have time to add features that will just driv...
by Lantis
Wed Apr 02, 2025 7:05 pm
Forum: Network / Wireless Issues
Topic: Can you tell me how to set up YouTube blocking bypass?
Replies: 14
Views: 12287

Re: Can you tell me how to set up YouTube blocking bypass?

What is the URL of the page you downloaded the firmware from? Link it here please. Also list what device you are using.
While you’re doing that, try scrolling down the page. If you keep your eyes open and have a little bit of luck, you might see the repository URLs you’re looking for.
by Lantis
Tue Apr 01, 2025 6:14 pm
Forum: Show / Tell / Contribute
Topic: Gargoyle 1.15.x BETA - 2025-03-31 - Based on OpenWrt 23.05
Replies: 277
Views: 609291

Re: Gargoyle 1.15.x BETA - 2025-03-31 - Based on OpenWrt 23.05

@Lantis wrt1900acs v2 https://s.go.ro/sp0qt3ix Disable Bandwidth Monitor /etc/init.d/bwmon_gargoyle stop /etc/init.d/bwmon_gargoyle disable First, just software flow offloading: Code: Select all uci set firewall.@defaults[0].flow_offloading='1' uci commit ubus call network reload hardware flow offl...
by Lantis
Tue Apr 01, 2025 6:13 pm
Forum: Network / Wireless Issues
Topic: Can you tell me how to set up YouTube blocking bypass?
Replies: 14
Views: 12287

Re: Can you tell me how to set up YouTube blocking bypass?

Did you add the plugins repository for 1.15 to your plugins page?
On the page you downloaded the image from will be 2 URLs you need to add.
by Lantis
Tue Apr 01, 2025 9:11 am
Forum: Network / Wireless Issues
Topic: Can you tell me how to set up YouTube blocking bypass?
Replies: 14
Views: 12287

Re: Can you tell me how to set up YouTube blocking bypass?

You would install the OpenVPN plugin from the plugins page.
You would then establish a VPN client connection to either a commercial VPN provider or your own VPN server sitting in an unblocked region.

This will route all of your traffic over the VPN, split tunneling is not supported.
by Lantis
Tue Apr 01, 2025 9:07 am
Forum: Other Issues
Topic: SMB share shown as empty with version 1.15.x_20241113
Replies: 4
Views: 65588

Re: SMB share shown as empty with version 1.15.x_20241113

I will look into this, but on a quick search it looks like ksmbd doesn’t support symlinks.
The switch to ksmbd has been a little hairy. It does make me consider reinstating samba36 but I feel that ksmbd is the future.