From 2ba6546dd8fde73b694735af20214b52af6675b3 Mon Sep 17 00:00:00 2001 From: Jonathan Elchison Date: Tue, 3 Mar 2020 15:47:32 -0500 Subject: [PATCH] squid: fix 'localhet' typo in squid.conf Signed-off-by: Jonathan Elchison --- net/squid/Makefile | 2 +- net/squid/files/squid.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net/squid/Makefile b/net/squid/Makefile index e59f70203..eb7b47e95 100644 --- a/net/squid/Makefile +++ b/net/squid/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=squid PKG_VERSION:=4.6 -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=http://www3.us.squid-cache.org/Versions/v4/ \ diff --git a/net/squid/files/squid.conf b/net/squid/files/squid.conf index 81de1da27..e3cab6ad5 100644 --- a/net/squid/files/squid.conf +++ b/net/squid/files/squid.conf @@ -8,7 +8,7 @@ acl localnet src 0.0.0.1-0.255.255.255 # RFC 1122 "this" network (LAN) acl localnet src 10.0.0.0/8 # RFC 1918 local private network (LAN) acl localnet src 100.64.0.0/10 # RFC 6598 shared address space (CGN) -acl localhet src 169.254.0.0/16 # RFC 3927 link-local (directly plugged) machines +acl localnet src 169.254.0.0/16 # RFC 3927 link-local (directly plugged) machines acl localnet src 172.16.0.0/12 # RFC 1918 local private network (LAN) acl localnet src 192.168.0.0/16 # RFC 1918 local private network (LAN) acl localnet src fc00::/7 # RFC 4193 local private network range