-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathallowlist.example
More file actions
46 lines (42 loc) · 1.1 KB
/
allowlist.example
File metadata and controls
46 lines (42 loc) · 1.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
# pfSense Redactor Allow-list Example
#
# This file demonstrates the format for allow-list files.
# Copy this to .pfsense-allowlist (current directory) or ~/.pfsense-allowlist (home directory)
# to have it automatically loaded by default.
#
# Format:
# - One item per line
# - Blank lines are ignored
# - Lines starting with # are comments
# - Items can be IP addresses or domain names
# - Domain matching is case-insensitive
#
# Use cases:
# - Preserve well-known public services (DNS, NTP) that don't leak private info
# - Keep specific infrastructure IPs/domains visible for troubleshooting
# - Maintain references to external services your network depends on
# Common Public DNS Servers
8.8.8.8
8.8.4.4
1.1.1.1
1.0.0.1
9.9.9.9
149.112.112.112
# Common NTP Servers
time.nist.gov
time.google.com
time.cloudflare.com
pool.ntp.org
0.pool.ntp.org
1.pool.ntp.org
2.pool.ntp.org
3.pool.ntp.org
# Common Update/Repository Servers
# (Uncomment if you want to preserve these)
# pkg.freebsd.org
# update.freebsd.org
# Your Public Services
# (Add your own public-facing services here)
# example.com
# mail.example.com
# 203.0.113.10