mirror of
https://github.com/DNSCrypt/dnscrypt-proxy.git
synced 2025-03-04 02:14:40 +01:00
Remove trailing blanks
This commit is contained in:
parent
59b6b8359c
commit
bb5dc3b1fc
3 changed files with 4 additions and 4 deletions
2
.github/dependabot.yml
vendored
2
.github/dependabot.yml
vendored
|
@ -6,7 +6,7 @@ updates:
|
||||||
directory: "/"
|
directory: "/"
|
||||||
schedule:
|
schedule:
|
||||||
interval: "daily"
|
interval: "daily"
|
||||||
|
|
||||||
# Maintain dependencies for Go
|
# Maintain dependencies for Go
|
||||||
- package-ecosystem: "gomod"
|
- package-ecosystem: "gomod"
|
||||||
directory: "/"
|
directory: "/"
|
||||||
|
|
4
.github/workflows/codeql-analysis.yml
vendored
4
.github/workflows/codeql-analysis.yml
vendored
|
@ -14,9 +14,9 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
fetch-depth: 2
|
fetch-depth: 2
|
||||||
|
|
||||||
- name: Initialize CodeQL
|
- name: Initialize CodeQL
|
||||||
uses: github/codeql-action/init@v1
|
uses: github/codeql-action/init@v1
|
||||||
|
|
||||||
|
|
|
@ -150,7 +150,7 @@ https://hosts.oisd.nl/basic/
|
||||||
# NextDNS BitTorrent blocklist
|
# NextDNS BitTorrent blocklist
|
||||||
# https://raw.githubusercontent.com/nextdns/bittorrent-blocklist/master/domains
|
# https://raw.githubusercontent.com/nextdns/bittorrent-blocklist/master/domains
|
||||||
|
|
||||||
# Block spying and tracking on Windows
|
# Block spying and tracking on Windows
|
||||||
# https://raw.githubusercontent.com/crazy-max/WindowsSpyBlocker/master/data/dnscrypt/spy.txt
|
# https://raw.githubusercontent.com/crazy-max/WindowsSpyBlocker/master/data/dnscrypt/spy.txt
|
||||||
|
|
||||||
# GameIndustry.eu - Block spyware, advertising, analytics, tracking in games and associated clients
|
# GameIndustry.eu - Block spyware, advertising, analytics, tracking in games and associated clients
|
||||||
|
|
Loading…
Add table
Reference in a new issue