-
-
Notifications
You must be signed in to change notification settings - Fork 345
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add cleanbrowsing tls, https profile configs #51
Open
wesinator
wants to merge
9
commits into
paulmillr:master
Choose a base branch
from
wesinator:cleanbrowsing
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 8 commits
Commits
Show all changes
9 commits
Select commit
Hold shift + click to select a range
0f6d04a
add cleanbrowsing tls, https profile configs
wesinator 309ec35
fix url caps
wesinator cb86b59
cap uuid
wesinator 315bb4c
add cleanbrowsing to readme
wesinator a9f58be
fix link
wesinator 165f0f7
make sure filter type is displayed clearly in profile descriptions
wesinator 35aa741
Merge branch 'master' into cleanbrowsing
wesinator efb0180
readme col
wesinator 065a38e
Merge branch 'master' into cleanbrowsing
wesinator File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
<plist version="1.0"> | ||
<dict> | ||
<key>PayloadContent</key> | ||
<array> | ||
<dict> | ||
<key>DNSSettings</key> | ||
<dict> | ||
<key>DNSProtocol</key> | ||
<string>HTTPS</string> | ||
<key>ServerAddresses</key> | ||
<array> | ||
<string>2a0d:2a00:1::1</string> | ||
<string>2a0d:2a00:2::1</string> | ||
<string>185.228.169.10</string> | ||
<string>185.228.168.10</string> | ||
</array> | ||
<key>ServerURL</key> | ||
<string>https://doh.cleanbrowsing.org/doh/adult-filter/</string> | ||
</dict> | ||
<key>PayloadDescription</key> | ||
<string>Configures device to use Cleanbrowsing Adult Filter Encrypted DNS over HTTPS</string> | ||
<key>PayloadDisplayName</key> | ||
<string>Cleanbrowsing Adult Filter DNS over HTTPS</string> | ||
<key>PayloadIdentifier</key> | ||
<string>com.apple.dnsSettings.managed.9d6e5fdf-e404-4f34-ae94-27ed2f636ac4</string> | ||
<key>PayloadType</key> | ||
<string>com.apple.dnsSettings.managed</string> | ||
<key>PayloadUUID</key> | ||
<string>35d5c8a0-afa6-4b36-a9fe-099a997b44ad</string> | ||
<key>PayloadVersion</key> | ||
<integer>1</integer> | ||
<key>ProhibitDisablement</key> | ||
<false/> | ||
</dict> | ||
</array> | ||
<key>PayloadDescription</key> | ||
<string>Adds the Cleanbrowsing Adult Filter DNS over HTTPS to Big Sur and iOS 14 based systems</string> | ||
<key>PayloadDisplayName</key> | ||
<string>Cleanbrowsing Adult DNS over HTTPS</string> | ||
<key>PayloadIdentifier</key> | ||
<string>com.paulmillr.apple-dns</string> | ||
<key>PayloadRemovalDisallowed</key> | ||
<false/> | ||
<key>PayloadType</key> | ||
<string>Configuration</string> | ||
<key>PayloadUUID</key> | ||
<string>5B083B6A-F07D-4B98-AF3B-EAF9F89CAE49</string> | ||
<key>PayloadVersion</key> | ||
<integer>1</integer> | ||
</dict> | ||
</plist> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
<plist version="1.0"> | ||
<dict> | ||
<key>PayloadContent</key> | ||
<array> | ||
<dict> | ||
<key>DNSSettings</key> | ||
<dict> | ||
<key>DNSProtocol</key> | ||
<string>TLS</string> | ||
<key>ServerAddresses</key> | ||
<array> | ||
<string>2a0d:2a00:1::1</string> | ||
<string>2a0d:2a00:2::1</string> | ||
<string>185.228.169.10</string> | ||
<string>185.228.168.10</string> | ||
</array> | ||
<key>ServerName</key> | ||
<string>adult-filter-dns.cleanbrowsing.org</string> | ||
</dict> | ||
<key>PayloadDescription</key> | ||
<string>Configures device to use Cleanbrowsing Adult Filter Encrypted DNS over TLS</string> | ||
<key>PayloadDisplayName</key> | ||
<string>Cleanbrowsing Adult Filter DNS over TLS</string> | ||
<key>PayloadIdentifier</key> | ||
<string>com.apple.dnsSettings.managed.9d6e5fdf-e404-4f34-ae94-27ed2f636ac4</string> | ||
<key>PayloadType</key> | ||
<string>com.apple.dnsSettings.managed</string> | ||
<key>PayloadUUID</key> | ||
<string>35d5c8a0-afa6-4b36-a9fe-099a997b44ad</string> | ||
<key>PayloadVersion</key> | ||
<integer>1</integer> | ||
<key>ProhibitDisablement</key> | ||
<false/> | ||
</dict> | ||
</array> | ||
<key>PayloadDescription</key> | ||
<string>Adds the Cleanbrowsing Adult Filter DNS over TLS to Big Sur and iOS 14 based systems</string> | ||
<key>PayloadDisplayName</key> | ||
<string>Cleanbrowsing Adult DNS over TLS</string> | ||
<key>PayloadIdentifier</key> | ||
<string>com.paulmillr.apple-dns</string> | ||
<key>PayloadRemovalDisallowed</key> | ||
<false/> | ||
<key>PayloadType</key> | ||
<string>Configuration</string> | ||
<key>PayloadUUID</key> | ||
<string>7AE40871-B9FA-4215-9AB5-E7A17505C154</string> | ||
<key>PayloadVersion</key> | ||
<integer>1</integer> | ||
</dict> | ||
</plist> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
<plist version="1.0"> | ||
<dict> | ||
<key>PayloadContent</key> | ||
<array> | ||
<dict> | ||
<key>DNSSettings</key> | ||
<dict> | ||
<key>DNSProtocol</key> | ||
<string>HTTPS</string> | ||
<key>ServerAddresses</key> | ||
<array> | ||
<string>2a0d:2a00:1::</string> | ||
<string>2a0d:2a00:1::</string> | ||
<string>185.228.169.168</string> | ||
<string>185.228.168.168</string> | ||
</array> | ||
<key>ServerURL</key> | ||
<string>https://doh.cleanbrowsing.org/doh/family-filter/</string> | ||
</dict> | ||
<key>PayloadDescription</key> | ||
<string>Configures device to use Cleanbrowsing Family Filter Encrypted DNS over HTTPS</string> | ||
<key>PayloadDisplayName</key> | ||
<string>Cleanbrowsing Family Filter DNS over HTTPS</string> | ||
<key>PayloadIdentifier</key> | ||
<string>com.apple.dnsSettings.managed.9d6e5fdf-e404-4f34-ae94-27ed2f636ac4</string> | ||
<key>PayloadType</key> | ||
<string>com.apple.dnsSettings.managed</string> | ||
<key>PayloadUUID</key> | ||
<string>35d5c8a0-afa6-4b36-a9fe-099a997b44ad</string> | ||
<key>PayloadVersion</key> | ||
<integer>1</integer> | ||
<key>ProhibitDisablement</key> | ||
<false/> | ||
</dict> | ||
</array> | ||
<key>PayloadDescription</key> | ||
<string>Adds the Cleanbrowsing Family Filter DNS over HTTPS to Big Sur and iOS 14 based systems</string> | ||
<key>PayloadDisplayName</key> | ||
<string>Cleanbrowsing Family DNS over HTTPS</string> | ||
<key>PayloadIdentifier</key> | ||
<string>com.paulmillr.apple-dns</string> | ||
<key>PayloadRemovalDisallowed</key> | ||
<false/> | ||
<key>PayloadType</key> | ||
<string>Configuration</string> | ||
<key>PayloadUUID</key> | ||
<string>3E5C292F-D880-4F69-BB49-2A4AA20BDADA</string> | ||
<key>PayloadVersion</key> | ||
<integer>1</integer> | ||
</dict> | ||
</plist> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
<plist version="1.0"> | ||
<dict> | ||
<key>PayloadContent</key> | ||
<array> | ||
<dict> | ||
<key>DNSSettings</key> | ||
<dict> | ||
<key>DNSProtocol</key> | ||
<string>TLS</string> | ||
<key>ServerAddresses</key> | ||
<array> | ||
<string>2a0d:2a00:1::</string> | ||
<string>2a0d:2a00:1::</string> | ||
<string>185.228.169.168</string> | ||
<string>185.228.168.168</string> | ||
</array> | ||
<key>ServerName</key> | ||
<string>family-filter-dns.cleanbrowsing.org</string> | ||
</dict> | ||
<key>PayloadDescription</key> | ||
<string>Configures device to use Cleanbrowsing Family Filter Encrypted DNS over TLS</string> | ||
<key>PayloadDisplayName</key> | ||
<string>Cleanbrowsing Family Filter DNS over TLS</string> | ||
<key>PayloadIdentifier</key> | ||
<string>com.apple.dnsSettings.managed.9d6e5fdf-e404-4f34-ae94-27ed2f636ac4</string> | ||
<key>PayloadType</key> | ||
<string>com.apple.dnsSettings.managed</string> | ||
<key>PayloadUUID</key> | ||
<string>35d5c8a0-afa6-4b36-a9fe-099a997b44ad</string> | ||
<key>PayloadVersion</key> | ||
<integer>1</integer> | ||
<key>ProhibitDisablement</key> | ||
<false/> | ||
</dict> | ||
</array> | ||
<key>PayloadDescription</key> | ||
<string>Adds the Cleanbrowsing Family Filter DNS over TLS to Big Sur and iOS 14 based systems</string> | ||
<key>PayloadDisplayName</key> | ||
<string>Cleanbrowsing Family DNS over TLS</string> | ||
<key>PayloadIdentifier</key> | ||
<string>com.paulmillr.apple-dns</string> | ||
<key>PayloadRemovalDisallowed</key> | ||
<false/> | ||
<key>PayloadType</key> | ||
<string>Configuration</string> | ||
<key>PayloadUUID</key> | ||
<string>92BC38A9-5D7F-4F5B-BEE1-08F3BE17CED0</string> | ||
<key>PayloadVersion</key> | ||
<integer>1</integer> | ||
</dict> | ||
</plist> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
<plist version="1.0"> | ||
<dict> | ||
<key>PayloadContent</key> | ||
<array> | ||
<dict> | ||
<key>DNSSettings</key> | ||
<dict> | ||
<key>DNSProtocol</key> | ||
<string>HTTPS</string> | ||
<key>ServerAddresses</key> | ||
<array> | ||
<string>2a0d:2a00:1::2</string> | ||
<string>2a0d:2a00:2::2</string> | ||
<string>185.228.168.9</string> | ||
<string>185.228.169.9</string> | ||
</array> | ||
<key>ServerURL</key> | ||
<string>https://doh.cleanbrowsing.org/doh/security-filter/</string> | ||
</dict> | ||
<key>PayloadDescription</key> | ||
<string>Configures device to use Cleanbrowsing Security Filter Encrypted DNS over HTTPS</string> | ||
<key>PayloadDisplayName</key> | ||
<string>Cleanbrowsing Security Filter DNS over HTTPS</string> | ||
<key>PayloadIdentifier</key> | ||
<string>com.apple.dnsSettings.managed.9d6e5fdf-e404-4f34-ae94-27ed2f636ac4</string> | ||
<key>PayloadType</key> | ||
<string>com.apple.dnsSettings.managed</string> | ||
<key>PayloadUUID</key> | ||
<string>35d5c8a0-afa6-4b36-a9fe-099a997b44ad</string> | ||
<key>PayloadVersion</key> | ||
<integer>1</integer> | ||
<key>ProhibitDisablement</key> | ||
<false/> | ||
</dict> | ||
</array> | ||
<key>PayloadDescription</key> | ||
<string>Adds the Cleanbrowsing Security Filter DNS over HTTPS to Big Sur and iOS 14 based systems</string> | ||
<key>PayloadDisplayName</key> | ||
<string>Cleanbrowsing Security DNS over HTTPS</string> | ||
<key>PayloadIdentifier</key> | ||
<string>com.paulmillr.apple-dns</string> | ||
<key>PayloadRemovalDisallowed</key> | ||
<false/> | ||
<key>PayloadType</key> | ||
<string>Configuration</string> | ||
<key>PayloadUUID</key> | ||
<string>30A6F82B-5A75-40BB-B45E-04170CFEF7D3</string> | ||
<key>PayloadVersion</key> | ||
<integer>1</integer> | ||
</dict> | ||
</plist> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
<plist version="1.0"> | ||
<dict> | ||
<key>PayloadContent</key> | ||
<array> | ||
<dict> | ||
<key>DNSSettings</key> | ||
<dict> | ||
<key>DNSProtocol</key> | ||
<string>TLS</string> | ||
<key>ServerAddresses</key> | ||
<array> | ||
<string>2a0d:2a00:1::2</string> | ||
<string>2a0d:2a00:2::2</string> | ||
<string>185.228.168.9</string> | ||
<string>185.228.169.9</string> | ||
</array> | ||
<key>ServerName</key> | ||
<string>security-filter-dns.cleanbrowsing.org</string> | ||
</dict> | ||
<key>PayloadDescription</key> | ||
<string>Configures device to use Cleanbrowsing Security Filter Encrypted DNS over TLS</string> | ||
<key>PayloadDisplayName</key> | ||
<string>Cleanbrowsing Security Filter DNS over TLS</string> | ||
<key>PayloadIdentifier</key> | ||
<string>com.apple.dnsSettings.managed.9d6e5fdf-e404-4f34-ae94-27ed2f636ac4</string> | ||
<key>PayloadType</key> | ||
<string>com.apple.dnsSettings.managed</string> | ||
<key>PayloadUUID</key> | ||
<string>35d5c8a0-afa6-4b36-a9fe-099a997b44ad</string> | ||
<key>PayloadVersion</key> | ||
<integer>1</integer> | ||
<key>ProhibitDisablement</key> | ||
<false/> | ||
</dict> | ||
</array> | ||
<key>PayloadDescription</key> | ||
<string>Adds the Cleanbrowsing Security Filter DNS over TLS to Big Sur and iOS 14 based systems</string> | ||
<key>PayloadDisplayName</key> | ||
<string>Cleanbrowsing Security DNS over TLS</string> | ||
<key>PayloadIdentifier</key> | ||
<string>com.paulmillr.apple-dns</string> | ||
<key>PayloadRemovalDisallowed</key> | ||
<false/> | ||
<key>PayloadType</key> | ||
<string>Configuration</string> | ||
<key>PayloadUUID</key> | ||
<string>E0B418C8-CBD7-4E7C-A176-3AC4BB62907F</string> | ||
<key>PayloadVersion</key> | ||
<integer>1</integer> | ||
</dict> | ||
</plist> |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure if this PayloadUUID needs to be unique