3
I Use This!
Low Activity

Commits : Listings

Analyzed about 7 hours ago. based on code collected 1 day ago.
Mar 28, 2023 — Mar 28, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
gargoyle-firewall-util: Fix quotas throttle (non-QoS) not applying - Partially due to missing prio scheduler (fixed in dab78a49) Fixes #997 More... about 2 months ago
qos-gargoyle: Fix quotas not redirecting traffic to correct QoS classes Fixes #997 More... about 2 months ago
Merge remote-tracking branch 'obsy/master' More... 3 months ago
netfilter-match-modules: bandwidth: Fix segmentation fault Closes #991 More... 3 months ago
i18/Polish: typo More... 4 months ago
bump to OpenWrt 22.03.6 More... 4 months ago
plugin-gargoyle-wireguard: Fix birdirectional subnet routing for peers You must re-export and import your wireguard configs for each peer More... 8 months ago
usbmuxd: Drop ppoll patch Fixed by 4d6638464cc2976b1ee0cd784f06a49e4202c5c6 upstream OpenWrt 22.03 More... 9 months ago
Bump to latest OpenWrt 22.03 More... 9 months ago
ramips: mt76x8: Enable Xiaomi Mi Router 4c More... 9 months ago
gargoyle: Default domain to .home.arpa per RFC 8375 More... 9 months ago
gargoyle: Fix units display/selection in languages other than English More... 10 months ago
Merge remote-tracking branch 'obsy/master' More... 10 months ago
fixes for new arches in release scripts More... 10 months ago
Fixed empty temperature display More... 10 months ago
ath79: Shift tplink_archer-c59-v1/2 to smaller profile Reports in forum of full images More... 11 months ago
configure_printer: improve service discovery records More... 11 months ago
Bump to latest OpenWrt 22.03 - Align to 22.03.5 release More... 11 months ago
gargoyle-firewall-util: Block IPV6 for Guest Networks There is no clean way (that I can figure out anyway) to block IPV6 from local traffic but allow internet traffic using ebtables. In the trivial case where Gargoyle is the gateway, there are certainly rules that we can use to catch most offenders. In the complex case where Gargoyle is just an AP on the LAN, this becomes very difficult as we cannot easily sniff the upstream prefix. Some starter rules are listed below for anyone who wants to revisit this: ebtables -t filter -A FORWARD -i --logical-out br-lan -p IPV6 -j DROP ebtables -t filter -I FORWARD -i -p IPV6 --ip6-protocol udp --ip6-destination-port 53 -j ACCEPT ebtables -t filter -I FORWARD -i -p IPV6 --ip6-protocol udp --ip6-destination-port 547 -j ACCEPT ebtables -t filter -A FORWARD -i --logical-out br-lan -p IPV6 --ip6-destination fc00::/7 -j DROP ebtables -t filter -A FORWARD -i --logical-out br-lan -p IPV6 --ip6-destination -j DROP # Also need to get IPV6 GUA Prefix and drop this More... 11 months ago
gargoyle-firewall-util: Fix guest isolation for cases when DHCP server is not run by Gargoyle itself More... 11 months ago
ramips: add build support for US/CA/TW variants of Archer AX23v1 More... 11 months ago
ipq806x: pin ethernet interface interrupts to specific CPUs More... 12 months ago
ipq806x: include Netgear XR500 for stability mitigation More... 12 months ago
gargoyle-firewall-util: Drastically speed up firewall restart time in Connect Via: Disabled mode More... 12 months ago
gargoyle-firewall-util: Add missing ebtables ipv4/ipv6 module - Fixes guest blocking only half working - Refresh all target configs to include this More... 12 months ago
libgpg-error: Fix malformed patches More... 12 months ago
gargoyle: Fix detection of miniupnpd More... 12 months ago
Update readme with additional packages for build More... 12 months ago
targets: Run all defconfig More... 12 months ago
Bulk update packages Notable Changes - libcap dropped as it is now in base openwrt - miniupnpd has been refactored for both iptables and nftables support. Kept iptables version of course More... 12 months ago