description
stringlengths 0
8.24k
| regex
stringlengths 1
26.3k
| text
stringlengths 0
2.47M
⌀ | title
stringlengths 1
150
| created_at
stringlengths 24
24
|
---|---|---|---|---|
Parses docker image tages into repository, name, and tag | ^(?P<repository>[\w.\-_]+((?::\d+|)(?=/[a-z0-9._-]+/[a-z0-9._-]+))|)(?:/|)(?P<image>[a-z0-9.\-_]+(?:/[a-z0-9.\-_]+|))(:(?P<tag>[\w.\-_]{1,127})|)$ | alpine
alpine:latest
_/alpine
_/alpine:latest
alpine:3.7
docker.example.com/gmr/alpine:3.7
docker.example.com:5000/gmr/alpine:latest
pse/anabroker:latest | Docker Image Tag Parsing | 2018-04-13T18:34:21.000Z |
news_ | news_arts
news_offbeat
news_buss
news_features
news_latest
news_sport
news_topstories
news_politics
news_health
news_scitech
news_aust
news_world
news_rural
news_indigenous
news_enviro
news_morning_optin
news_alerts_optin
news_afternoon_optin
abc-splash-secondary_optin
abc-4kids_optin
4-corners_optin
mp_optin_interests
abc-science-updates_optin
abc-open_optin
702-abc-sydney_optin
btn_optin
abc-radio-national-late-night-live_optin
abc-rural_optin
abc-religion_optin
891-abc-adelaide_optin
abc-national-rural-news_optin
abc-tv-countdown-to-3_optin
dig_optin
abc-gardening_optin
abc-splash-stem_optin
abc-radio-national_optin
abcdailynewsemail_optin
abc-radio-national-music_optin
abc-tv-qanda_optin
abc-arts-culture_optin
abc-shop-news_optin
720-abc-perth_optin
abc-splash-primary_optin
abc-tv-switchedon_optin
666-abc-canberra_optin
abc-tv-iview_optin
abc-heywire_optin
triplej-unearthed_optin
774-abc-melbourne-books_optin
australia-plus-sports-lounge_optin
mp_optin_local
abc-radio-national-law-report_optin
abc-radio-national-saturday-extra_optin
australia-plus-china_optin
abc-radio-national-creative-audio-unit_optin
abc-jazz_optin
936-abc-hobart-wireless-news_optin
j-mail_optin
mp_optin_highlights
1057-abc-darwin_optin
612-abc-brisbane_optin
australia-plus_optin
774-abc-melbourne_optin
abctours_optin
abc-classic-fm_optin
abc-tv-compass_optin
abc-health-updates_optin
interest_children
interest_history
interest_sport
interest_music_alternative
interest_indigenous
interest_comedy
interest_music_easy
interest_attribute_downloads
interest_politics
interest_environment
interest_attribute_radio
interest_law
interest_documentary
interest_community
interest_music_country
interest_regional
interest_music_nostalgia
interest_music_jazz
interest_ghealth
interest_media
interest_books
interest_education
interest_games
interest_attribute_websites
interest_drama
interest_attribute_tv
interest_naturalhistory
interest_attribute_previews
interest_general_news
interest_cooking
interest_music_rock
interest_music_blues
interest_lifestyle
interest_entertainment
interest_travel
interest_music_classical
interest_youth
interest_attribute_shops
interest_business
interest_religion
interest_gardening
interest_science
interest_arts | SFMC Fields | 2017-04-17T10:38:39.000Z |
|
^(?:[a-z0-9\-]{1,63})?\.smartmember\.(?:com|in|dev|soy|pro|co)$ | 4fjd.smartmember.com | sm subdomains | 2016-03-02T15:40:07.000Z |
|
^(?:spotify:|https:\/\/[a-z]+\.spotify\.com\/(track\/|user\/(.*)\/playlist\/))(.*)$ | https://play.spotify.com/user/spotifydiscover/playlist/0vL3R9wDeAwmXTTuRATa14
https://open.spotify.com/track/1TZ3z6TBztuY0TLUlJZ8R7
spotify:track:1TZ3z6TBztuY0TLUlJZ8R7 | Spotify regex | 2018-06-19T16:52:21.000Z |
|
If a link is not a youtube video, then i need to be sure that the video is a downlodable audio file | \S*(mp3|ogg|wav)\/? | https://www.dropbox.com/s/lv3x2e01cd2mlo6/Zeb89-%20Culo.mp3/ | Link parser for my Soundbot | 2016-06-11T15:42:59.000Z |
\b(?![a|b]*ab)([a|b])*\b | aa abba bba | Lb4 1f | 2017-12-20T18:51:56.000Z |
|
^_([a-z]|_)+ ?= ?\-?([0-9]|\.)+ | parameter declaration | 2017-12-12T22:09:50.000Z |
||
^.{0,2}(你知道)?#有?(什么|啥)(好?(吃的|食物)|((东西|玩意)?好吃))(吗|么|嘛|不)?$ | #有什么好吃的
#有啥好吃的
#啥好吃
#什么玩意好吃
#啥东西好吃
去#吃啥
到#吃什么好吃的
去#应该吃啥 | 有什么好吃的1 | 2019-08-14T06:44:39.000Z |
|
eee | *"(\w+)": "?(\w*)"?, | "Status": 1,
"OrderBy": 5,
"ParentID": 0,
"SortOrderBy": 5,
"Description": "",
"level": 1,
"ProjectID": 1,
"ParentIDStr": "0",
"leaf": false,
"type": "building",
"Name": "小浪底水利枢纽",
"Remark": "",
"SiteNames": "小浪底水利枢纽",
"expanded": true,
"PLevel": 1,
"ID": 1,
"id": "1-1",
"text": "小浪底水利枢纽",
"iconCls": "buildingCls",
"nodeID": 1, | extract-json-csv | 2022-09-01T10:30:32.000Z |
Working on this regex so that I can use it to parse regular expressions and get the group info from them | (?P<group_definition>
\(
(?P<options>[^\:\>\s\(\)]*[\:\>])?
(?P<pattern>
(?:[^\)\(]*(?R)*)*
)
\)
(?P<quantifier>
(?:[\*\+\?])|
(?:
\{(?P<min>\d*)
(?:
,
(?P<max>\d*)?
)?
\}
)
)?
) | ^(?P<line>(?P<junk>(?!(?:Message\-ID:)\s(?:\<)|(?:<)|(?:\s))(?!(?:From:)\s(?:\<)|(?:<)|(?:")|(?:["]))(?!(?:To:)\s(?:\<)|(?:<)|(?:")|(?:["]))(?!(?:Reply\-To:)\s(?:\<)|(?:<)|(?:")|(?:["]))(?!(?:X\-Sender:)\s(?:\<)|(?:<)|(?:")|(?:["]))(?!(?:Return\-Path:)\s(?:\<)|(?:<)|(?:")|(?:["]))(?!(?:Received\-SPF:))[^\r\n]*)(?P<wtf>(?:(?:\"(?P<display_name>[^\"\r\n]*)\"\s*)?\b(?P<email>(?P<username>[A-Z0-9._%-]+)@(?P<domain_name>(?P<host>(?:[A-Z0-9.-]+\.)*)?(?P<sld>[A-Z0-9.-]+)\.(?P<tld>[A-Z]{2,4})))\b)\h*)(?P<trailing_data>[^\r\n]*))$
(this is a group)?
(another group (with a group inside)) and soem bogus test (and then another group)
(?P<group_definition>
(?P<pattern>
\(
(?:[^\)\(]*(?R)*)*
\)
)
(?P<quantifier>
(?:[\*\+\?])|
(?:
\{(?P<min>\d*)
(?:
,
(?P<max>\d*)?
)?
\}
)
)?
) | Regex Group Regex | 2015-06-18T21:09:09.000Z |
<xp:tr>\n\t\t\t\t\t\t<xp:td>\n\t\t\t\t\t\t\t<xp:label for=".*" id=".*" style="#\{docProdukt\..*\}" value="\$\{javascript:Translation\.getText\('sn\/product\/.*'\)\}">\n\t\t\t\t\t\t\t<\/xp:label>\n\t\t\t\t\t\t<\/xp:td>\n\t\t\t\t\t\t<xp:td>\n\t\t\t\t\t\t\t<xp:inputText id=".*" value="#\{docProdukt\.(.*)\}">\n\t\t\t\t\t\t\t<\/xp:inputText>\n\t\t\t\t\t\t<\/xp:td>\n\t\t\t\t\t<\/xp:tr> | <xp:tr>
<xp:td>
<xp:label for="cL_NetWeightBI_fi" id="labelMeasure01" style="#{docProdukt.cF_NetWeightBI_fi_err}" value="${javascript:Translation.getText('sn/product/NetWeightBI')}">
</xp:label>
</xp:td>
<xp:td>
<xp:inputText id="inputTextMeasure01" value="#{docProdukt.cF_NetWeightBI_fi}">
</xp:inputText>
</xp:td>
</xp:tr> | SupplierNet: Erstat xp:tr med inputtext | 2015-09-25T09:00:17.000Z |
|
^([^{]*)(\{\{ *\w+ *\}\}[^{]*)*$ | trans with var | 2014-12-15T12:57:51.000Z |
||
Get value of windows registry on hex format | ((([0-9a-fxA-FX]){2})(?|[,\n])){8,16} | Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\MultiKey\Dumps\D9DA0000]
"DongleType"=dword:00000003
"Copyright"="None"
"Created"="Tue Jan 08 10:33:00.496 2013" by dmp2mkey
"Name"="D9DA Sentinel SuperPro Dump"
"Type"=dword:00000000
"CellType"=hex:\
01,01,03,03,03,01,03,01,\
03,03,00,00,00,00,00,00,\
00,00,00,00,01,00,00,01,\
00,00,01,00,00,01,00,00,\
00,00,00,00,00,00,00,00,\
00,01,00,00,00,00,00,00,\
00,00,01,00,00,00,00,00,\
00,00,00,00,00,00,00,00
"sntMemory"=hex:\
01,1A,DA,D9,00,00,00,00,EF,5D,01,00,DE,59,11,00,\
31,FA,A0,F0,00,00,00,00,F0,55,00,00,F0,55,00,00,\
F0,55,00,00,F0,55,47,00,01,00,FF,00,01,00,FF,00,\
01,00,FF,00,01,00,FF,00,01,00,FF,00,01,00,FF,00,\
01,00,FF,00,01,00,FF,00,01,00,FF,00,01,00,FF,00,\
01,00,FF,00,01,00,FF,00,01,00,FF,00,01,00,FF,00,\
01,00,FF,00,01,00,FF,00,01,00,FF,00,01,00,FF,00,\
01,00,FF,00,01,00,FF,00,01,00,FF,00,01,00,FF,00
| Windows Registry Binary(Hex) | 2015-08-04T03:30:42.000Z |
[ \t]*console\.log\((.|\n)*?\);\n* | console.log(data);
console.log('data');
console.log('data'+otherdata);
console.log(data);
console.log('data');
console.log('data'+otherdata);
console.log(data);
console.log('data');
console.log('data'+otherdata);
console.log(data);
console.log('data');
console.log('data'+otherdata);
console.log(data);
console.log('data');
console.log('data'
+otherdata);
function showResponse2(data) {
console.log(data);
if (data.removedAll) {
$('#shopping-table tbody').fadeOut('slow', function() {
$(this).empty();
});
}
if (data.delete) {
$('#shopping-table tr#' + data.entry._id).fadeTo(1500, 0, function() {
this.remove();
});
console.log('del {21341asda>?.z<()} ete');
}
if (data.added) {
if (data.entry) {
$("#shopping-table").find('tbody')
.append($('<tr id="' + data.entry._id + '">')
.addClass('new')
.fadeIn('slow', function() {
$(this).removeClass('new');
})
.append(
$('<td>')
.addClass('col-md-8')
.append($('<a>')
.addClass('my-edit entry-item')
.attr('data-type', 'text')
.attr('data-name', 'item')
.attr('data-pk', '' + data.entry._id)
.attr('data-url', '/shopping/' + data.entry._id)
.attr('href', '#')
.text(data.entry.item)
)
)
.append(
$('<td>')
.addClass('col-md-3 text-center')
.append($('<a>')
.addClass('my-edit entry-quantity')
.attr('data-type', 'text')
.attr('data-name', 'quantity')
.attr('data-pk', '' + data.entry._id)
.attr('data-url', '/shopping/' + data.entry._id)
.attr('data-inputclass', 'number-only')
.attr('href', '#')
.text(data.entry.quantity)
)
)
.append(
$('<td>')
.addClass('col-md-1 text-right')
.append(
$('<a>')
.addClass('delete btn btn-xs btn-danger')
.attr('href', '/shopping/' + data.entry._id)
.append(
$('<i>')
.addClass('fa fa-times')
)
)
)
);
updateClickEvent();
$('tr#' + data.entry._id + ' a.my-edit').editable();
}
console.log('added');
}
if (data.update) {
console.log('update');
$('tr#' + data.entry._id + ' a.entry-item').editable('setValue', data.entry.item);
$('tr#' + data.entry._id + ' a.entry-quantity').editable('setValue', data.entry.quantity);
}
}
console.log(data);
console.log('data');
console.log('data'+otherdata);
console.log(data);
console.log('data');
console.log('data'+otherdata); | Console.log line deletion, multi line. | 2015-07-17T18:30:35.000Z |
|
Regex\d{2,} | Regex
Regex2
Regex20
Regex201
Regex2017 | {2,} = (2 vezes ou n vezes); | 2017-04-10T23:07:56.000Z |
|
((?:[0-9]{1,3}\.){3}[0-9]{1,3})\s((?:[0-9]{1,3}\.){3}[0-9]{1,3}) | <140>Mar 21 09:50:26 Biblica-M400 80DA036A10A65 (2019-03-21T15:50:26) firewall: msg_id="3000-0148" Allow 60-GUEST WIRELESS 0-External 60 tcp 20 63 172.16.60.35 192.243.232.7 38076 443 offset 10 S 936012176 win 65535 geo_dst="USA" (Outgoing-00) | IP addresses | 2019-03-21T15:58:23.000Z |
|
\b([a-b]*c[a-b]*c[a-b]*)+\b | Lb4 11zad | 2017-12-25T20:29:01.000Z |
||
<span><time>(.*?)<\/time><\/span> | "content": "\n\t\t\t\t\t\t<p class=\"h4alternate\"><a href=\"https://www.credy.ru/zaymy-na-kartu-onlayn/\">На банковскую карту</a></p>\n<ul class=\"featured-methods\">\n<li class=\"featured-methods__item\"><a href=\"https://www.credy.ru/visa/\"><img src=\"https://www.credy.ru/app/uploads/2017/01/visa.png\" alt=\"\">На карту Visa</a></li>\n<li class=\"featured-methods__item\"><a href=\"https://www.credy.ru/mastercard/\"><img src=\"https://www.credy.ru/app/uploads/2017/01/mastercard.png\" alt=\"\">На карту MasterCard</a></li>\n</ul>\n<p class=\"h4alternate\"><a href=\"https://www.credy.ru/zaymy-onlayn-denezhnym-perevodom/\">Денежным переводом</a></p>\n<ul class=\"featured-methods\">\n<li class=\"featured-methods__item\"><a href=\"https://www.credy.ru/contact/\"><img src=\"https://www.credy.ru/app/uploads/2016/12/conctact-sys-logo.png\" alt=\"Через систему Contact\">Через систему Contact</a></li>\n<li class=\"featured-methods__item\"><a href=\"https://www.credy.ru/unistream/\"><img src=\"https://www.credy.ru/app/uploads/2017/01/unistream.png\" alt=\"Через систему Юнистрим\">Через систему Юнистрим</a></li>\n<li class=\"featured-methods__item\"><a href=\"https://www.credy.ru/zolotaya-korona/\"><img src=\"https://www.credy.ru/app/uploads/2017/01/korona-logo.png\" alt=\"Через систему Золотая Корона\">Через систему Золотая Корона</a></li>\n</ul>\n<p class=\"h4alternate\"><a href=\"https://www.credy.ru/zaymy-na-elektronnyy-koshelek-onlayn/\">На электронный кошелек</a></p>\n<ul class=\"featured-methods\">\n<li class=\"featured-methods__item\"><a href=\"https://www.credy.ru/webmoney/\"><img src=\"https://www.credy.ru/app/uploads/2017/01/webmoney.png\" alt=\"На кошелек Webmoney\">На кошелек Webmoney</a></li>\n<li class=\"featured-methods__item\"><a href=\"https://www.credy.ru/yandex-money/\"><img src=\"https://www.credy.ru/app/uploads/2017/01/yandex.png\" alt=\"На кошелек Яндекс Деньги\">На кошелек Яндекс Деньги</a></li>\n<li class=\"featured-methods__item\"><a href=\"https://www.credy.ru/qiwi/\"><img src=\"https://www.credy.ru/app/uploads/2017/01/qiwi.png\" alt=\"На кошелек Qiwi\">На кошелек Qiwi</a></li>\n</ul>\n<p class=\"h4alternate\"><a href=\"https://www.credy.ru/mikrozaymy-na-bankovskiy-schet/\">На банковский счет</a></p>\n<ul class=\"featured-methods\">\n<li class=\"featured-methods__item\"><a href=\"https://www.credy.ru/mikrozaymy-na-bankovskiy-schet/\"><img src=\"https://www.credy.ru/app/uploads/2017/01/rf.png\" alt=\"На счет в любом банке РФ\">На счет в любом банке РФ</a></li>\n</ul>\n\t\t\t\t\t",
{
"title": "Современные способы и виды банковского кредитования",
"content": "\n\t\t\t\t\t\t<div>\n\t\t\t\t\t\t\t<span><time>16.04.2017</time></span><span><a href=\"#comments\">комментариев нет</a></span>\t\t\t\t\t\t</div>\n\t\t\t\t\t\t<article>\n\t\t\t\t\t\t\t<p><img title=\"кредитование\" src=\"https://www.credy.ru/app/uploads/2017/04/credit222222-300x208.jpg\" alt=\"кредитование\" width=\"300\" height=\"208\" srcset=\"https://www.credy.ru/app/uploads/2017/04/credit222222-300x208.jpg 300w, https://www.credy.ru/app/uploads/2017/04/credit222222-58x40.jpg 58w, https://www.credy.ru/app/uploads/2017/04/credit222222.jpg 640w\" sizes=\"(max-width: 300px) 100vw, 300px\"></p>\n<p>Современные способы кредитования физических лиц позволяют взять деньги в долг на свадьбу, ремонт жилья, обучение, лечение и т.п. С Credy.ru вы сможете выбрать наиболее оптимальный способ кредитования и взять кредит, затратив всего лишь полчаса личного времени.</p>\n<h2>Способы и виды кредитования физических лиц</h2>\n<p>Развитие способов кредитования вследствие жесткой конкуренции в борьбе за привлечение и удержание своих клиентов между банками и МФО привело к тому, что сегодня оформить деньги в кредит доступно практически каждому гражданину РФ.</p>\n<p>По времени погашения задолженности микро займы бывают <a href=\"https://www.credy.ru/kratkosrochnye-zaymy/\">краткосрочными</a> и <a href=\"https://www.credy.ru/dolgosrochnye-zaymy/\">долгосрочными</a>, а по виду предоставляемого кредита – потребительскими и ипотечными.</p>\n<div>Способы банковского кредитования на потребительские нужды отличаются друг от друга сроком погашения задолженности, величиной комиссионной ставки и условиями выдачи займа:</div>\n<p>Потребительский кредит на различные нужды. Именно этот вид кредитования среди населения пользуется особой популярностью, так как позволяет распоряжаться деньгами по своему усмотрению. Распространенный вариант такого одалживания средств – пользование кредитной карточкой.</p>\n<p><img src=\"https://www.credy.ru/app/uploads/2017/04/targetcredit3-300x200.jpg\" alt=\"целевой кредит\" width=\"300\" height=\"200\" srcset=\"https://www.credy.ru/app/uploads/2017/04/targetcredit3-300x200.jpg 300w, https://www.credy.ru/app/uploads/2017/04/targetcredit3-60x40.jpg 60w, https://www.credy.ru/app/uploads/2017/04/targetcredit3.jpg 600w\" sizes=\"(max-width: 300px) 100vw, 300px\"></p>\n<p>Целевой потребительский кредит. Выдается финансовой организацией строго под определенные цели: на лечение, приобретение или ремонт автомобиля, жилья, обучение, свадьбу и т.п.</p>\n<p>К этому же виду займов относится покупка товаров в рассрочку. Чтобы оформить такой кредит, необходимо собрать пакет документов, запрашиваемых банком, предоставить в залог имущество или найти поручителей.</p>\n<p>Микрозаймы. Если вы желаете получить мини займ без справок о доходе, <a href=\"https://www.credy.ru/kredity-bez-poruchiteley-bez-spravok-o-dohodah-i-zaloga/\">залогового имущества</a> и поручителей, а только <a href=\"https://www.credy.ru/kredity-po-pasportu-s-momentalnym-resheniem/\">по паспорту</a>, то это легко сделать в МФО. В микрофинансовых организациях можно взять миникредит всего за 20-30 минут даже с наличием текущей задолженности или <a href=\"https://www.credy.ru/kredity-s-plohoy-kreditnoy-istoriey-i-s-tekushchimi-prosrochkami/\">с плохой кредитной историей</a>.</p>\n<p><strong>Хотя эти организации перестраховываются от возможных рисков повышением кредитной ставки, однако именно здесь существует реальная возможность взять деньги в долг в случае высокой вероятности отказа в кредитовании банками</strong>.</p>\n<p>Выплачивать текущую задолженность МФО можно 2 способами, которые отличаются друг от друга размером ежемесячных взносов:</p>\n<ol>\n<li>Аннуитетный. Заемщик на протяжении всего времени погашения текущей задолженности по микрокредиту вносит платежи строго фиксированной суммы. При этом значительную сумму первых платежей составляют именно комиссионные средства.</li>\n<li>Дифференцированный. Здесь размер ежемесячного взноса постепенно уменьшается за счет того, что к фиксированной сумме, выплачиваемой по основному долгу (телу кредита), присоединяется постепенно уменьшающаяся величина комиссионного сбора.</li>\n</ol>\n<h2>Преимущества работы с Credy.ru</h2>\n<ul>\n<li>Быстрый поиск кредитора с оптимальными условиями займа.</li>\n<li>Доступность всем слоям населения, включая <a href=\"https://www.credy.ru/kredity-pensioneram/\">пенсионеров</a>, <a href=\"https://www.credy.ru/kredity-studentam/\">студентов</a>, домохозяек, малообеспеченных и <a href=\"https://www.credy.ru/kredity-bezrabotnym/\">безработных</a>.</li>\n<li>Возможность найти кредит в любое время суток. Мы работаем не только в будни, но и по выходным, праздничным дням.</li>\n<li>Оформление кредита без залога, поручителей и бумаг, подтверждающих вашу платежеспособность: достаточно предъявить паспорт гражданина РФ.</li>\n</ul>\n<p>Подайте заявку на получение кредита и решите свои финансовые проблемы прямо сейчас!</p>\n\t\t\t\t\t\t\t\t\t\t\t\t\t</article><!-- #post-## -->\n\t\t\t\t\t",
"meta_description": "Современные способы кредитования ✔ - кредит наличными или на карту, онлайн заявка на деньги в долг, оформите микрокредит на выгодных условиях в credy.ru.",
"og_locale": "ru_RU",
"og_title": "Способы кредитования",
"og_description": "Современные способы кредитования ✔ - кредит наличными или на карту, онлайн заявка на деньги в долг, оформите микрокредит на выгодных условиях в credy.ru.",
"og_type": "article",
"og_image": "https://www.credy.ru/app/uploads/2017/04/credit222222-300x208.jpg",
"og_url": "https://www.credy.ru/info/sposoby-kreditovania/",
"og_site_name": "Credy.ru - заем с первой заявки!",
"url": "https://www.credy.ru/info/sposoby-kreditovania/"
}, | Find . between tags | 2018-04-12T09:38:13.000Z |
|
it was used in this codewar [challenge](https://www.codewars.com/kata/54bf1c2cd5b56cc47f0007a1/solutions/javascript). and i find i really interesting.
Also u can Write it like this if you want `/(.)\1+/g` it works exactly the same | ([^])\1+ | aaaaaaaaaa bbbbbbbb | Find duplicate char in a string | 2022-09-29T09:37:24.000Z |
(^ATech::[^\|]+)(?:\|\|)(POC::[^\|]+)(?:\|\|)(SvcT::[^\|]+)(?:\|\|)(TicP::[^\|]+)(?:\|\|)(Note::.+$) | ATech::1398626148121005@mil||POC::1061890773121005@mil||SvcT::195||TicP::P2||Note::Working | Workflow Note | 2020-10-14T10:56:09.000Z |
|
Get Cards name | ^(?:[\d\sx]+)?(?:\[.*\]\s)?(?:(.*)(?:[\(\/].*)$|(.*)(?:foil)|(.*?)\d|(.*)) | 4x Silhana Ledgewalker (Silhana Saltador de Peitoril) - NM
4x Kiln Fiend (Demônio Fornalha) - NM
4x Assault Strobe (Estroboscópio de Ataque) - NM
1x [Expedition] Wasteland
Urborg, Tomb of Yawgmoth
4 Thoughtcast
1x [OGW] Kozilek, a Grande Distorção
1x [OGW] Retorno de Kozilek
1x [OGW] Retorno de Kozilek
1x [OGW] Linvala, a Preservadora
Regal Force
2 Bloodstained Mire
4 Relic of Progenitus
1x Olho de Ugin / Eye of Ugin FOIL
1x Templo dos Eldrazi / Eldrazi Temple
1x [Expedition] Prairie Stream (Mint)
2x World Breaker / Rompe-mundos Mint
4x Holy Day (Dia Sagrado) - NM
1x TAmpo de adivinhação do sensei
1 x Gosmanuladora
1 x Gaddock Teeg
4x Força de Vontade
1x Fractius Pele Preciosa / Gemhide Sliver
1x Lupíneo Coração de Prata / Wolfir Silverheart
1 x Inquisição de Kozilek 4 de 4
1 x Gosmanuladora
Tropical island
1x Ugin's Nexus foil
1x Visões do Soro FOIL \"FNM\"
1x Labirinto Nimboso / Nimbus Maze
1x Espadas em Arados / Swords to Plowshares
1x Regiões Agrestes de Adarkar / Adarkar Wastes
1x Costa do Mar de Cromo / Seachrome Coast
1x Presente do Molda-aço / Steelshaper\\\\
1x Aprisionar / Remand
1x Imposto Territorial / Land Tax
1x Pasmar / Daze (JP)
1x Magiaprisionar / Trickbind
2x Comandante do Elmo de Coral / Coralhelm Commander
1x Caminho para o Exílio / Path to Exile
2x Thrun, the Last Troll/ Thrun, o Último Troll **NM**
1x Cone de Vapor / Vapor Snag
1x Cone de Vapor / Vapor Snag
1x Cone de Vapor / Vapor Snag
1x Cone de Vapor / Vapor Snag
1x Cone de Vapor / Vapor Snag | Leilões liga | 2016-01-29T11:10:37.000Z |
Search url/link inside text, with/without schema, and with/without path/query | (?:[a-z]{3,9}:\/\/?[\-;:&=\+\$,\w]+?[a-z0-9\.\-]+|[\/a-z0-9]+\.|[\-;:&=\+\$,\w]+@)[a-z0-9\.\-]+(?:(?:\/[\+~%\/\.\w\-_]*)?\??[\-\+=&;%@\.\w_]*#?[\.\!\/\\\w]*)? | [PT]Consultório de dentista equipado e pronto //sssss.ssss.sss a funcionar.<br />Com la/boratório, sala de espera, escritório e wc.<br />Alarme instalado. Sistema de som interligado para todas as divisões.<br />Prédio com porteiro.<br />2 minutos (a pé) da estação de metro da Trindade.<br /><br />Fotos 360º:<br /><br />Consultório + Laboratório<br />https://photosynth.net/view.aspx?cid=f0e5b9db-fdec-4e50-9a83-69d7c2bc44e7<br /><br />Escritório<br />https://photosynth.net/view.aspx?cid=da4c64fe-c4cf-45f5-8bf9-ff62d369e98a<br /><br />Sala de espera<br />https://photosynth.net/view.aspx?cid=b631fd55-f7e7-41b3-a9a2-2f687dffeec8[/PT][EN]Consultório + Laboratório<br />http://photosynth.net/view.aspx?cid=f0e5b9db-fdec-4e50-9a83-69d7c2bc44e7[/EN][FR]Consultório + Laboratório<br />www.photosynth.net/view.aspx?cid=f0e5b9db-fdec-4e50-9a83-69d7c2bc44e7[/FR] | URL find inside text | 2016-08-02T17:03:40.000Z |
[:]([^()\n]* [^()\s]*)(?=[)\n]|\b) | pragma: no-cache
date: Mon, 29 Feb 2016 23:22:52 GMT
x-gcu-buildversion: jenkins-GatewayCommonUtilities-Dev-211
x-powered-by: Servlet/3.0
x-frame-options: SAMEORIGIN
content-language: en-US
p3p: CP="NON CUR OTPi OUR NOR UNI"
x-app-buildversion: jenkins-GmaApi-Dev-239
cache-control: no-store
content-type: application/json
content-length: blah | Testing Header String Regex | 2016-03-01T13:29:57.000Z |
|
Replace cfmail with cfsets | (((<cfmail\s*)\s*(((\s+from *= *("|'))([^"']+)("|'))|((\s+to *= *("|'))([^"']+)("|'))|((\s+replyto *= *("|'))([^"']+)("|'))|((\s+failto *= *("|'))([^"']+)("|'))|((\s+cc *= *("|'))([^"']+)("|'))|((\s+bcc *= *("|'))([^"']+)("|'))|((\s+port *= *("|'))([^"']+)("|'))|((\s+server *= *("|'))([^"']+)("|'))|((\s+subject *= *("|'))([^"']+)("|'))|((\s+type *= *("|'))([^"']+)("|')))+\s*>)) | Cfmail replace | 2014-12-17T18:00:20.000Z |
|
^.*\/(.*?.xls)$ | http://vcu.edu.vn/vi/adminaspx/filesupload/DANH%20SACH%20DANG%20KY_12.xls | Get a xls file from URL | 2015-08-14T04:32:31.000Z |
|
^(?<AC>\d{3})(?<First>\d{3})(?<Last>\d{4})\s(?<EXT>(E?X?T?e?x?t?\.?\s?\d{1,7})?) | 5133521652 extension 1234
5133521652 Extension 1234
5133521652 extension 1234
5133521652 e 1234
5133521652 x 1234
5133521652 t 1234
5133521652 ex 1234
5133521652 ext 1234
5133521652 E 1234
5133521652 X 1234
5133521652 T 1234
5133521652 e. 1234
5133521652 X 1234
5133521652 Ext 1234
5133521652 EXT 1234
5133521652 EXT. 1234
| Phone with extension | 2016-03-17T12:21:33.000Z |
|
This is used to extract everything between TD brackets. | (?<=<td>).+?(?=<\/td>) | This is a [sample] string with [some] special words. [another one]
This is a [sample string with [some special words. [another one
This is a [sample[sample]] string with [[some][some]] special words. [[another one]]
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Known DNS Providers | AdGuard Knowledgebase</title>
<meta name="description" content="AdGuard" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no, shrink-to-fit=no" />
<link rel="alternate" type="application/atom+xml" href="https://kb.adguard.com/en/feed:atom" title="Atom Feed" />
<link rel="alternate" type="application/rss+xml" href="https://kb.adguard.com/en/feed:rss" title="RSS Feed" />
<link rel="shortcut icon" href="https://adguard.com/img/favicons/favicon.ico">
<link rel="apple-touch-icon" href="https://adguard.com/img/favicons/apple-touch-icon.png">
<link href="/assets/1d041afe8bb36548987647b44fcc1295.css" type="text/css" rel="stylesheet">
<script src="/assets/b4fbf00df100fbbc6e91561fb2f06d4c.js"></script>
<script>
$(document).ready(function() {
anchors.options = {
visible: 'hover',
placement: 'right',
truncate: 64
};
anchors.add('#body h2, #body h3, #body h4, #body h5');
});
</script>
<script>
hljs.initHighlightingOnLoad();
</script>
</head>
<body class="searchbox-hidden " data-url="/general/dns-providers">
<nav id="sidebar">
<div id="header-wrapper">
<div id="header">
<div class=wrap>
<a id="logo" href="https://kb.adguard.com/en"><svg width="147" height="33" viewBox="0 0 147 33" xmlns="http://www.w3.org/2000/svg"><title>Group 10</title><g fill="none" fill-rule="evenodd"><path d="M115.2 23.244l-1.117-2.867h-5.565l-1.056 2.867h-3.777l6.031-14.602h3.372l5.97 14.602H115.2zm-3.86-10.704l-1.828 5.012h3.615l-1.787-5.012zm-8.224 5.198c0 .88-.146 1.68-.437 2.402a5.227 5.227 0 0 1-1.249 1.857 5.745 5.745 0 0 1-1.96 1.206c-.765.289-1.614.433-2.548.433-.948 0-1.801-.144-2.56-.433a5.546 5.546 0 0 1-1.929-1.206 5.244 5.244 0 0 1-1.218-1.857c-.285-.722-.427-1.522-.427-2.402V8.642h3.453v8.807c0 .399.05.777.152 1.134.102.358.257.677.467.96.21.281.488.504.833.67.345.165.762.247 1.249.247.487 0 .904-.082 1.249-.247.345-.166.626-.389.843-.67.216-.283.372-.602.467-.96a4.41 4.41 0 0 0 .142-1.134V8.642h3.473v9.096zm-14.25 4.62c-.704.37-1.527.673-2.468.907-.94.234-1.966.35-3.077.35-1.15 0-2.21-.185-3.178-.556a7.318 7.318 0 0 1-2.498-1.568 7.152 7.152 0 0 1-1.635-2.423c-.393-.942-.589-1.99-.589-3.145 0-1.17.2-2.228.6-3.177a7.057 7.057 0 0 1 1.654-2.423 7.312 7.312 0 0 1 2.478-1.537 8.618 8.618 0 0 1 3.067-.536c1.137 0 2.193.175 3.168.526.975.35 1.767.821 2.376 1.413l-2.193 2.537c-.339-.4-.785-.726-1.34-.98-.556-.254-1.185-.382-1.89-.382a4.053 4.053 0 0 0-3.026 1.29 4.31 4.31 0 0 0-.883 1.443 5.136 5.136 0 0 0-.315 1.826c0 .673.095 1.292.285 1.856.19.564.47 1.048.843 1.454a3.84 3.84 0 0 0 1.38.949c.549.226 1.175.34 1.88.34.405 0 .791-.031 1.157-.093a4.267 4.267 0 0 0 1.015-.299v-2.66h-2.742v-2.847h5.93v7.735zm57.4-6.456c0 1.279-.234 2.382-.7 3.31-.468.928-1.084 1.691-1.849 2.29a7.66 7.66 0 0 1-2.59 1.32 10.36 10.36 0 0 1-2.924.422h-5.361V8.642h5.199c1.015 0 2.017.12 3.005.36.989.241 1.869.64 2.64 1.197.772.557 1.395 1.303 1.87 2.238.473.935.71 2.09.71 3.465zm-3.615 0c0-.825-.132-1.51-.396-2.052a3.443 3.443 0 0 0-1.056-1.3 4.194 4.194 0 0 0-1.503-.69 7.279 7.279 0 0 0-1.736-.207h-1.727v8.539h1.645c.623 0 1.222-.072 1.798-.217a4.219 4.219 0 0 0 1.523-.711c.44-.33.792-.77 1.056-1.32s.396-1.23.396-2.042zm-68.753 0c0 1.279-.234 2.382-.7 3.31-.468.928-1.084 1.691-1.849 2.29a7.66 7.66 0 0 1-2.59 1.32 10.36 10.36 0 0 1-2.924.422h-5.361V8.642h5.199c1.015 0 2.017.12 3.005.36.989.241 1.869.64 2.64 1.197.772.557 1.395 1.303 1.87 2.238.473.935.71 2.09.71 3.465zm-3.615 0c0-.825-.132-1.51-.396-2.052a3.443 3.443 0 0 0-1.056-1.3 4.194 4.194 0 0 0-1.503-.69 7.279 7.279 0 0 0-1.736-.207h-1.727v8.539h1.645c.623 0 1.222-.072 1.798-.217a4.219 4.219 0 0 0 1.523-.711c.44-.33.792-.77 1.056-1.32s.396-1.23.396-2.042zm-14.765 7.342l-1.117-2.867h-5.564l-1.057 2.867h-3.777l6.032-14.602h3.371l5.97 14.602h-3.858zM51.66 12.54l-1.827 5.012h3.615L51.66 12.54zm76.192 10.704l-3.107-5.795h-1.178v5.795h-3.412V8.642h5.484c.69 0 1.364.072 2.02.216a5.209 5.209 0 0 1 1.767.733c.522.343.938.797 1.25 1.36.31.565.466 1.266.466 2.105 0 .99-.264 1.821-.792 2.495-.528.674-1.259 1.155-2.193 1.444l3.757 6.25h-4.062zm-.142-10.127c0-.343-.07-.622-.213-.835a1.469 1.469 0 0 0-.548-.495 2.356 2.356 0 0 0-.752-.237 5.459 5.459 0 0 0-.802-.062h-1.848v3.403h1.645c.284 0 .575-.024.873-.072.298-.048.569-.134.813-.258.243-.124.443-.302.599-.536.155-.234.233-.536.233-.908z" fill="#FFF"/><path d="M15.75 0C10.827 0 4.889 1.18 0 3.778c0 5.61-.067 19.589 15.75 29.14C31.568 23.366 31.5 9.387 31.5 3.777 26.613 1.18 20.674 0 15.75 0z" fill="#68BC71"/><path d="M15.734 0C10.814.003 4.884 1.183 0 3.778c0 5.609-.067 19.58 15.734 29.13V0z" fill="#67B279"/><path d="M15.176 21.964L24.7 8.876c-.698-.57-1.31-.167-1.647.144l-.013.001-7.94 8.423-2.993-3.671c-1.427-1.682-3.368-.4-3.821-.06l6.89 8.25" fill="#FFF"/></g></svg></a>
</div>
<div class="searchbox">
<label for="search-by"><i class="fa fa-search"></i></label>
<input id="search-by" type="text" placeholder="Search Documentation"
data-search-input="/en/search.json/query"/>
<span data-search-clear><i class="fa fa-close"></i></span>
</div>
</div>
</div>
<div class="scrollbar-inner">
<div class="highlightable">
<ul class="topics">
<li class="dd-item parent" data-nav-id="/">
<a href="/en" >
<i class="fa fa-check read-icon"></i>
<span><b>1. </b>General questions</span>
</a>
<ul>
<li class="dd-item" data-nav-id="/general/adguard-ad-filters">
<a href="/en/general/adguard-ad-filters" >
<i class="fa fa-check read-icon"></i>
<span><b></b>AdGuard Ad Filters</span>
</a>
</li>
<li class="dd-item" data-nav-id="/general/how-to-create-your-own-ad-filters">
<a href="/en/general/how-to-create-your-own-ad-filters" >
<i class="fa fa-check read-icon"></i>
<span><b></b>How to create your own ad filters</span>
</a>
</li>
<li class="dd-item" data-nav-id="/general/adguard-filter-policy">
<a href="/en/general/adguard-filter-policy" >
<i class="fa fa-check read-icon"></i>
<span><b></b>AdGuard Filter Policy</span>
</a>
</li>
<li class="dd-item" data-nav-id="/general/userscripts">
<a href="/en/general/userscripts" >
<i class="fa fa-check read-icon"></i>
<span><b></b>Userscripts</span>
</a>
</li>
<li class="dd-item" data-nav-id="/general/how-ad-blocking-works">
<a href="/en/general/how-ad-blocking-works" >
<i class="fa fa-check read-icon"></i>
<span><b></b>How ad blocking works</span>
</a>
</li>
<li class="dd-item" data-nav-id="/general/how-malware-protection-works">
<a href="/en/general/how-malware-protection-works" >
<i class="fa fa-check read-icon"></i>
<span><b></b>How malware protection works</span>
</a>
</li>
<li class="dd-item" data-nav-id="/general/license-key">
<a href="/en/general/license-key" >
<i class="fa fa-check read-icon"></i>
<span><b></b>AdGuard license key</span>
</a>
<ul>
<li class="dd-item" data-nav-id="/general/license-key/outdated-licenses">
<a href="/en/general/license-key/outdated-licenses" >
<i class="fa fa-check read-icon"></i>
<span><b></b>Legacy licenses FAQ</span>
</a>
</li>
</ul>
</li>
<li class="dd-item" data-nav-id="/general/why-is-adguard-better">
<a href="/en/general/why-is-adguard-better" >
<i class="fa fa-check read-icon"></i>
<span><b></b>Why is AdGuard better than other adblockers</span>
</a>
</li>
<li class="dd-item" data-nav-id="/general/https-filtering">
<a href="/en/general/https-filtering" >
<i class="fa fa-check read-icon"></i>
<span><b></b>HTTPS filtering</span>
</a>
<ul>
<li class="dd-item" data-nav-id="/general/https-filtering/https-filtering-known-issues">
<a href="/en/general/https-filtering/https-filtering-known-issues" >
<i class="fa fa-check read-icon"></i>
<span><b></b>HTTPS filtering: known issues</span>
</a>
</li>
</ul>
</li>
<li class="dd-item" data-nav-id="/general/search-ads-and-self-promotion">
<a href="/en/general/search-ads-and-self-promotion" >
<i class="fa fa-check read-icon"></i>
<span><b></b>Search ads and self-promotion</span>
</a>
</li>
<li class="dd-item" data-nav-id="/general/adguard-beta-testing-program">
<a href="/en/general/adguard-beta-testing-program" >
<i class="fa fa-check read-icon"></i>
<span><b></b>AdGuard beta testing program</span>
</a>
</li>
<li class="dd-item" data-nav-id="/general/filter-rules-statistics">
<a href="/en/general/filter-rules-statistics" >
<i class="fa fa-check read-icon"></i>
<span><b></b>Tracking filter rules statistics</span>
</a>
</li>
<li class="dd-item" data-nav-id="/general/dns-filtering">
<a href="/en/general/dns-filtering" >
<i class="fa fa-check read-icon"></i>
<span><b></b>DNS filtering</span>
</a>
</li>
<li class="dd-item" data-nav-id="/general/adguard-translations">
<a href="/en/general/adguard-translations" >
<i class="fa fa-check read-icon"></i>
<span><b></b>AdGuard translations</span>
</a>
</li>
<li class="dd-item active" data-nav-id="/general/dns-providers">
<a href="/en/general/dns-providers" >
<i class="fa fa-check read-icon"></i>
<span><b></b>Known DNS Providers</span>
</a>
</li>
<li class="dd-item" data-nav-id="/general/stealth-mode">
<a href="/en/general/stealth-mode" >
<i class="fa fa-check read-icon"></i>
<span><b></b>Stealth Mode</span>
</a>
</li>
<li class="dd-item" data-nav-id="/general/dns-filtering-syntax">
<a href="/en/general/dns-filtering-syntax" >
<i class="fa fa-check read-icon"></i>
<span><b></b>DNS filtering rules syntax</span>
</a>
</li>
<li class="dd-item" data-nav-id="/general/2fa">
<a href="/en/general/2fa" >
<i class="fa fa-check read-icon"></i>
<span><b></b>Two-factor authentication</span>
</a>
</li>
</ul>
</li>
<li class="dd-item" data-nav-id="/windows">
<a href="/en/windows" >
<i class="fa fa-check read-icon"></i>
<span><b>2. </b>AdGuard for Windows</span>
</a>
<ul>
<li class="dd-item" data-nav-id="/windows/overview">
<a href="/en/windows/overview" >
<i class="fa fa-check read-icon"></i>
<span><b></b>Overview</span>
</a>
</li>
<li class="dd-item" data-nav-id="/windows/installation">
<a href="/en/windows/installation" >
<i class="fa fa-check read-icon"></i>
<span><b></b>Install/Uninstall</span>
</a>
</li>
<li class="dd-item" data-nav-id="/windows/features">
<a href="/en/windows/features" >
<i class="fa fa-check read-icon"></i>
<span><b></b>Features</span>
</a>
<ul>
<li class="dd-item" data-nav-id="/windows/features/ad-blocker">
<a href="/en/windows/features/ad-blocker" >
<i class="fa fa-check read-icon"></i>
<span><b></b>Ad Blocker</span>
</a>
</li>
<li class="dd-item" data-nav-id="/windows/features/browsing-security">
<a href="/en/windows/features/browsing-security" >
<i class="fa fa-check read-icon"></i>
<span><b></b>Browsing Security</span>
</a>
</li>
<li class="dd-item" data-nav-id="/windows/features/parental-control">
<a href="/en/windows/features/parental-control" >
<i class="fa fa-check read-icon"></i>
<span><b></b>Parental Control</span>
</a>
</li>
<li class="dd-item" data-nav-id="/windows/features/browser-assistant">
<a href="/en/windows/features/browser-assistant" >
<i class="fa fa-check read-icon"></i>
<span><b></b>AdGuard Browser Assistant</span>
</a>
</li>
<li class="dd-item" data-nav-id="/windows/features/extensions">
<a href="/en/windows/features/extensions" >
<i class="fa fa-check read-icon"></i>
<span><b></b>Extensions</span>
</a>
<ul>
</ul>
</li>
</ul>
</li>
<li class="dd-item" data-nav-id="/windows/solving-problems">
<a href="/en/windows/solving-problems" >
<i class="fa fa-check read-icon"></i>
<span><b></b>Solving problems</span>
</a>
<ul>
<li class="dd-item" data-nav-id="/windows/solving-problems/wfp-driver">
<a href="/en/windows/solving-problems/wfp-driver" >
<i class="fa fa-check read-icon"></i>
<span><b></b>WFP driver</span>
</a>
</li>
<li class="dd-item" data-nav-id="/windows/solving-problems/connection-not-trusted">
<a href="/en/windows/solving-problems/connection-not-trusted" >
<i class="fa fa-check read-icon"></i>
<span><b></b>"Potential Security Risk" error</span>
</a>
</li>
<li class="dd-item" data-nav-id="/windows/solving-problems/adguard-logs">
<a href="/en/windows/solving-problems/adguard-logs" >
<i class="fa fa-check read-icon"></i>
<span><b></b>How to find AdGuard logs</span>
</a>
</li>
<li class="dd-item" data-nav-id="/windows/solving-problems/system-logs">
<a href="/en/windows/solving-problems/system-logs" >
<i class="fa fa-check read-icon"></i>
<span><b></b>How to find Windows logs</span>
</a>
</li>
<li class="dd-item" data-nav-id="/windows/solving-problems/ie-edge-filtering">
<a href="/en/windows/solving-problems/ie-edge-filtering" >
<i class="fa fa-check read-icon"></i>
<span><b></b>Internet Explorer and Edge filtering</span>
</a>
</li>
<li class="dd-item" data-nav-id="/windows/solving-problems/installation-logs">
<a href="/en/windows/solving-problems/installation-logs" >
<i class="fa fa-check read-icon"></i>
<span><b></b>How to find AdGuard installation logs</span>
</a>
</li>
<li class="dd-item" data-nav-id="/windows/solving-problems/yandex-warning">
<a href="/en/windows/solving-problems/yandex-warning" >
<i class="fa fa-check read-icon"></i>
<span><b></b>Yandex.Browser certificate warning</span>
</a>
</li>
<li class="dd-item" data-nav-id="/windows/solving-problems/common-installer-errors">
<a href="/en/windows/solving-problems/common-installer-errors" >
<i class="fa fa-check read-icon"></i>
<span><b></b>Common AdGuard installer errors</span>
</a>
</li>
</ul>
</li>
<li class="dd-item" data-nav-id="/windows/documentation-for-admins">
<a href="/en/windows/documentation-for-admins" >
<i class="fa fa-check read-icon"></i>
<span><b></b>Documentation for administrators</span>
</a>
</li>
</ul>
</li>
<li class="dd-item" data-nav-id="/macos">
<a href="/en/macos" >
<i class="fa fa-check read-icon"></i>
<span><b>3. </b>AdGuard for macOS</span>
</a>
<ul>
<li class="dd-item" data-nav-id="/macos/overview">
<a href="/en/macos/overview" >
<i class="fa fa-check read-icon"></i>
<span><b></b>Features overview</span>
</a>
<ul>
<li class="dd-item" data-nav-id="/macos/overview/browser-assistant">
<a href="/en/macos/overview/browser-assistant" >
<i class="fa fa-check read-icon"></i>
<span><b></b>AdGuard Browser Assistant</span>
</a>
</li>
</ul>
</li>
<li class="dd-item" data-nav-id="/macos/installation">
<a href="/en/macos/installation" >
<i class="fa fa-check read-icon"></i>
<span><b></b>Install/Uninstall</span>
</a>
</li>
<li class="dd-item" data-nav-id="/macos/solving-problems">
<a href="/en/macos/solving-problems" >
<i class="fa fa-check read-icon"></i>
<span><b></b>Solving problems</span>
</a>
<ul>
<li class="dd-item" data-nav-id="/macos/solving-problems/install-cert">
<a href="/en/macos/solving-problems/install-cert" >
<i class="fa fa-check read-icon"></i>
<span><b></b>Manual certificate installation</span>
</a>
</li>
<li class="dd-item" data-nav-id="/macos/solving-problems/protection-cannot-be-enabled">
<a href="/en/macos/solving-problems/protection-cannot-be-enabled" >
<i class="fa fa-check read-icon"></i>
<span><b></b>If AdGuard Protection cannot be enabled (for some reasons)</span>
</a>
</li>
<li class="dd-item" data-nav-id="/macos/solving-problems/high-sierra-compatibility">
<a href="/en/macos/solving-problems/high-sierra-compatibility" >
<i class="fa fa-check read-icon"></i>
<span><b></b>How to install AdGuard on versions of macOS High Sierra and above</span>
</a>
</li>
<li class="dd-item" data-nav-id="/macos/solving-problems/big-sur-issues">
<a href="/en/macos/solving-problems/big-sur-issues" >
<i class="fa fa-check read-icon"></i>
<span><b></b>Issues specific to macOS 11 Big Sur</span>
</a>
</li>
<li class="dd-item" data-nav-id="/macos/solving-problems/installation-issues">
<a href="/en/macos/solving-problems/installation-issues" >
<i class="fa fa-check read-icon"></i>
<span><b></b>Installation problems solving</span>
</a>
</li>
<li class="dd-item" data-nav-id="/macos/solving-problems/launch-issues">
<a href="/en/macos/solving-problems/launch-issues" >
<i class="fa fa-check read-icon"></i>
<span><b></b>Launch issues on macOS</span>
</a>
</li>
</ul>
</li>
</ul>
</li>
<li class="dd-item" data-nav-id="/android">
<a href="/en/android" >
<i class="fa fa-check read-icon"></i>
<span><b>4. </b>AdGuard for Android</span>
</a>
<ul>
<li class="dd-item" data-nav-id="/android/overview">
<a href="/en/android/overview" >
<i class="fa fa-check read-icon"></i>
<span><b></b>Features overview</span>
</a>
</li>
<li class="dd-item" data-nav-id="/android/installation">
<a href="/en/android/installation" >
<i class="fa fa-check read-icon"></i>
<span><b></b>Installation</span>
</a>
</li>
<li class="dd-item" data-nav-id="/android/faq">
<a href="/en/android/faq" >
<i class="fa fa-check read-icon"></i>
<span><b></b>FAQ</span>
</a>
</li>
<li class="dd-item" data-nav-id="/android/solving-problems">
<a href="/en/android/solving-problems" >
<i class="fa fa-check read-icon"></i>
<span><b></b>Solving problems</span>
</a>
<ul>
<li class="dd-item" data-nav-id="/android/solving-problems/battery">
<a href="/en/android/solving-problems/battery" >
<i class="fa fa-check read-icon"></i>
<span><b></b>Battery and traffic consumption issues</span>
</a>
</li>
<li class="dd-item" data-nav-id="/android/solving-problems/log">
<a href="/en/android/solving-problems/log" >
<i class="fa fa-check read-icon"></i>
<span><b></b>Collecting a log on AdGuard for Android</span>
</a>
</li>
<li class="dd-item" data-nav-id="/android/solving-problems/tasker">
<a href="/en/android/solving-problems/tasker" >
<i class="fa fa-check read-icon"></i>
<span><b></b>How to automate AdGuard for Android</span>
</a>
</li>
<li class="dd-item" data-nav-id="/android/solving-problems/logcat">
<a href="/en/android/solving-problems/logcat" >
<i class="fa fa-check read-icon"></i>
<span><b></b>How to get logcat log</span>
</a>
</li>
<li class="dd-item" data-nav-id="/android/solving-problems/har">
<a href="/en/android/solving-problems/har" >
<i class="fa fa-check read-icon"></i>
<span><b></b>How to get HAR files</span>
</a>
</li>
<li class="dd-item" data-nav-id="/android/solving-problems/low-level-settings">
<a href="/en/android/solving-problems/low-level-settings" >
<i class="fa fa-check read-icon"></i>
<span><b></b>Low Level Settings guide</span>
</a>
</li>
<li class="dd-item" data-nav-id="/android/solving-problems/youtube-ads">
<a href="/en/android/solving-problems/youtube-ads" >
<i class="fa fa-check read-icon"></i>
<span><b></b>How to block ads in YouTube</span>
</a>
</li>
<li class="dd-item" data-nav-id="/android/solving-problems/adguard-outbound-proxy">
<a href="/en/android/solving-problems/adguard-outbound-proxy" >
<i class="fa fa-check read-icon"></i>
<span><b></b>How to setup an outbound proxy</span>
</a>
</li>
<li class="dd-item" data-nav-id="/android/solving-problems/background-work">
<a href="/en/android/solving-problems/background-work" >
<i class="fa fa-check read-icon"></i>
<span><b></b>How to protect AdGuard from being disabled by the system</span>
</a>
</li>
<li class="dd-item" data-nav-id="/android/solving-problems/restricted-profile">
<a href="/en/android/solving-problems/restricted-profile" >
<i class="fa fa-check read-icon"></i>
<span><b></b>Problems caused by using a Restricted Mode profile</span>
</a>
</li>
<li class="dd-item" data-nav-id="/android/solving-problems/firefox-certificates">
<a href="/en/android/solving-problems/firefox-certificates" >
<i class="fa fa-check read-icon"></i>
<span><b></b>Certificates trust issues in Firefox browser</span>
</a>
</li>
<li class="dd-item" data-nav-id="/android/solving-problems/manual-certificate">
<a href="/en/android/solving-problems/manual-certificate" >
<i class="fa fa-check read-icon"></i>
<span><b></b>Manual certificate installation on devices with Android 11</span>
</a>
</li>
</ul>
</li>
</ul>
</li>
<li class="dd-item" data-nav-id="/ios">
<a href="/en/ios" >
<i class="fa fa-check read-icon"></i>
<span><b>5. </b>AdGuard for iOS</span>
</a>
<ul>
<li class="dd-item" data-nav-id="/ios/overview">
<a href="/en/ios/overview" >
<i class="fa fa-check read-icon"></i>
<span><b></b>Features overview</span>
</a>
</li>
<li class="dd-item" data-nav-id="/ios/installation">
<a href="/en/ios/installation" >
<i class="fa fa-check read-icon"></i>
<span><b></b>Installation</span>
</a>
</li>
<li class="dd-item" data-nav-id="/ios/solving-problems">
<a href="/en/ios/solving-problems" >
<i class="fa fa-check read-icon"></i>
<span><b></b>Solving problems</span>
</a>
<ul>
<li class="dd-item" data-nav-id="/ios/solving-problems/premium-activation">
<a href="/en/ios/solving-problems/premium-activation" >
<i class="fa fa-check read-icon"></i>
<span><b></b>How to activate Premium features?</span>
</a>
</li>
<li class="dd-item" data-nav-id="/ios/solving-problems/how-to-configure-system-wide-blocking">
<a href="/en/ios/solving-problems/how-to-configure-system-wide-blocking" >
<i class="fa fa-check read-icon"></i>
<span><b></b>How to configure system-wide blocking with AdGuard for iOS?</span>
</a>
</li>
<li class="dd-item" data-nav-id="/ios/solving-problems/how-to-avoid-compatibility-issues-with-facetime">
<a href="/en/ios/solving-problems/how-to-avoid-compatibility-issues-with-facetime" >
<i class="fa fa-check read-icon"></i>
<span><b></b>How to avoid compatibility issues with FaceTime</span>
</a>
</li>
<li class="dd-item" data-nav-id="/ios/solving-problems/how-to-block-ads-on-youtube">
<a href="/en/ios/solving-problems/how-to-block-ads-on-youtube" >
<i class="fa fa-check read-icon"></i>
<span><b></b>How to block ads on YouTube in Safari</span>
</a>
</li>
</ul>
</li>
</ul>
</li>
<li class="dd-item" data-nav-id="/safari">
<a href="/en/safari" >
<i class="fa fa-check read-icon"></i>
<span><b>6. </b>AdGuard for Safari</span>
</a>
<ul>
<li class="dd-item" data-nav-id="/safari/overview">
<a href="/en/safari/overview" >
<i class="fa fa-check read-icon"></i>
<span><b></b>Overview</span>
</a>
</li>
<li class="dd-item" data-nav-id="/safari/installation">
<a href="/en/safari/installation" >
<i class="fa fa-check read-icon"></i>
<span><b></b>Installation</span>
</a>
</li>
</ul>
</li>
<li class="dd-item" data-nav-id="/content-blocker">
<a href="/en/content-blocker" >
<i class="fa fa-check read-icon"></i>
<span><b>7. </b>AdGuard Content Blocker</span>
</a>
<ul>
<li class="dd-item" data-nav-id="/content-blocker/overview">
<a href="/en/content-blocker/overview" >
<i class="fa fa-check read-icon"></i>
<span><b></b>Overview</span>
</a>
</li>
<li class="dd-item" data-nav-id="/content-blocker/installation">
<a href="/en/content-blocker/installation" >
<i class="fa fa-check read-icon"></i>
<span><b></b>Installation</span>
</a>
</li>
</ul>
</li>
<li class="dd-item" data-nav-id="/dns">
<a href="/en/dns" >
<i class="fa fa-check read-icon"></i>
<span><b>8. </b>AdGuard DNS</span>
</a>
<ul>
<li class="dd-item" data-nav-id="/dns/overview">
<a href="/en/dns/overview" >
<i class="fa fa-check read-icon"></i>
<span><b></b>Overview</span>
</a>
</li>
<li class="dd-item" data-nav-id="/dns/setup-guide">
<a href="/en/dns/setup-guide" >
<i class="fa fa-check read-icon"></i>
<span><b></b>Setup guide</span>
</a>
</li>
<li class="dd-item" data-nav-id="/dns/faq">
<a href="/en/dns/faq" >
<i class="fa fa-check read-icon"></i>
<span><b></b>FAQ</span>
</a>
</li>
</ul>
</li>
<li class="dd-item" data-nav-id="/browser-extensions">
<a href="/en/browser-extensions" >
<i class="fa fa-check read-icon"></i>
<span><b>9. </b>Browser Extensions</span>
</a>
<ul>
<li class="dd-item" data-nav-id="/browser-extensions/overview">
<a href="/en/browser-extensions/overview" >
<i class="fa fa-check read-icon"></i>
<span><b></b>Features overview</span>
</a>
</li>
<li class="dd-item" data-nav-id="/browser-extensions/installation">
<a href="/en/browser-extensions/installation" >
<i class="fa fa-check read-icon"></i>
<span><b></b>Installation</span>
</a>
</li>
<li class="dd-item" data-nav-id="/browser-extensions/integration-mode">
<a href="/en/browser-extensions/integration-mode" >
<i class="fa fa-check read-icon"></i>
<span><b></b>Integration mode</span>
</a>
</li>
</ul>
</li>
<li class="dd-item" data-nav-id="/home">
<a href="/en/home" >
<i class="fa fa-check read-icon"></i>
<span><b>10. </b>AdGuard Home</span>
</a>
<ul>
<li class="dd-item" data-nav-id="/home/overview">
<a href="/en/home/overview" >
<i class="fa fa-check read-icon"></i>
<span><b></b>AdGuard Home overview</span>
</a>
</li>
</ul>
</li>
<li class="dd-item" data-nav-id="/vpn">
<a href="/en/vpn" >
<i class="fa fa-check read-icon"></i>
<span><b>11. </b>AdGuard VPN</span>
</a>
<ul>
<li class="dd-item" data-nav-id="/vpn/overview">
<a href="/en/vpn/overview" >
<i class="fa fa-check read-icon"></i>
<span><b></b>AdGuard VPN overview</span>
</a>
</li>
<li class="dd-item" data-nav-id="/vpn/installation">
<a href="/en/vpn/installation" >
<i class="fa fa-check read-icon"></i>
<span><b></b>How to install AdGuard VPN</span>
</a>
</li>
<li class="dd-item" data-nav-id="/vpn/features">
<a href="/en/vpn/features" >
<i class="fa fa-check read-icon"></i>
<span><b></b>AdGuard VPN features</span>
</a>
</li>
<li class="dd-item" data-nav-id="/vpn/faq">
<a href="/en/vpn/faq" >
<i class="fa fa-check read-icon"></i>
<span><b></b>FAQ</span>
</a>
</li>
<li class="dd-item" data-nav-id="/vpn/solving-problems">
<a href="/en/vpn/solving-problems" >
<i class="fa fa-check read-icon"></i>
<span><b></b>Solving problems</span>
</a>
<ul>
<li class="dd-item" data-nav-id="/vpn/solving-problems/restricted-profile">
<a href="/en/vpn/solving-problems/restricted-profile" >
<i class="fa fa-check read-icon"></i>
<span><b></b>Problems caused by using a Restricted Mode profile on Android</span>
</a>
</li>
<li class="dd-item" data-nav-id="/vpn/solving-problems/debug-logs">
<a href="/en/vpn/solving-problems/debug-logs" >
<i class="fa fa-check read-icon"></i>
<span><b></b>How to collect debug logs</span>
</a>
</li>
</ul>
</li>
</ul>
</li>
<li class="dd-item" data-nav-id="/miscellaneous">
<a href="/en/miscellaneous" >
<i class="fa fa-check read-icon"></i>
<span><b>12. </b>Miscellaneous</span>
</a>
<ul>
<li class="dd-item" data-nav-id="/miscellaneous/acknowledgments">
<a href="/en/miscellaneous/acknowledgments" >
<i class="fa fa-check read-icon"></i>
<span><b></b>Credits and Acknowledgments</span>
</a>
</li>
<li class="dd-item" data-nav-id="/miscellaneous/updating-kb">
<a href="/en/miscellaneous/updating-kb" >
<i class="fa fa-check read-icon"></i>
<span><b></b>Updating the Knowledgebase</span>
</a>
</li>
<li class="dd-item" data-nav-id="/miscellaneous/plurals">
<a href="/en/miscellaneous/plurals" >
<i class="fa fa-check read-icon"></i>
<span><b></b>Plural forms</span>
</a>
</li>
<li class="dd-item" data-nav-id="/miscellaneous/taking-screenshots">
<a href="/en/miscellaneous/taking-screenshots" >
<i class="fa fa-check read-icon"></i>
<span><b></b>How to take a screenshot</span>
</a>
</li>
<li class="dd-item" data-nav-id="/miscellaneous/writers-reward">
<a href="/en/miscellaneous/writers-reward" >
<i class="fa fa-check read-icon"></i>
<span><b></b>Writing about AdGuard</span>
</a>
</li>
<li class="dd-item" data-nav-id="/miscellaneous/filter-help">
<a href="/en/miscellaneous/filter-help" >
<i class="fa fa-check read-icon"></i>
<span><b></b>Contribute to AdGuard Filters</span>
</a>
</li>
</ul>
</li>
<li class="dd-item" data-nav-id="/technical-support">
<a href="/en/technical-support" >
<i class="fa fa-check read-icon"></i>
<span><b>13. </b>Technical support</span>
</a>
<ul>
<li class="dd-item" data-nav-id="/technical-support/how-to-collect-har-file">
<a href="/en/technical-support/how-to-collect-har-file" >
<i class="fa fa-check read-icon"></i>
<span><b></b>How to collect HAR file</span>
</a>
</li>
<li class="dd-item" data-nav-id="/technical-support/adware">
<a href="/en/technical-support/adware" >
<i class="fa fa-check read-icon"></i>
<span><b></b>Adware/Viruses</span>
</a>
</li>
<li class="dd-item" data-nav-id="/technical-support/how-to-install-certificate">
<a href="/en/technical-support/how-to-install-certificate" >
<i class="fa fa-check read-icon"></i>
<span><b></b>Proxy certificate installation</span>
</a>
</li>
<li class="dd-item" data-nav-id="/technical-support/reporting-tool">
<a href="/en/technical-support/reporting-tool" >
<i class="fa fa-check read-icon"></i>
<span><b></b>Report website</span>
</a>
</li>
</ul>
</li>
</ul>
<div class="bottom-panel">
<a class="clear-history" href="#" data-clear-history-toggle>
<i class="fa fa-fw fa-history"></i> Clear History
</a>
<ul class="langswitcher">
<li><a href="/en/general/dns-providers" class="external active">English</a></li>
<li><a href="/ru/general/dns-providers" class="external">Русский</a></li>
<li><a href="/ja/general/dns-providers" class="external">日本語</a></li>
<li><a href="/ko/general/dns-providers" class="external">한국어</a></li>
<li><a href="/zh/general/dns-providers" class="external">中文 (简体)</a></li>
</ul>
</div>
<section id="footer">
<p>Built with <a href="http://getgrav.org">Grav</a> - The Modern Flat File CMS</p>
</section>
</div>
</div>
</nav>
<section id="body">
<div id="overlay"></div>
<div class="padding highlightable">
<a href="#" id="sidebar-toggle" data-sidebar-toggle><i class="fa fa-2x fa-bars"></i></a>
<div id="top-bar">
<div id="top-github-link">
<a class="github-link" href="https://github.com/AdguardTeam/AdguardKnowledgeBase/tree/master/01.general/17.dns-providers/docs.en.md"><i class="fa fa-github-square"></i> edit this page</a>
</div>
<div id="breadcrumbs" itemscope itemtype="http://schema.org/BreadcrumbList">
<span itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem">
<a itemscope itemtype="http://schema.org/Thing" itemprop="item" href="/en" itemid="/en">
<span itemprop="name">General questions</span>
</a>
<i class="fa fa-angle-right"></i>
<meta itemprop="position" content="1" />
</span>
<span itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem">
<span itemscope itemtype="http://schema.org/Thing" itemprop="item" itemid="/en/general/dns-providers">
<span itemprop="name">Known DNS Providers</span>
</span>
<meta itemprop="position" content="2" />
</span>
</div>
</div>
<div id="body-inner">
<h1>Known DNS Providers</h1>
<p>
<p>AdGuard users can configure any DNS server to be used instead of the system default provided by the router or ISP. In this article you will find a list of popular DNS providers.</p>
<ul>
<li><a href="#adguard-dns">AdGuard DNS</a></li>
<li><a href="#yandex-dns">Yandex DNS</a></li>
<li><a href="#cleanbrowsing">CleanBrowsing</a></li>
<li><a href="#comodo-secure-dns">Comodo Secure DNS</a></li>
<li><a href="#neustar-dns">Neustar UltraDNS</a></li>
<li><a href="#cisco-opendns">Cisco OpenDNS</a></li>
<li><a href="#google-dns">Google DNS</a></li>
<li><a href="#cloudflare-dns">Cloudflare DNS</a></li>
<li><a href="#quad9">Quad9 DNS</a></li>
<li><a href="#verisign-public-dns">Verisign Public DNS</a></li>
<li><a href="#switch.ch-dns">SWITCH DNS</a></li>
<li><a href="#dyn-dns">Dyn DNS</a></li>
<li><a href="#dnswatch-dns">DNS.WATCH</a></li>
<li><a href="#sky-dns">SkyDNS RU</a></li>
<li><a href="#comss-ru-dns">Comss.ru DNS</a></li>
<li><a href="#safe-dns">Safe DNS</a></li>
<li><a href="#cira.ca-dns">CIRA Shield DNS</a></li>
<li><a href="#opennic-dns">OpenNIC DNS</a></li>
<li><a href="#blahdns.ger-dns">BlahDNS</a></li>
<li><a href="#snopyta-dns">Snopyta DNS</a></li>
<li><a href="#dns-for-family">DNS for Family</a></li>
<li><a href="#cz-nic">CZ.NIC ODVR</a></li>
<li><a href="#ali-dns">Ali DNS</a> </li>
<li><a href="#cfiec-dns">CFIEC Public DNS</a></li>
<li><a href="#nawala-childprotection-dns">Nawala Childprotection DNS</a>
<!--* [DNSCEPAT.ID](#dnscepat.id)--></li>
<li><a href="#360-dns">360 Secure DNS</a></li>
<li><a href="#iij-dns">IIJ.JP DNS</a></li>
<li><a href="#dnspod-dns">DNSPod</a></li>
<li><a href="#114-dns">114DNS</a></li>
<li><a href="#quad101">Quad101</a></li>
<li><a href="#onedns">OneDNS</a> </li>
<li><a href="#privacy-first-dns">Privacy-First DNS</a></li>
<li><a href="#free-dns">FreeDNS</a></li>
<li><a href="#freenom-world">Freenom World</a></li>
<li><a href="#oszx-dns">OSZX DNS</a></li>
<li><a href="#applied-privacy-dns">Applied Privacy DNS</a></li>
<li><a href="#strongarm-dns">Strongarm DNS</a></li>
<li><a href="#safesurfer-dns">SafeSurfer DNS</a></li>
<li><a href="#decloudus-dns">DecloudUs DNS</a></li>
<li><a href="#lelux-dns">Lelux DNS</a></li>
<li><a href="#captnemo-dns">Captnemo DNS</a></li>
<li><a href="#dns-sb">DNS.SB</a></li>
<li><a href="#dns-forge">DNS Forge</a></li>
<li><a href="#restena-dns">Fondation Restena DNS</a></li>
<li><a href="#fvz-dns">fvz DNS</a></li>
<li><a href="#ffmuc.net-dns">FFMUC DNS</a></li>
<li><a href="#digitale-gesellschaft-dns">Digitale Gesellschaft DNS</a></li>
<li><a href="#libre-dns">LibreDNS</a></li>
<li><a href="#ibksturm-dns">ibksturm DNS</a></li>
<li><a href="#dnsprivacy.org-dns">DNS Privacy</a></li>
<li><a href="#ahadns">AhaDNS</a></li>
<li><a href="#seby-dns">Seby DNS</a></li>
<li><a href="#puntcat-dns">puntCAT DNS</a></li>
<li><a href="#dnslify-dns">DNSlify DNS</a></li>
<li><a href="#nextdns">NextDNS</a></li>
<li><a href="#rethinkdns">RethinkDNS</a></li>
<li><a href="#controld">ControlD DNS</a></li>
<li><a href="#mullvad">Mullvad</a></li>
<li><a href="#small-resolvers">Small personal resolvers</a>
<ul>
<li><a href="#arapurayil">Arapurayil</a></li>
<li><a href="#dandelion-sprouts-official-dns-server">Dandelion Sprout's Official DNS Server</a></li>
</ul></li>
</ul>
<p><a name="adguard-dns"></a></p>
<h3>AdGuard DNS</h3>
<p><a href="https://adguard-dns.com/welcome.html">AdGuard DNS</a> is an alternative solution for ad blocking, privacy protection, and parental control. It provides the number of necessary protection features against online ads, trackers, and phishing, no matter what platform and device you use.</p>
<h4>Default</h4>
<p>These servers provide blocking ads, tracking and phishing</p>
<table>
<thead>
<tr>
<th>Protocol</th>
<th>Address</th>
<th></th>
</tr>
</thead>
<tbody>
<tr>
<td>DNS, IPv4</td>
<td><code>94.140.14.14</code> and <code>94.140.15.15</code></td>
<td><a href="sdns://AAcAAAAAAAAADDk0LjE0MC4xNC4xNA">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNS, IPv6</td>
<td><code>2a10:50c0::ad1:ff</code> and <code>2a10:50c0::ad2:ff</code></td>
<td><a href="sdns://AAcAAAAAAAAAE1syYTEwOjUwYzA6OmFkMTpmZl0">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNSCrypt, IPv4</td>
<td>Provider: <code>2.dnscrypt.default.ns1.adguard.com</code> IP: <code>176.103.130.130:5443</code></td>
<td><a href="sdns://AQIAAAAAAAAAFDE3Ni4xMDMuMTMwLjEzMDo1NDQzINErR_JS3PLCu_iZEIbq95zkSV2LFsigxDIuUso_OQhzIjIuZG5zY3J5cHQuZGVmYXVsdC5uczEuYWRndWFyZC5jb20">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNSCrypt, IPv6</td>
<td>Provider: <code>2.dnscrypt.default.ns2.adguard.com</code> IP: <code>[2a00:5a60::ad2:0ff]:5443</code></td>
<td><a href="sdns://AQIAAAAAAAAAGVsyYTAwOjVhNjA6OmFkMjowZmZdOjU0NDMggdAC02pMpQxHO3R5ZQ_hLgKzIcthOFYqII5APf3FXpQiMi5kbnNjcnlwdC5kZWZhdWx0Lm5zMi5hZGd1YXJkLmNvbQ">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNS-over-HTTPS</td>
<td><code>https://dns.adguard.com/dns-query</code></td>
<td><a href="sdns://AgcAAAAAAAAAAAAPZG5zLmFkZ3VhcmQuY29tCi9kbnMtcXVlcnk">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNS-over-TLS</td>
<td><code>tls://dns.adguard.com</code></td>
<td><a href="sdns://AwMAAAAAAAAAAAAPZG5zLmFkZ3VhcmQuY29t">Add to AdGuard</a></td>
</tr>
</tbody>
</table>
<h4>Family Protection</h4>
<p>These servers provide the Default features + Blocking adult websites + Safe search</p>
<table>
<thead>
<tr>
<th>Protocol</th>
<th>Address</th>
<th></th>
</tr>
</thead>
<tbody>
<tr>
<td>DNS, IPv4</td>
<td><code>94.140.14.15</code> and <code>94.140.15.16</code></td>
<td><a href="sdns://AAcAAAAAAAAADDk0LjE0MC4xNC4xNQ">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNS, IPv6</td>
<td><code>2a10:50c0::bad1:ff</code> and <code>2a10:50c0::bad2:ff</code></td>
<td><a href="sdns://AAcAAAAAAAAAFFsyYTEwOjUwYzA6OmJhZDE6ZmZd">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNSCrypt, IPv4</td>
<td>Provider: <code>2.dnscrypt.family.ns1.adguard.com</code> IP: <code>176.103.130.132:5443</code></td>
<td><a href="sdns://AQIAAAAAAAAAFDE3Ni4xMDMuMTMwLjEzMjo1NDQzILgxXdexS27jIKRw3C7Wsao5jMnlhvhdRUXWuMm1AFq6ITIuZG5zY3J5cHQuZmFtaWx5Lm5zMS5hZGd1YXJkLmNvbQ">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNSCrypt, IPv6</td>
<td>Provider: <code>2.dnscrypt.family.ns2.adguard.com</code> IP: <code>[2a00:5a60::bad2:0ff]:5443</code></td>
<td><a href="sdns://AQIAAAAAAAAAGlsyYTAwOjVhNjA6OmJhZDI6MGZmXTo1NDQzIIwhF6nrwVfW-2QFbwrbwRxdg2c0c8RuJY2bL1fU7jUfITIuZG5zY3J5cHQuZmFtaWx5Lm5zMi5hZGd1YXJkLmNvbQ">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNS-over-HTTPS</td>
<td><code>https://dns-family.adguard.com/dns-query</code></td>
<td><a href="sdns://AgcAAAAAAAAAAAAWZG5zLWZhbWlseS5hZGd1YXJkLmNvbQovZG5zLXF1ZXJ5">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNS-over-TLS</td>
<td><code>tls://dns-family.adguard.com</code></td>
<td><a href="sdns://AwMAAAAAAAAAAAAWZG5zLWZhbWlseS5hZGd1YXJkLmNvbQ">Add to AdGuard</a></td>
</tr>
</tbody>
</table>
<h4>Non-filtering</h4>
<p>These servers provide a secure and reliable connection, but they don't filter anything like the "Default" and "Family protection" servers.</p>
<table>
<thead>
<tr>
<th>Protocol</th>
<th>Address</th>
<th></th>
</tr>
</thead>
<tbody>
<tr>
<td>DNS, IPv4</td>
<td><code>94.140.14.140</code> and <code>94.140.14.141</code></td>
<td><a href="sdns://AAcAAAAAAAAADTk0LjE0MC4xNC4xNDA">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNS, IPv6</td>
<td><code>2a10:50c0::1:ff</code> and <code>2a10:50c0::2:ff</code></td>
<td><a href="sdns://AAcAAAAAAAAAEVsyYTEwOjUwYzA6OjE6ZmZd">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNSCrypt, IPv4</td>
<td>Provider: <code>2.dnscrypt.unfiltered.ns1.adguard.com</code> IP: <code>94.140.14.140:5443</code></td>
<td><a href="sdns://AQMAAAAAAAAAEjk0LjE0MC4xNC4xNDA6NTQ0MyC16ETWuDo-PhJo62gfvqcN48X6aNvWiBQdvy7AZrLa-iUyLmRuc2NyeXB0LnVuZmlsdGVyZWQubnMxLmFkZ3VhcmQuY29t">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNSCrypt, IPv6</td>
<td>Provider: <code>2.dnscrypt.default.ns2.adguard.com</code> IP: <code>[2a00:5a60::01:ff]:5443</code></td>
<td><a href="sdns://AQIAAAAAAAAAF1syYTAwOjVhNjA6OjAxOmZmXTo1NDQzIIHQAtNqTKUMRzt0eWUP4S4CsyHLYThWKiCOQD39xV6UIjIuZG5zY3J5cHQuZGVmYXVsdC5uczIuYWRndWFyZC5jb20">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNS-over-HTTPS</td>
<td><code>https://dns-unfiltered.adguard.com/dns-query</code></td>
<td><a href="sdns://AgcAAAAAAAAAAAAaZG5zLXVuZmlsdGVyZWQuYWRndWFyZC5jb20KL2Rucy1xdWVyeQ">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNS-over-TLS</td>
<td><code>tls://dns-unfiltered.adguard.com</code></td>
<td><a href="sdns://AwAAAAAAAAAAAAAaZG5zLXVuZmlsdGVyZWQuYWRndWFyZC5jb20">Add to AdGuard</a></td>
</tr>
</tbody>
</table>
<p><a name="yandex-dns"></a></p>
<h3>Yandex DNS</h3>
<p><a href="https://dns.yandex.com/">Yandex.DNS</a> is a free recursive DNS service. Yandex.DNS' servers are located in Russia, CIS countries, and Western Europe. Users' requests are processed by the nearest data center which provides high connection speeds.</p>
<h4>Basic</h4>
<p>In "Basic" mode, there is no traffic filtering</p>
<table>
<thead>
<tr>
<th>Protocol</th>
<th>Address</th>
<th></th>
</tr>
</thead>
<tbody>
<tr>
<td>DNS, IPv4</td>
<td><code>77.88.8.8</code> and <code>77.88.8.1</code></td>
<td><a href="sdns://AAAAAAAAAAAACTc3Ljg4LjguOA">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNS, IPv6</td>
<td><code>2a02:6b8::feed:0ff</code> and <code>2a02:6b8:0:1::feed:0ff</code></td>
<td><a href="sdns://AAAAAAAAAAAAFFsyYTAyOjZiODo6ZmVlZDowZmZd">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNSCrypt, IPv4</td>
<td>Provider: <code>2.dnscrypt-cert.browser.yandex.net</code> IP: <code>77.88.8.78:15353</code></td>
<td><a href="sdns://AQQAAAAAAAAAEDc3Ljg4LjguNzg6MTUzNTMg04TAccn3RmKvKszVe13MlxTUB7atNgHhrtwG1W1JYyciMi5kbnNjcnlwdC1jZXJ0LmJyb3dzZXIueWFuZGV4Lm5ldA">Add to AdGuard</a></td>
</tr>
</tbody>
</table>
<h4>Safe</h4>
<p>In "Safe" mode, protection from infected and fraudulent sites is provided</p>
<table>
<thead>
<tr>
<th>Protocol</th>
<th>Address</th>
<th></th>
</tr>
</thead>
<tbody>
<tr>
<td>DNS, IPv4</td>
<td><code>77.88.8.88</code> and <code>77.88.8.2</code></td>
<td><a href="sdns://AAAAAAAAAAAACjc3Ljg4LjguODg">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNS, IPv6</td>
<td><code>2a02:6b8::feed:bad</code> and <code>2a02:6b8:0:1::feed:bad</code></td>
<td><a href="sdns://AAAAAAAAAAAAFFsyYTAyOjZiODo6ZmVlZDpiYWRd">Add to AdGuard</a></td>
</tr>
</tbody>
</table>
<h4>Family</h4>
<p>In "Family" mode, protection from infected, fraudulent and adult sites is provided </p>
<table>
<thead>
<tr>
<th>Protocol</th>
<th>Address</th>
<th></th>
</tr>
</thead>
<tbody>
<tr>
<td>DNS, IPv4</td>
<td><code>77.88.8.3</code> and <code>77.88.8.7</code></td>
<td><a href="sdns://AAAAAAAAAAAACTc3Ljg4LjguMw">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNS, IPv6</td>
<td><code>2a02:6b8::feed:a11</code> and <code>2a02:6b8:0:1::feed:a11</code></td>
<td><a href="sdns://AAAAAAAAAAAAFFsyYTAyOjZiODo6ZmVlZDphMTFd">Add to AdGuard</a></td>
</tr>
</tbody>
</table>
<p><a name="cleanbrowsing"></a></p>
<h3>CleanBrowsing</h3>
<p><a href="https://cleanbrowsing.org/">Cleanbrowsing</a> is a DNS service which provides customizable filtering. This service offers a safe way to browse the web without inappropriate content.</p>
<h4>Family Filter</h4>
<p>Blocks access to all adult, pornographic and explicit sites, including proxy & VPN domains and mixed content sites</p>
<table>
<thead>
<tr>
<th>Protocol</th>
<th>Address</th>
<th></th>
</tr>
</thead>
<tbody>
<tr>
<td>DNS, IPv4</td>
<td><code>185.228.168.168</code> and <code>185.228.169.168</code></td>
<td><a href="sdns://AAAAAAAAAAAADzE4NS4yMjguMTY4LjE2OA">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNS, IPv6</td>
<td><code>2a0d:2a00:1::</code> and <code>2a0d:2a00:2::</code></td>
<td><a href="sdns://AAAAAAAAAAAAD1syYTBkOjJhMDA6MTo6XQ">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNSCrypt, IPv4</td>
<td>Provider: <code>cleanbrowsing.org</code> IP: <code>185.228.168.168:8443</code></td>
<td><a href="sdns://AQMAAAAAAAAAFDE4NS4yMjguMTY4LjE2ODo4NDQzILysMvrVQ2kXHwgy1gdQJ8MgjO7w6OmflBjcd2Bl1I8pEWNsZWFuYnJvd3Npbmcub3Jn">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNSCrypt, IPv6</td>
<td>Provider: <code>cleanbrowsing.org</code> IP: <code>[2a0d:2a00:1::]:8443</code></td>
<td><a href="sdns://AQMAAAAAAAAAFFsyYTBkOjJhMDA6MTo6XTo4NDQzILysMvrVQ2kXHwgy1gdQJ8MgjO7w6OmflBjcd2Bl1I8pEWNsZWFuYnJvd3Npbmcub3Jn">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNS-over-HTTPS</td>
<td><code>https://doh.cleanbrowsing.org/doh/family-filter/</code></td>
<td><a href="sdns://AgMAAAAAAAAAAAAVZG9oLmNsZWFuYnJvd3Npbmcub3JnEy9kb2gvZmFtaWx5LWZpbHRlci8">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNS-over-TLS</td>
<td><code>tls://family-filter-dns.cleanbrowsing.org</code></td>
<td><a href="sdns://AwAAAAAAAAAAAAAjZmFtaWx5LWZpbHRlci1kbnMuY2xlYW5icm93c2luZy5vcmc">Add to AdGuard</a></td>
</tr>
</tbody>
</table>
<h4>Adult Filter</h4>
<p>Less restrictive than the Family filter, it only blocks access to adult content and malicious and phishing domains</p>
<table>
<thead>
<tr>
<th>Protocol</th>
<th>Address</th>
<th></th>
</tr>
</thead>
<tbody>
<tr>
<td>DNS, IPv4</td>
<td><code>185.228.168.10</code> and <code>185.228.169.11</code></td>
<td><a href="sdns://AAAAAAAAAAAADjE4NS4yMjguMTY4LjEw">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNS, IPv6</td>
<td><code>2a0d:2a00:1::1</code> and <code>2a0d:2a00:2::1</code></td>
<td><a href="sdns://AAAAAAAAAAAAEFsyYTBkOjJhMDA6MTo6MV0">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNSCrypt, IPv4</td>
<td>Provider: <code>cleanbrowsing.org</code> IP: <code>185.228.168.10:8443</code></td>
<td><a href="sdns://AQMAAAAAAAAAEzE4NS4yMjguMTY4LjEwOjg0NDMgvKwy-tVDaRcfCDLWB1AnwyCM7vDo6Z-UGNx3YGXUjykRY2xlYW5icm93c2luZy5vcmc">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNSCrypt, IPv6</td>
<td>Provider: <code>cleanbrowsing.org</code> IP: <code>[2a0d:2a00:1::1]:8443</code></td>
<td><a href="sdns://AQMAAAAAAAAAFVsyYTBkOjJhMDA6MTo6MV06ODQ0MyC8rDL61UNpFx8IMtYHUCfDIIzu8Ojpn5QY3HdgZdSPKRFjbGVhbmJyb3dzaW5nLm9yZw">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNS-over-HTTPS</td>
<td><code>https://doh.cleanbrowsing.org/doh/adult-filter/</code></td>
<td><a href="sdns://AgMAAAAAAAAAAAAVZG9oLmNsZWFuYnJvd3Npbmcub3JnEi9kb2gvYWR1bHQtZmlsdGVyLw">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNS-over-TLS</td>
<td><code>tls://adult-filter-dns.cleanbrowsing.org</code></td>
<td><a href="sdns://AwMAAAAAAAAAAAAiYWR1bHQtZmlsdGVyLWRucy5jbGVhbmJyb3dzaW5nLm9yZw">Add to AdGuard</a></td>
</tr>
</tbody>
</table>
<h4>Security Filter</h4>
<p>Blocks phishing, spam and malicious domains</p>
<table>
<thead>
<tr>
<th>Protocol</th>
<th>Address</th>
<th></th>
</tr>
</thead>
<tbody>
<tr>
<td>DNS, IPv4</td>
<td><code>185.228.168.9</code> and <code>185.228.169.9</code></td>
<td><a href="sdns://AAAAAAAAAAAADTE4NS4yMjguMTY4Ljk">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNS, IPv6</td>
<td><code>2a0d:2a00:1::2</code> and <code>2a0d:2a00:2::2</code></td>
<td><a href="sdns://AAAAAAAAAAAAEFsyYTBkOjJhMDA6MTo6Ml0">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNS-over-HTTPS</td>
<td><code>https://doh.cleanbrowsing.org/doh/security-filter/</code></td>
<td><a href="sdns://AgMAAAAAAAAAAAAVZG9oLmNsZWFuYnJvd3Npbmcub3JnFS9kb2gvc2VjdXJpdHktZmlsdGVyLw">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNS-over-TLS</td>
<td><code>tls://security-filter-dns.cleanbrowsing.org</code></td>
<td><a href="sdns://AwMAAAAAAAAAAAAlc2VjdXJpdHktZmlsdGVyLWRucy5jbGVhbmJyb3dzaW5nLm9yZw">Add to AdGuard</a></td>
</tr>
</tbody>
</table>
<p><a name="comodo-secure-dns"></a></p>
<h3>Comodo Secure DNS</h3>
<p><a href="https://comodo.com/secure-dns/">Comodo Secure DNS</a> is a domain name resolution service that resolves your DNS requests through worldwide network of DNS servers. Removes excessive ads and protects from phishing and spyware.</p>
<table>
<thead>
<tr>
<th>Protocol</th>
<th>Address</th>
<th></th>
</tr>
</thead>
<tbody>
<tr>
<td>DNS, IPv4</td>
<td><code>8.26.56.26</code> and <code>8.20.247.20</code></td>
<td><a href="sdns://AAAAAAAAAAAACjguMjYuNTYuMjY">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNSCrypt, IPv4</td>
<td>Provider: <code>2.dnscrypt-cert.shield-2.dnsbycomodo.com</code> IP: <code>8.20.247.2</code></td>
<td><a href="sdns://AQAAAAAAAAAACjguMjAuMjQ3LjIg0sJUqpYcHsoXmZb1X7yAHwg2xyN5q1J-zaiGG-Dgs7AoMi5kbnNjcnlwdC1jZXJ0LnNoaWVsZC0yLmRuc2J5Y29tb2RvLmNvbQ">Add to AdGuard</a></td>
</tr>
</tbody>
</table>
<p><a name="neustar-dns"></a></p>
<h3>Neustar Recursive DNS</h3>
<p><a href="https://www.security.neustar/digital-performance/dns-services/recursive-dns">Neustar Recursive DNS</a> is a free cloud-based recursive DNS service that delivers fast and reliable access to sites and online applications with built-in security and threat intelligence.</p>
<h4>Reliability & Performance 1</h4>
<p>These servers provide reliable and fast DNS lookups without blocking any specific categories</p>
<table>
<thead>
<tr>
<th>Protocol</th>
<th>Address</th>
<th></th>
</tr>
</thead>
<tbody>
<tr>
<td>DNS, IPv4</td>
<td><code>156.154.70.1</code> and <code>156.154.71.1</code></td>
<td><a href="sdns://AAAAAAAAAAAADDE1Ni4xNTQuNzAuMQ">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNS, IPv6</td>
<td><code>2610:a1:1018::1</code> and <code>2610:a1:1019::1</code></td>
<td><a href="sdns://AAAAAAAAAAAAEVsyNjEwOmExOjEwMTg6OjFd">Add to AdGuard</a></td>
</tr>
</tbody>
</table>
<h4>Reliability & Performance 2*</h4>
<p>These servers provide reliable and fast DNS lookups without blocking any specific categories and also prevent redirecting NXDomain (Non-existent Domain) responses to a landing page</p>
<table>
<thead>
<tr>
<th>Protocol</th>
<th>Address</th>
<th></th>
</tr>
</thead>
<tbody>
<tr>
<td>DNS, IPv4</td>
<td><code>156.154.70.5</code> and <code>156.154.71.5</code></td>
<td><a href="sdns://AAAAAAAAAAAADDE1Ni4xNTQuNzAuNQ">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNS, IPv6</td>
<td><code>2610:a1:1018::5</code> and <code>2610:a1:1019::5</code></td>
<td><a href="sdns://AAAAAAAAAAAAEVsyNjEwOmExOjEwMTg6OjVd">Add to AdGuard</a></td>
</tr>
</tbody>
</table>
<h4>Threat Protection</h4>
<p>These servers provide protection against malicious domains and also include "Reliability & Performance" features</p>
<table>
<thead>
<tr>
<th>Protocol</th>
<th>Address</th>
<th></th>
</tr>
</thead>
<tbody>
<tr>
<td>DNS, IPv4</td>
<td><code>156.154.70.2</code> and <code>156.154.71.2</code></td>
<td><a href="sdns://AAAAAAAAAAAADDE1Ni4xNTQuNzAuMg">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNS, IPv6</td>
<td><code>2610:a1:1018::2</code> and <code>2610:a1:1019::2</code></td>
<td><a href="sdns://AAAAAAAAAAAAEVsyNjEwOmExOjEwMTg6OjJd">Add to AdGuard</a></td>
</tr>
</tbody>
</table>
<h4>Family Secure</h4>
<p>These servers provide blocking access to mature content and also include "Reliability & Performance" + "Threat Protection" features</p>
<table>
<thead>
<tr>
<th>Protocol</th>
<th>Address</th>
<th></th>
</tr>
</thead>
<tbody>
<tr>
<td>DNS, IPv4</td>
<td><code>156.154.70.3</code> and <code>156.154.71.3</code></td>
<td><a href="sdns://AAAAAAAAAAAADDE1Ni4xNTQuNzAuMw">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNS, IPv6</td>
<td><code>2610:a1:1018::3</code> and <code>2610:a1:1019::3</code></td>
<td><a href="sdns://AAAAAAAAAAAAEVsyNjEwOmExOjEwMTg6OjNd">Add to AdGuard</a></td>
</tr>
</tbody>
</table>
<h4>Business Secure</h4>
<p>These servers provide blocking unwanted and time-wasting content and also include "Reliability & Performance" + "Threat Protection" + "Family Secure" features</p>
<table>
<thead>
<tr>
<th>Protocol</th>
<th>Address</th>
<th></th>
</tr>
</thead>
<tbody>
<tr>
<td>DNS, IPv4</td>
<td><code>156.154.70.4</code> and <code>156.154.71.4</code></td>
<td><a href="sdns://AAAAAAAAAAAADDE1Ni4xNTQuNzAuNA">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNS, IPv6</td>
<td><code>2610:a1:1018::4</code> and <code>2610:a1:1019::4</code></td>
<td><a href="sdns://AAAAAAAAAAAAEVsyNjEwOmExOjEwMTg6OjRd">Add to AdGuard</a></td>
</tr>
</tbody>
</table>
<p><a name="cisco-opendns"></a></p>
<h3>Cisco OpenDNS</h3>
<p><a href="https://www.opendns.com/">Cisco OpenDNS</a> is a service which extends the DNS by incorporating features such as content filtering and phishing protection with a zero downtime. </p>
<h4>Standard</h4>
<p>DNS servers with custom filtering that protects your device from malware</p>
<table>
<thead>
<tr>
<th>Protocol</th>
<th>Address</th>
<th></th>
</tr>
</thead>
<tbody>
<tr>
<td>DNS, IPv4</td>
<td><code>208.67.222.222</code> and <code>208.67.220.220</code></td>
<td><a href="sdns://AAAAAAAAAAAADjIwOC42Ny4yMjIuMjIy">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNS, IPv6</td>
<td><code>2620:119:35::35</code> and <code>2620:119:53::53</code></td>
<td><a href="sdns://AAAAAAAAAAAAEVsyNjIwOjExOTozNTo6MzVd">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNSCrypt, IPv4</td>
<td>Provider: <code>2.dnscrypt-cert.opendns.com</code> IP: <code>208.67.220.220</code></td>
<td><a href="sdns://AQAAAAAAAAAADjIwOC42Ny4yMjAuMjIwILc1EUAgbyJdPivYItf9aR6hwzzI1maNDL4Ev6vKQ_t5GzIuZG5zY3J5cHQtY2VydC5vcGVuZG5zLmNvbQ">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNSCrypt, IPv6</td>
<td>Provider: <code>2.dnscrypt-cert.opendns.com</code> IP: <code>[2620:0:ccc::2]</code></td>
<td><a href="sdns://AQAAAAAAAAAAD1syNjIwOjA6Y2NjOjoyXSC3NRFAIG8iXT4r2CLX_WkeocM8yNZmjQy-BL-rykP7eRsyLmRuc2NyeXB0LWNlcnQub3BlbmRucy5jb20">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNS-over-HTTPS</td>
<td><code>https://doh.opendns.com/dns-query</code></td>
<td><a href="sdns://AgUAAAAAAAAAAAAPZG9oLm9wZW5kbnMuY29tCi9kbnMtcXVlcnk">Add to AdGuard</a></td>
</tr>
</tbody>
</table>
<h4>FamilyShield</h4>
<p>OpenDNS servers that provide adult content blocking</p>
<table>
<thead>
<tr>
<th>Protocol</th>
<th>Address</th>
<th></th>
</tr>
</thead>
<tbody>
<tr>
<td>DNS, IPv4</td>
<td><code>208.67.222.123</code> and <code>208.67.220.123</code></td>
<td><a href="sdns://AAAAAAAAAAAADjIwOC42Ny4yMjIuMTIz">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNSCrypt, IPv4</td>
<td>Provider: <code>2.dnscrypt-cert.opendns.com</code> IP: <code>208.67.220.123</code></td>
<td><a href="sdns://AQAAAAAAAAAADjIwOC42Ny4yMjAuMTIzILc1EUAgbyJdPivYItf9aR6hwzzI1maNDL4Ev6vKQ_t5GzIuZG5zY3J5cHQtY2VydC5vcGVuZG5zLmNvbQ">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNS-over-HTTPS</td>
<td><code>https://doh.familyshield.opendns.com/dns-query</code></td>
<td><a href="sdns://AgUAAAAAAAAAAAAcZG9oLmZhbWlseXNoaWVsZC5vcGVuZG5zLmNvbQovZG5zLXF1ZXJ5">Add to AdGuard</a></td>
</tr>
</tbody>
</table>
<p><a name="google-dns"></a></p>
<h3>Google DNS</h3>
<p><a href="https://developers.google.com/speed/public-dns/">Google DNS</a> is a free, global DNS resolution service that you can use as an alternative to your current DNS provider.</p>
<table>
<thead>
<tr>
<th>Protocol</th>
<th>Address</th>
<th></th>
</tr>
</thead>
<tbody>
<tr>
<td>DNS, IPv4</td>
<td><code>8.8.8.8</code> and <code>8.8.4.4</code></td>
<td><a href="sdns://AAAAAAAAAAAABzguOC44Ljg">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNS, IPv6</td>
<td><code>2001:4860:4860::8888</code> and <code>2001:4860:4860::8844</code></td>
<td><a href="sdns://AAAAAAAAAAAAFlsyMDAxOjQ4NjA6NDg2MDo6ODg4OF0">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNS-over-HTTPS</td>
<td><code>https://dns.google/dns-query</code></td>
<td><a href="sdns://AgUAAAAAAAAAACAe9iTP_15r07rd8_3b_epWVGfjdymdx-5mdRZvMAzBuQpkbnMuZ29vZ2xlCi9kbnMtcXVlcnk">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNS-over-TLS</td>
<td><code>tls://dns.google</code></td>
<td><a href="sdns://AwAAAAAAAAAAAAAKZG5zLmdvb2dsZQ">Add to AdGuard</a></td>
</tr>
</tbody>
</table>
<p><a name="cloudflare-dns"></a></p>
<h3>Cloudflare DNS</h3>
<p><a href="https://1.1.1.1/">Cloudflare DNS</a> is a free and fast DNS service which functions as a recursive name server providing domain name resolution for any host on the Internet.</p>
<h4>Standard</h4>
<table>
<thead>
<tr>
<th>Protocol</th>
<th>Address</th>
<th></th>
</tr>
</thead>
<tbody>
<tr>
<td>DNS, IPv4</td>
<td><code>1.1.1.1</code> and <code>1.0.0.1</code></td>
<td><a href="sdns://AAAAAAAAAAAABzEuMS4xLjE">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNS, IPv6</td>
<td><code>2606:4700:4700::1111</code> and <code>2606:4700:4700::1001</code></td>
<td><a href="sdns://AAAAAAAAAAAAFlsyNjA2OjQ3MDA6NDcwMDo6MTExMV0">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNS-over-HTTPS, IPv4</td>
<td><code>https://dns.cloudflare.com/dns-query</code></td>
<td><a href="sdns://AgcAAAAAAAAABzEuMC4wLjGgENk8mGSlIfMGXMOlIlCcKvq7AVgcrZxtjon911-ep0cg63Ul-I8NlFj4GplQGb_TTLiczclX57DvMV8Q-JdjgRgSZG5zLmNsb3VkZmxhcmUuY29tCi9kbnMtcXVlcnk">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNS-over-HTTPS, IPv6</td>
<td><code>https://dns.cloudflare.com/dns-query</code></td>
<td><a href="sdns://AgcAAAAAAAAAGVsyNjA2OjQ3MDA6NDcwMDo6MTExMV06NTOgENk8mGSlIfMGXMOlIlCcKvq7AVgcrZxtjon911-ep0cg63Ul-I8NlFj4GplQGb_TTLiczclX57DvMV8Q-JdjgRgSZG5zLmNsb3VkZmxhcmUuY29tCi9kbnMtcXVlcnk">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNS-over-TLS</td>
<td><code>tls://1dot1dot1dot1.cloudflare-dns.com</code></td>
<td><a href="sdns://AwcAAAAAAAAAAAAgMWRvdDFkb3QxZG90MS5jbG91ZGZsYXJlLWRucy5jb20">Add to AdGuard</a></td>
</tr>
</tbody>
</table>
<h4>Malware blocking only</h4>
<table>
<thead>
<tr>
<th>Protocol</th>
<th>Address</th>
<th></th>
</tr>
</thead>
<tbody>
<tr>
<td>DNS, IPv4</td>
<td><code>1.1.1.2</code> and <code>1.0.0.2</code></td>
<td><a href="sdns://AAAAAAAAAAAABzEuMS4xLjI">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNS, IPv6</td>
<td><code>2606:4700:4700::1112</code> and <code>2606:4700:4700::1002</code></td>
<td><a href="sdns://AAAAAAAAAAAAFlsyNjA2OjQ3MDA6NDcwMDo6MTExMl0">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNS-over-HTTPS</td>
<td><code>https://security.cloudflare-dns.com/dns-query</code></td>
<td><a href="sdns://AgcAAAAAAAAAAAAbc2VjdXJpdHkuY2xvdWRmbGFyZS1kbnMuY29tCi9kbnMtcXVlcnk">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNS-over-TLS</td>
<td><code>tls://security.cloudflare-dns.com</code></td>
<td><a href="sdns://AwcAAAAAAAAAAAAbc2VjdXJpdHkuY2xvdWRmbGFyZS1kbnMuY29t">Add to AdGuard</a></td>
</tr>
</tbody>
</table>
<h4>Malware and adult content blocking</h4>
<table>
<thead>
<tr>
<th>Protocol</th>
<th>Address</th>
<th></th>
</tr>
</thead>
<tbody>
<tr>
<td>DNS, IPv4</td>
<td><code>1.1.1.3</code> and <code>1.0.0.3</code></td>
<td><a href="sdns://AAAAAAAAAAAABzEuMS4xLjM">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNS, IPv6</td>
<td><code>2606:4700:4700::1113</code> and <code>2606:4700:4700::1003</code></td>
<td><a href="sdns://AAAAAAAAAAAAFlsyNjA2OjQ3MDA6NDcwMDo6MTExM10">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNS-over-HTTPS, IPv4</td>
<td><code>https://family.cloudflare-dns.com/dns-query</code></td>
<td><a href="sdns://AgcAAAAAAAAAAAAZZmFtaWx5LmNsb3VkZmxhcmUtZG5zLmNvbQovZG5zLXF1ZXJ5">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNS-over-TLS</td>
<td><code>tls://family.cloudflare-dns.com</code></td>
<td><a href="sdns://AwcAAAAAAAAAAAAZZmFtaWx5LmNsb3VkZmxhcmUtZG5zLmNvbQ">Add to AdGuard</a></td>
</tr>
</tbody>
</table>
<p><a name="quad9"></a></p>
<h3>Quad9 DNS</h3>
<p><a href="https://quad9.net/">Quad9 DNS</a> is a free, recursive, anycast DNS platform that provides high-performance, privacy, and security protection from phishing and spyware. Quad9 servers don't provide a censoring component.</p>
<h4>Standard</h4>
<p>Regular DNS servers which provide protection from phishing and spyware. It include blocklist, DNSSEC validation, and other security features.</p>
<table>
<thead>
<tr>
<th>Protocol</th>
<th>Address</th>
<th></th>
</tr>
</thead>
<tbody>
<tr>
<td>DNS, IPv4</td>
<td><code>9.9.9.9</code> and <code>149.112.112.112</code></td>
<td><a href="sdns://AAAAAAAAAAAABzkuOS45Ljk">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNS, IPv6</td>
<td><code>2620:fe::fe</code> IP: <code>2620:fe::fe:9</code></td>
<td><a href="sdns://AAAAAAAAAAAADVsyNjIwOmZlOjpmZV0">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNSCrypt, IPv4</td>
<td>Provider: <code>2.dnscrypt-cert.quad9.net</code> IP: <code>9.9.9.9:8443</code></td>
<td><a href="sdns://AQMAAAAAAAAADDkuOS45Ljk6ODQ0MyBnyEe4yHWM0SAkVUO-dWdG3zTfHYTAC4xHA2jfgh2GPhkyLmRuc2NyeXB0LWNlcnQucXVhZDkubmV0">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNSCrypt, IPv6</td>
<td>Provider: <code>2.dnscrypt-cert.quad9.net</code> IP: <code>[2620:fe::fe]:8443</code></td>
<td><a href="sdns://AQMAAAAAAAAAElsyNjIwOmZlOjpmZV06ODQ0MyBnyEe4yHWM0SAkVUO-dWdG3zTfHYTAC4xHA2jfgh2GPhkyLmRuc2NyeXB0LWNlcnQucXVhZDkubmV0">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNS-over-HTTPS</td>
<td><code>https://dns.quad9.net/dns-query</code></td>
<td><a href="sdns://AgEAAAAAAAAAAAANZG5zLnF1YWQ5Lm5ldAovZG5zLXF1ZXJ5">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNS-over-TLS</td>
<td><code>tls://dns.quad9.net</code></td>
<td><a href="sdns://AwAAAAAAAAAAAAANZG5zLnF1YWQ5Lm5ldA">Add to AdGuard</a></td>
</tr>
</tbody>
</table>
<h4>Unsecured</h4>
<p>Unsecured DNS servers provide no security blocklist, no DNSSEC, No EDNS client-Subnet</p>
<table>
<thead>
<tr>
<th>Protocol</th>
<th>Address</th>
<th></th>
</tr>
</thead>
<tbody>
<tr>
<td>DNS, IPv4</td>
<td><code>9.9.9.10</code> and <code>149.112.112.10</code></td>
<td><a href="sdns://AAAAAAAAAAAACDkuOS45LjEw">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNS, IPv6</td>
<td><code>2620:fe::10</code> IP: <code>2620:fe::fe:10</code></td>
<td><a href="sdns://AAAAAAAAAAAADVsyNjIwOmZlOjoxMF0">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNSCrypt, IPv4</td>
<td>Provider: <code>2.dnscrypt-cert.quad9.net</code> IP: <code>9.9.9.10:8443</code></td>
<td><a href="sdns://AQMAAAAAAAAADTkuOS45LjEwOjg0NDMgZ8hHuMh1jNEgJFVDvnVnRt803x2EwAuMRwNo34Idhj4ZMi5kbnNjcnlwdC1jZXJ0LnF1YWQ5Lm5ldA">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNSCrypt, IPv6</td>
<td>Provider: <code>2.dnscrypt-cert.quad9.net</code> IP: <code>[2620:fe::fe:10]:8443</code></td>
<td><a href="sdns://AQMAAAAAAAAAFVsyNjIwOmZlOjpmZToxMF06ODQ0MyBnyEe4yHWM0SAkVUO-dWdG3zTfHYTAC4xHA2jfgh2GPhkyLmRuc2NyeXB0LWNlcnQucXVhZDkubmV0">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNS-over-HTTPS</td>
<td><code>https://dns10.quad9.net/dns-query</code></td>
<td><a href="sdns://AgEAAAAAAAAAAAAPZG5zMTAucXVhZDkubmV0Ci9kbnMtcXVlcnk">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNS-over-TLS</td>
<td><code>tls://dns10.quad9.net</code></td>
<td><a href="sdns://AwAAAAAAAAAAAAAPZG5zMTAucXVhZDkubmV0">Add to AdGuard</a></td>
</tr>
</tbody>
</table>
<h4><a href="https://en.wikipedia.org/wiki/EDNS_Client_Subnet">ECS</a> support</h4>
<p>EDNS Client-Subnet is a method that includes components of end-user IP address data in requests that are sent to authoritative DNS servers. It provides security blocklist, DNSSEC, EDNS Client-Subnet.</p>
<table>
<thead>
<tr>
<th>Protocol</th>
<th>Address</th>
<th></th>
</tr>
</thead>
<tbody>
<tr>
<td>DNS, IPv4</td>
<td><code>9.9.9.11</code> and <code>149.112.112.11</code></td>
<td><a href="sdns://AAAAAAAAAAAACDkuOS45LjEx">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNS, IPv6</td>
<td><code>2620:fe::11</code> IP: <code>2620:fe::fe:11</code></td>
<td><a href="sdns://AAAAAAAAAAAADVsyNjIwOmZlOjoxMV0">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNSCrypt, IPv4</td>
<td>Provider: <code>2.dnscrypt-cert.quad9.net</code> IP: <code>9.9.9.11:8443</code></td>
<td><a href="sdns://AQMAAAAAAAAADTkuOS45LjExOjg0NDMgZ8hHuMh1jNEgJFVDvnVnRt803x2EwAuMRwNo34Idhj4ZMi5kbnNjcnlwdC1jZXJ0LnF1YWQ5Lm5ldA">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNSCrypt, IPv6</td>
<td>Provider: <code>2.dnscrypt-cert.quad9.net</code> IP: <code>[2620:fe::11]:8443</code></td>
<td><a href="sdns://AQMAAAAAAAAAElsyNjIwOmZlOjoxMV06ODQ0MyBnyEe4yHWM0SAkVUO-dWdG3zTfHYTAC4xHA2jfgh2GPhkyLmRuc2NyeXB0LWNlcnQucXVhZDkubmV0">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNS-over-HTTPS</td>
<td><code>https://dns11.quad9.net/dns-query</code></td>
<td><a href="sdns://AgEAAAAAAAAAAAAPZG5zMTEucXVhZDkubmV0Ci9kbnMtcXVlcnk">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNS-over-TLS</td>
<td><code>tls://dns11.quad9.net</code></td>
<td><a href="sdns://AwAAAAAAAAAAAAAPZG5zMTEucXVhZDkubmV0">Add to AdGuard</a></td>
</tr>
</tbody>
</table>
<p><a name="verisign-public-dns"></a></p>
<h3>Verisign Public DNS</h3>
<p><a href="https://www.verisign.com/security-services/public-dns/">Verisign Public DNS</a> is a free DNS service that offers improved DNS stability and security over other alternatives. Verisign respects users' privacy: it doesn't sell public DNS data to third parties and redirect users' queries to serve them any ads.</p>
<table>
<thead>
<tr>
<th>Protocol</th>
<th>Address</th>
<th></th>
</tr>
</thead>
<tbody>
<tr>
<td>DNS, IPv4</td>
<td><code>64.6.64.6</code> or <code>64.6.65.6</code></td>
<td><a href="sdns://AAAAAAAAAAAACTY0LjYuNjQuNg">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNS, IPv6</td>
<td><code>2620:74:1b::1:1</code> or <code>2620:74:1c::2:2</code></td>
<td><a href="sdns://AAAAAAAAAAAAEVsyNjIwOjc0OjFiOjoxOjFd">Add to AdGuard</a></td>
</tr>
</tbody>
</table>
<p><a name="switch.ch-dns"></a></p>
<h3>SWITCH DNS</h3>
<p><a href="https://www.switch.ch/security/info/public-dns/">SWITCH DNS</a> is a swiss public DNS service provided by <a href="https://www.switch.ch/">switch.ch</a> </p>
<table>
<thead>
<tr>
<th>Protocol</th>
<th>Address</th>
<th></th>
</tr>
</thead>
<tbody>
<tr>
<td>DNS, IPv4</td>
<td>Provider: <code>dns.switch.ch</code> IP: <code>130.59.31.248</code></td>
<td><a href="sdns://AAAAAAAAAAAADTEzMC41OS4zMS4yNDg">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNS, IPv6</td>
<td>Provider: <code>dns.switch.ch</code> IPv6: <code>2001:620:0:ff::2</code></td>
<td><a href="sdns://AAAAAAAAAAAAElsyMDAxOjYyMDowOmZmOjoyXQ">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNS-over-HTTPS</td>
<td><code>https://dns.switch.ch/dns-query</code></td>
<td><a href="sdns://AgcAAAAAAAAAAAANZG5zLnN3aXRjaC5jaAovZG5zLXF1ZXJ5">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNS-over-TLS</td>
<td>Hostname: <code>tls://dns.switch.ch</code> IP: <code>130.59.31.248</code> and IPv6: <code>2001:620:0:ff::2</code></td>
<td><a href="sdns://AwAAAAAAAAAAAAANZG5zLnN3aXRjaC5jaA">Add to AdGuard</a></td>
</tr>
</tbody>
</table>
<p><a name="dyn-dns"></a></p>
<h3>Dyn DNS</h3>
<p><a href="https://help.dyn.com/internet-guide-setup/">Dyn DNS</a> is a free alternative DNS service by Dyn</p>
<table>
<thead>
<tr>
<th>Protocol</th>
<th>Address</th>
<th></th>
</tr>
</thead>
<tbody>
<tr>
<td>DNS, IPv4</td>
<td><code>216.146.35.35</code> and <code>216.146.36.36</code></td>
<td><a href="sdns://AAAAAAAAAAAADTIxNi4xNDYuMzUuMzU">Add to AdGuard</a></td>
</tr>
</tbody>
</table>
<p><a name="dnswatch-dns"></a></p>
<h3>DNS.WATCH</h3>
<p><a href="https://dns.watch/">DNS.WATCH</a> is a fast and free server without logging with a privacy protection feature.</p>
<table>
<thead>
<tr>
<th>Protocol</th>
<th>Address</th>
<th></th>
</tr>
</thead>
<tbody>
<tr>
<td>DNS, IPv4</td>
<td><code>84.200.69.80</code> and <code>84.200.70.40</code></td>
<td><a href="sdns://AAAAAAAAAAAADDg0LjIwMC42OS44MA">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNS, IPv6</td>
<td><code>2001:1608:10:25::1c04:b12f</code> and <code>2001:1608:10:25::9249:d69b</code></td>
<td><a href="sdns://AAAAAAAAAAAAHFsyMDAxOjE2MDg6MTA6MjU6OjFjMDQ6YjEyZl0">Add to AdGuard</a></td>
</tr>
</tbody>
</table>
<p><a name="sky-dns"></a></p>
<h3>SkyDNS RU</h3>
<p><a href="https://www.skydns.ru/en/">SkyDNS</a> solutions for content filtering and internet security.</p>
<table>
<thead>
<tr>
<th>Protocol</th>
<th>Address</th>
<th></th>
</tr>
</thead>
<tbody>
<tr>
<td>DNS, IPv4</td>
<td><code>193.58.251.251</code></td>
<td><a href="sdns://AAAAAAAAAAAADjE5My41OC4yNTEuMjUx">Add to AdGuard</a></td>
</tr>
</tbody>
</table>
<p><a name="comss.ru"></a></p>
<h3>Comss.ru DNS</h3>
<p><a href="https://www.comss.ru/page.php" id="7315">Comss.one DNS</a> is a fast and secure DNS servers with protection against ads, tracking and phishing.</p>
<h4>West DNS Server (Main)</h4>
<table>
<thead>
<tr>
<th>Protocol</th>
<th>Address</th>
<th></th>
</tr>
</thead>
<tbody>
<tr>
<td>DNS, IPv4</td>
<td><code>92.38.152.163</code> and <code>93.115.24.204</code></td>
<td><a href="sdns://AAAAAAAAAAAADTkyLjM4LjE1Mi4xNjM">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNS, IPv6</td>
<td><code>2a03:90c0:56::1a5</code> and <code>2a02:7b40:5eb0:e95d::1</code></td>
<td><a href="sdns://AAAAAAAAAAAAE1syYTAzOjkwYzA6NTY6OjFhNV0">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNSCrypt, IPv4</td>
<td>Provider: <code>2.dnscrypt-cert.dns.comss.one</code> IP: <code>94.176.233.93:443</code></td>
<td><a href="sdns://AQMAAAAAAAAAETk0LjE3Ni4yMzMuOTM6NDQzIBVpyAOGbSSr5yLPYOsmU-FiMj2_q0BAdu6WiMTPzpMTHTIuZG5zY3J5cHQtY2VydC5kbnMuY29tc3Mub25l">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNSCrypt, IPv6</td>
<td>Provider: <code>2.dnscrypt-cert.dns.comss.one</code> IP: <code>[2a02:7b40:5eb0:e95d::1]:443</code></td>
<td><a href="sdns://AQMAAAAAAAAAHFsyYTAyOjdiNDA6NWViMDplOTVkOjoxXTo0NDMgFWnIA4ZtJKvnIs9g6yZT4WIyPb-rQEB27paIxM_OkxMdMi5kbnNjcnlwdC1jZXJ0LmRucy5jb21zcy5vbmU">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNS-over-HTTPS</td>
<td><code>https://dns.comss.one/dns-query</code></td>
<td><a href="sdns://AgAAAAAAAAAAAAANZG5zLmNvbXNzLm9uZQovZG5zLXF1ZXJ5">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNS-over-TLS</td>
<td><code>tls://dns.comss.one</code></td>
<td><a href="sdns://AwAAAAAAAAAAAAANZG5zLmNvbXNzLm9uZQ">Add to AdGuard</a></td>
</tr>
</tbody>
</table>
<h4>East DNS Server (Siberia and Far East)</h4>
<table>
<thead>
<tr>
<th>Protocol</th>
<th>Address</th>
<th></th>
</tr>
</thead>
<tbody>
<tr>
<td>DNS, IPv4</td>
<td><code>92.223.109.31</code> and <code>91.230.211.67</code></td>
<td><a href="sdns://AAAAAAAAAAAADTkyLjIyMy4xMDkuMzE">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNS, IPv6</td>
<td><code>2a03:90c0:b5::1a</code> and <code>2a04:2fc0:39::47</code></td>
<td><a href="sdns://AAAAAAAAAAAAElsyYTAzOjkwYzA6YjU6OjFhXQ">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNS-over-HTTPS</td>
<td><code>https://dns.east.comss.one/dns-query</code></td>
<td><a href="sdns://AgAAAAAAAAAAAAASZG5zLmVhc3QuY29tc3Mub25lCi9kbnMtcXVlcnk">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNS-over-TLS</td>
<td><code>tls://dns.east.comss.one</code></td>
<td><a href="sdns://AwAAAAAAAAAAAAASZG5zLmVhc3QuY29tc3Mub25l">Add to AdGuard</a></td>
</tr>
</tbody>
</table>
<p><a name="safe-dns"></a></p>
<h3>Safe DNS</h3>
<p><a href="https://www.safedns.com/">Safe DNS</a> is a global anycast network which consists of servers located throughout the world — both Americas, Europe, Africa, Australia, and the Far East to ensure a fast and reliable DNS resolving from any point worldwide.</p>
<table>
<thead>
<tr>
<th>Protocol</th>
<th>Address</th>
<th></th>
</tr>
</thead>
<tbody>
<tr>
<td>DNS, IPv4</td>
<td><code>195.46.39.39</code> and <code>195.46.39.40</code></td>
<td><a href="sdns://AAAAAAAAAAAADDE5NS40Ni4zOS4zOQ">Add to AdGuard</a></td>
</tr>
</tbody>
</table>
<p><a name="cira.ca-dns"></a></p>
<h3>CIRA Canadian Shield DNS</h3>
<p><a href="https://www.cira.ca/cybersecurity-services/canadianshield/how-works">CIRA Shield DNS</a> protects against theft of personal and financial data. Keep viruses, ransomware, and other malware out of your home.</p>
<h4>Private</h4>
<p>In "Private" mode, DNS resolution only</p>
<table>
<thead>
<tr>
<th>Protocol</th>
<th>Address</th>
<th></th>
</tr>
</thead>
<tbody>
<tr>
<td>DNS, IPv4</td>
<td><code>149.112.121.10</code> and <code>149.112.122.10</code></td>
<td><a href="sdns://AAAAAAAAAAAADjE0OS4xMTIuMTIxLjEw">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNS, IPv6</td>
<td><code>2620:10A:80BB::10</code> and <code>2620:10A:80BC::10</code></td>
<td><a href="sdns://AAAAAAAAAAAAE1syNjIwOjEwQTo4MEJCOjoxMF0">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNS-over-HTTPS</td>
<td><code>https://private.canadianshield.cira.ca/dns-query</code></td>
<td><a href="sdns://AgEAAAAAAAAAAAAecHJpdmF0ZS5jYW5hZGlhbnNoaWVsZC5jaXJhLmNhCi9kbnMtcXVlcnk">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNS-over-TLS - Private</td>
<td>Hostname: <code>tls://private.canadianshield.cira.ca</code> IP: <code>149.112.121.10</code> and IPv6: <code>2620:10A:80BB::10</code></td>
<td><a href="sdns://AwAAAAAAAAAAAAAecHJpdmF0ZS5jYW5hZGlhbnNoaWVsZC5jaXJhLmNh">Add to AdGuard</a></td>
</tr>
</tbody>
</table>
<h4>Protected</h4>
<p>In "Protected" mode, malware and phishing protection</p>
<table>
<thead>
<tr>
<th>Protocol</th>
<th>Address</th>
<th></th>
</tr>
</thead>
<tbody>
<tr>
<td>DNS, IPv4</td>
<td><code>149.112.121.20</code> and <code>149.112.122.20</code></td>
<td><a href="sdns://AAAAAAAAAAAADjE0OS4xMTIuMTIxLjIw">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNS, IPv6</td>
<td><code>2620:10A:80BB::20</code> and <code>2620:10A:80BC::20</code></td>
<td><a href="sdns://AAAAAAAAAAAAE1syNjIwOjEwQTo4MEJCOjoyMF0">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNS-over-HTTPS</td>
<td><code>https://protected.canadianshield.cira.ca/dns-query</code></td>
<td><a href="sdns://AgEAAAAAAAAAAAAgcHJvdGVjdGVkLmNhbmFkaWFuc2hpZWxkLmNpcmEuY2EKL2Rucy1xdWVyeQ">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNS-over-TLS - Protected</td>
<td>Hostname: <code>tls://protected.canadianshield.cira.ca</code> IP: <code>149.112.121.20</code> and IPv6: <code>2620:10A:80BB::20</code></td>
<td><a href="sdns://AwAAAAAAAAAAAAAgcHJvdGVjdGVkLmNhbmFkaWFuc2hpZWxkLmNpcmEuY2E">Add to AdGuard</a></td>
</tr>
</tbody>
</table>
<h4>Family</h4>
<p>In "Family" mode, Protected + blocking adult content</p>
<table>
<thead>
<tr>
<th>Protocol</th>
<th>Address</th>
<th></th>
</tr>
</thead>
<tbody>
<tr>
<td>DNS, IPv4</td>
<td><code>149.112.121.30</code> and <code>149.112.122.30</code></td>
<td><a href="sdns://AAAAAAAAAAAADjE0OS4xMTIuMTIxLjMw">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNS, IPv6</td>
<td><code>2620:10A:80BB::30</code> and <code>2620:10A:80BC::30</code></td>
<td><a href="sdns://AAAAAAAAAAAAE1syNjIwOjEwQTo4MEJCOjozMF0">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNS-over-HTTPS</td>
<td><code>https://family.canadianshield.cira.ca/dns-query</code></td>
<td><a href="sdns://AgEAAAAAAAAAAAAdZmFtaWx5LmNhbmFkaWFuc2hpZWxkLmNpcmEuY2EKL2Rucy1xdWVyeQ">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNS-over-TLS - Family</td>
<td>Hostname: <code>tls://protected.canadianshield.cira.ca</code> IP: <code>149.112.121.30</code> and IPv6: <code>2620:10A:80BB::30</code></td>
<td><a href="sdns://AwAAAAAAAAAAAAAdZmFtaWx5LmNhbmFkaWFuc2hpZWxkLmNpcmEuY2E">Add to AdGuard</a></td>
</tr>
</tbody>
</table>
<p><a name="opennic-dns"></a></p>
<h3>OpenNIC DNS</h3>
<p><a href="https://www.opennic.org/">OpenNIC DNS</a> is a free alternative DNS service by OpenNIC Project</p>
<table>
<thead>
<tr>
<th>Protocol</th>
<th>Address</th>
<th></th>
</tr>
</thead>
<tbody>
<tr>
<td>DNS, IPv4</td>
<td><code>185.121.177.177</code> and <code>169.239.202.202</code></td>
<td><a href="sdns://AAAAAAAAAAAADzE4NS4xMjEuMTc3LjE3Nw">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNS, IPv6</td>
<td><code>2a05:dfc7:5::53</code> and <code>2a05:dfc7:5353::53</code></td>
<td><a href="sdns://AAAAAAAAAAAAEVsyYTA1OmRmYzc6NTo6NTNd">Add to AdGuard</a></td>
</tr>
</tbody>
</table>
<p><a name="blahdns.ger-dns"></a></p>
<h3>BlahDNS</h3>
<p><a href="https://blahdns.com/">BlahDNS</a> A small hobby DNS project. No logs, Ethereum Name Service, DNSSEC ready & Filtered ads, trackers, malwares</p>
<h4>Finland DNS Server</h4>
<table>
<thead>
<tr>
<th>Protocol</th>
<th>Address</th>
<th></th>
</tr>
</thead>
<tbody>
<tr>
<td>DNS-over-TLS, IPv4</td>
<td>Hostname: <code>tls://dot-fi.blahdns.com</code> IP: <code>95.216.212.177</code></td>
<td><a href="sdns://AwAAAAAAAAAAAAAYdGxzOi8vZG90LWZpLmJsYWhkbnMuY29t">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNS-over-HTTPS, IPv4</td>
<td>Hostname: <code>https://doh-fi.blahdns.com/dns-query</code> IP: <code>95.216.212.177</code></td>
<td><a href="sdns://AgMAAAAAAAAAAAASZG9oLWZpLmJsYWhkbnMuY29tCi9kbnMtcXVlcnk">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNSCrypt, IPv4</td>
<td>Provider: <code>2.dnscrypt-cert.blahdns.com</code> IP: <code>95.216.212.177:8443</code></td>
<td><a href="sdns://AQMAAAAAAAAAEzk1LjIxNi4yMTIuMTc3Ojg0NDMgbC1IEdPcd6w0tIkpG7PJPgsGG0O9BZX-gf0hJ0E_SLUbMi5kbnNjcnlwdC1jZXJ0LmJsYWhkbnMuY29t">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNSCrypt, IPv6</td>
<td>Provider: <code>2.dnscrypt-cert.blahdns.com</code> IP: <code>2a01:4f9:c010:43ce::1:8443</code></td>
<td><a href="sdns://AQMAAAAAAAAAHFsyYTAxOjRmOTpjMDEwOjQzY2U6OjFdOjg0NDMgbC1IEdPcd6w0tIkpG7PJPgsGG0O9BZX-gf0hJ0E_SLUbMi5kbnNjcnlwdC1jZXJ0LmJsYWhkbnMuY29t">Add to AdGuard</a></td>
</tr>
</tbody>
</table>
<h4>Japan DNS Server</h4>
<table>
<thead>
<tr>
<th>Protocol</th>
<th>Address</th>
<th></th>
</tr>
</thead>
<tbody>
<tr>
<td>DNS-over-TLS, IPv4</td>
<td>Hostname: <code>tls://dot-jp.blahdns.com</code> IP: <code>139.162.112.47</code></td>
<td><a href="sdns://AwMAAAAAAAAAAAASZG90LWpwLmJsYWhkbnMuY29t">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNS-over-HTTPS, IPv4</td>
<td>Hostname: <code>https://doh-jp.blahdns.com/dns-query</code></td>
<td><a href="sdns://AgMAAAAAAAAAAAASZG9oLWpwLmJsYWhkbnMuY29tCi9kbnMtcXVlcnk">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNSCrypt, IPv4</td>
<td>Provider: <code>2.dnscrypt-cert.blahdns.com</code> IP: <code>139.162.112.47:8443</code></td>
<td><a href="sdns://AQMAAAAAAAAAEzEzOS4xNjIuMTEyLjQ3Ojg0NDMgbC1IEdPcd6w0tIkpG7PJPgsGG0O9BZX-gf0hJ0E_SLUbMi5kbnNjcnlwdC1jZXJ0LmJsYWhkbnMuY29t">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNSCrypt, IPv6</td>
<td>Provider: <code>2.dnscrypt-cert.blahdns.com</code> IP: <code>[2400:8902::f03c:92ff:fe27:344b]:8443</code></td>
<td><a href="sdns://AQMAAAAAAAAAJVsyNDAwOjg5MDI6OmYwM2M6OTJmZjpmZTI3OjM0NGJdOjg0NDMgbC1IEdPcd6w0tIkpG7PJPgsGG0O9BZX-gf0hJ0E_SLUbMi5kbnNjcnlwdC1jZXJ0LmJsYWhkbnMuY29t">Add to AdGuard</a></td>
</tr>
</tbody>
</table>
<h4>Germany DNS Server</h4>
<table>
<thead>
<tr>
<th>Protocol</th>
<th>Address</th>
<th></th>
</tr>
</thead>
<tbody>
<tr>
<td>DNS-over-TLS, IPv4</td>
<td>Hostname: <code>tls://dot-de.blahdns.com</code> IP: <code>159.69.198.101</code></td>
<td><a href="sdns://AwAAAAAAAAAAAAASZG90LWRlLmJsYWhkbnMuY29t">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNS-over-HTTPS, IPv4</td>
<td>Hostname: <code>https://doh-de.blahdns.com/dns-query</code> IP: <code>159.69.198.101</code></td>
<td><a href="sdns://AgMAAAAAAAAADjE1OS42OS4xOTguMTAxABJkb2gtZGUuYmxhaGRucy5jb20KL2Rucy1xdWVyeQ">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNSCrypt, IPv4</td>
<td>Provider: <code>2.dnscrypt-cert.blahdns.com</code> IP: <code>159.69.198.101:8443</code></td>
<td><a href="sdns://AQMAAAAAAAAAEzE1OS42OS4xOTguMTAxOjg0NDMgyJjbSS4IgTY_2KH3NVGG0DNIgBPzLEqf8r00nAbcUxQbMi5kbnNjcnlwdC1jZXJ0LmJsYWhkbnMuY29t">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNSCrypt, IPv6</td>
<td>Provider: <code>2.dnscrypt-cert.blahdns.com</code> IP: <code>2a01:4f8:1c1c:6b4b::1:8443</code></td>
<td><a href="sdns://AQMAAAAAAAAAHFsyYTAxOjRmODoxYzFjOjZiNGI6OjFdOjg0NDMgU4ToFEMUKT5W3RsUCh7xcq1HvboXmciVcpSVPQNOtccbMi5kbnNjcnlwdC1jZXJ0LmJsYWhkbnMuY29t">Add to AdGuard</a></td>
</tr>
</tbody>
</table>
<p><a name="snopyta-dns"></a></p>
<h3>Snopyta DNS</h3>
<p><a href="https://snopyta.org/">Snopyta DNS</a> is a privacy friendly DNS service run by Noah Seefried.</p>
<table>
<thead>
<tr>
<th>Protocol</th>
<th>Address</th>
<th></th>
</tr>
</thead>
<tbody>
<tr>
<td>DNS-over-HTTPS</td>
<td><code>https://fi.doh.dns.snopyta.org/dns-query</code> IP: <code>95.216.24.230</code> and IPv6: <code>2a01:4f9:2a:1919::9301</code></td>
<td><a href="sdns://AgcAAAAAAAAAAAAWZmkuZG9oLmRucy5zbm9weXRhLm9yZwovZG5zLXF1ZXJ5">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNS-over-TLS</td>
<td><code>tls://fi.dot.dns.snopyta.org</code> IP: <code>95.216.24.230</code> and IPv6: <code>2a01:4f9:2a:1919::9301</code></td>
<td><a href="sdns://AwMAAAAAAAAAAAAWZmkuZG90LmRucy5zbm9weXRhLm9yZw">Add to AdGuard</a></td>
</tr>
</tbody>
</table>
<p><a name="dns-for-family"></a></p>
<h3>DNS for Family</h3>
<p><a href="https://dnsforfamily.com/">DNS for Family</a> aims to block websites which are considered as adult related. It helps to children and everyone for safely surf internet without worrying about get followed to harmful websites.</p>
<table>
<thead>
<tr>
<th>Protocol</th>
<th>Address</th>
<th></th>
</tr>
</thead>
<tbody>
<tr>
<td>DNS-over-HTTPS</td>
<td><code>https://dns-doh.dnsforfamily.com/dns-query</code></td>
<td><a href="sdns://AgcAAAAAAAAAAAAgaHR0cHM6Ly9kbnMtZG9oLmRuc2ZvcmZhbWlseS5jb20KL2Rucy1xdWVyeQ">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNS-over-TLS</td>
<td><code>tls://dns-dot.dnsforfamily.com</code></td>
<td><a href="sdns://AwcAAAAAAAAAAAAYZG5zLWRvdC5kbnNmb3JmYW1pbHkuY29t">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNS, IPv4</td>
<td><code>94.130.180.225</code> and <code>78.47.64.161</code></td>
<td><a href="sdns://AAAAAAAAAAAADjk0LjEzMC4xODAuMjI1">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNS, IPv6</td>
<td><code>2a01:4f8:1c0c:40db::1</code> and <code>2a01:4f8:1c17:4df8::1</code></td>
<td><a href="sdns://AAAAAAAAAAAAF1syYTAxOjRmODoxYzBjOjQwZGI6OjFd">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNSCrypt, IPv4</td>
<td>Provider: <code>dnsforfamily.com</code> IP: <code>94.130.180.225</code></td>
<td><a href="sdns://AQIAAAAAAAAADjk0LjEzMC4xODAuMjI1ILtn1Ada3rLi6VNcj4pB-I5eHBqFzFbs_XFRHG-6KenTEGRuc2ZvcmZhbWlseS5jb20">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNSCrypt, IPv6</td>
<td>Provider: <code>dnsforfamily.com</code> IP: <code>[2a01:4f8:1c0c:40db::1]</code></td>
<td><a href="sdns://AQIAAAAAAAAAF1syYTAxOjRmODoxYzBjOjQwZGI6OjFdIKeNqJacdMufL_kvUDGFm5-J2r4yS94vn4S5ie-o8MCMEGRuc2ZvcmZhbWlseS5jb20">Add to AdGuard</a></td>
</tr>
</tbody>
</table>
<p><a name="cz-nic"></a></p>
<h3>CZ.NIC ODVR</h3>
<p><a href="https://www.nic.cz/odvr/">CZ.NIC ODVR</a> CZ.NIC ODVR are Open DNSSEC Validating Resolvers. CZ.NIC neither collect any personal data nor gather information on pages where devices sends personal data.</p>
<table>
<thead>
<tr>
<th>Protocol</th>
<th>Address</th>
<th></th>
</tr>
</thead>
<tbody>
<tr>
<td>DNS, IPv4</td>
<td><code>193.17.47.1</code> and <code>185.43.135.1</code></td>
<td><a href="sdns://AAAAAAAAAAAACzE5My4xNy40Ny4x">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNS, IPv6</td>
<td><code>2001:148f:ffff::1</code> and <code>2001:148f:fffe::1</code></td>
<td><a href="sdns://AAAAAAAAAAAAE1syMDAxOjE0OGY6ZmZmZjo6MV0">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNS-over-HTTPS</td>
<td><code>https://odvr.nic.cz/doh</code></td>
<td><a href="sdns://AgcAAAAAAAAAAAALb2R2ci5uaWMuY3oEL2RvaA">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNS-over-TLS</td>
<td><code>tls://odvr.nic.cz</code></td>
<td><a href="sdns://AwAAAAAAAAAAAAALb2R2ci5uaWMuY3o">Add to AdGuard</a></td>
</tr>
</tbody>
</table>
<p><a name="ali-dns"></a></p>
<h3>Ali DNS</h3>
<p><a href="https://alidns.com/">Ali DNS</a> is a free recursive DNS service that committed to providing fast, stable and secure DNS resolution for the majority of Internet users. It include AliGuard facility to protect users from various attacks and threats.</p>
<table>
<thead>
<tr>
<th>Protocol</th>
<th>Address</th>
<th></th>
</tr>
</thead>
<tbody>
<tr>
<td>DNS, IPv4</td>
<td><code>223.5.5.5</code> and <code>223.6.6.6</code></td>
<td><a href="sdns://AAAAAAAAAAAACTIyMy41LjUuNQ">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNS, IPv6</td>
<td><code>2400:3200::1</code> and <code>2400:3200:baba::1</code></td>
<td><a href="sdns://AAAAAAAAAAAADlsyNDAwOjMyMDA6OjFd">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNS-over-HTTPS</td>
<td><code>https://dns.alidns.com/dns-query</code></td>
<td><a href="sdns://AgcAAAAAAAAAAAAOZG5zLmFsaWRucy5jb20KL2Rucy1xdWVyeQ">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNS-over-TLS</td>
<td><code>tls://dns.alidns.com</code></td>
<td><a href="sdns://AwAAAAAAAAAAAAAOZG5zLmFsaWRucy5jb20">Add to AdGuard</a></td>
</tr>
</tbody>
</table>
<p><a name="cfiec-dns"></a></p>
<h3>CFIEC Public DNS</h3>
<p>IPv6-based anycast DNS service with strong security capabilities and protection from spyware, malicious websites. It support DNS64 to provide domain name resolution only for IPv6 users.</p>
<table>
<thead>
<tr>
<th>Protocol</th>
<th>Address</th>
<th></th>
</tr>
</thead>
<tbody>
<tr>
<td>DNS, IPv6</td>
<td><code>240C::6666</code> and <code>240C::6644</code></td>
<td><a href="sdns://AAAAAAAAAAAADFsyNDBDOjo2NjY2XQ">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNS-over-HTTPS</td>
<td><code>https://dns.cfiec.net/dns-query</code></td>
<td><a href="sdns://AgcAAAAAAAAAAAANZG5zLmNmaWVjLm5ldAovZG5zLXF1ZXJ5">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNS-over-TLS</td>
<td><code>tls://dns.cfiec.net</code></td>
<td><a href="sdns://AwAAAAAAAAAAAAATdGxzOi8vZG5zLmNmaWVjLm5ldA">Add to AdGuard</a></td>
</tr>
</tbody>
</table>
<p><a name="nawala-childprotection-dns"></a></p>
<h3>Nawala Childprotection DNS</h3>
<p><a href="http://nawala.id/">Nawala Childprotection DNS</a> is an anycast Internet filtering system that protects children from inappropriate websites and abusive contents.</p>
<table>
<thead>
<tr>
<th>Protocol</th>
<th>Address</th>
<th></th>
</tr>
</thead>
<tbody>
<tr>
<td>DNS, IPv4</td>
<td><code>180.131.144.144</code> and <code>180.131.145.145</code></td>
<td><a href="sdns://AAAAAAAAAAAADzE4MC4xMzEuMTQ0LjE0NA">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNSCrypt, IPv4</td>
<td>Provider: <code>2.dnscrypt-cert.nawala.id</code> IP: <code>180.131.144.144</code></td>
<td><a href="sdns://AQAAAAAAAAAADzE4MC4xMzEuMTQ0LjE0NCDGC-b_38Dj4-ikI477AO1GXcLPfETOFpE36KZIHdOzLhkyLmRuc2NyeXB0LWNlcnQubmF3YWxhLmlk">Add to AdGuard</a></td>
</tr>
</tbody>
</table>
<p><a name="dnscepat.id"></a></p>
<h3>DNSCEPAT</h3>
<p><a href="https://dnscepat.id/">DNSCEPAT</a> DNS is built for Security, Privacy and Fast Connectivity for you.</p>
<h4>Asia DNS Server</h4>
<table>
<thead>
<tr>
<th>Protocol</th>
<th>Address</th>
<th></th>
</tr>
</thead>
<tbody>
<tr>
<td>DNS-over-TLS</td>
<td>Hostname: <code>tls://asia.dnscepat.id</code></td>
<td><a href="sdns://AwcAAAAAAAAAAAAQYXNpYS5kbnNjZXBhdC5pZA">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNS IPv4</td>
<td>IP: <code>172.105.216.54</code></td>
<td><a href="sdns://AAcAAAAAAAAADjE3Mi4xMDUuMjE2LjU0">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNS IPv6</td>
<td>IP: <code>2400:8902::f03c:92ff:fe09:48cc</code></td>
<td><a href="sdns://AAcAAAAAAAAAIFsyNDAwOjg5MDI6OmYwM2M6OTJmZjpmZTA5OjQ4Y2Nd">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNS-over-HTTPS</td>
<td>Hostname: <code>https://asia.dnscepat.id/dns-query</code></td>
<td><a href="sdns://AgcAAAAAAAAAAAAQYXNpYS5kbnNjZXBhdC5pZAovZG5zLXF1ZXJ5">Add to AdGuard</a></td>
</tr>
</tbody>
</table>
<h4>Eropa DNS Server</h4>
<table>
<thead>
<tr>
<th>Protocol</th>
<th>Address</th>
<th></th>
</tr>
</thead>
<tbody>
<tr>
<td>DNS-over-TLS</td>
<td>Hostname: <code>tls://eropa.dnscepat.id</code></td>
<td><a href="sdns://AwcAAAAAAAAAAAARZXJvcGEuZG5zY2VwYXQuaWQ">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNS IPv4</td>
<td>IP: <code>5.2.75.231</code></td>
<td><a href="sdns://AAcAAAAAAAAACjUuMi43NS4yMzE">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNS IPv6</td>
<td>IP: <code>2a04:52c0:101:98d::</code></td>
<td><a href="sdns://AAcAAAAAAAAAFVsyYTA0OjUyYzA6MTAxOjk4ZDo6XQ">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNS-over-HTTPS</td>
<td>Hostname: <code>https://eropa.dnscepat.id/dns-query</code></td>
<td><a href="sdns://AgcAAAAAAAAAAAARZXJvcGEuZG5zY2VwYXQuaWQKL2Rucy1xdWVyeQ">Add to AdGuard</a></td>
</tr>
</tbody>
</table>
<p><a name="360-dns"></a></p>
<h3>360 Secure DNS</h3>
<p><strong>360 Secure DNS</strong> is a industry-leading recursive DNS service with advanced network security threats protection.</p>
<table>
<thead>
<tr>
<th>Protocol</th>
<th>Address</th>
<th></th>
</tr>
</thead>
<tbody>
<tr>
<td>DNS, IPv4</td>
<td><code>101.226.4.6</code> and <code>218.30.118.6</code></td>
<td><a href="sdns://AAAAAAAAAAAACzEwMS4yMjYuNC42">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNS, IPv4</td>
<td><code>123.125.81.6</code> and <code>140.207.198.6</code></td>
<td><a href="sdns://AAAAAAAAAAAADDEyMy4xMjUuODEuNg">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNS-over-HTTPS</td>
<td><code>https://doh.360.cn/dns-query</code></td>
<td><a href="sdns://AgcAAAAAAAAAAAAKZG9oLjM2MC5jbgovZG5zLXF1ZXJ5">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNS-over-TLS</td>
<td><code>tls://dot.360.cn</code></td>
<td><a href="sdns://AwAAAAAAAAAAAAAKZG90LjM2MC5jbg">Add to AdGuard</a></td>
</tr>
</tbody>
</table>
<p><a name="iij-dns"></a></p>
<h3>IIJ.JP DNS</h3>
<p><a href="https://public.dns.iij.jp/">IIJ.JP</a> is a public DNS service operated by internet initiative japan. It also block child abuse contents.</p>
<table>
<thead>
<tr>
<th>Protocol</th>
<th>Address</th>
<th></th>
</tr>
</thead>
<tbody>
<tr>
<td>DNS-over-HTTPS</td>
<td><code>https://public.dns.iij.jp/dns-query</code></td>
<td><a href="sdns://AgcAAAAAAAAAAAARcHVibGljLmRucy5paWouanAKL2Rucy1xdWVyeQ">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNS-over-TLS</td>
<td><code>tls://public.dns.iij.jp</code></td>
<td><a href="sdns://AwAAAAAAAAAAAAARcHVibGljLmRucy5paWouanA">Add to AdGuard</a></td>
</tr>
</tbody>
</table>
<p><a name="dnspod-dns"></a></p>
<h3>DNSPod Public DNS+</h3>
<p><a href="https://www.dnspod.com/">DNSPod Public DNS+</a> is a privacy friendly DNS provider with years of experience in domain name resolution services development, it aims to provide users more rapid, accurate and stable recursive resolution service. </p>
<table>
<thead>
<tr>
<th>Protocol</th>
<th>Address</th>
<th></th>
</tr>
</thead>
<tbody>
<tr>
<td>DNS, IPv4</td>
<td><code>119.29.29.29</code> and <code>119.28.28.28</code></td>
<td><a href="sdns://AAAAAAAAAAAADDExOS4yOS4yOS4yOQ">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNS-over-HTTPS</td>
<td><code>https://doh.pub/dns-query</code></td>
<td><a href="sdns://AgcAAAAAAAAAAAAHZG9oLnB1YgovZG5zLXF1ZXJ5">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNS-over-HTTPS</td>
<td><code>https://dns.pub/dns-query</code></td>
<td><a href="sdns://AgcAAAAAAAAAAAAHZG5zLnB1YgovZG5zLXF1ZXJ5">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNS-over-TLS</td>
<td><code>tls://dot.pub</code></td>
<td><a href="sdns://AwcAAAAAAAAAAAAHZG90LnB1Yg">Add to AdGuard</a></td>
</tr>
</tbody>
</table>
<p><a name="114-dns"></a></p>
<h3>114DNS</h3>
<p><strong>114DNS</strong> is a professional and high-reliability DNS service.</p>
<h4>Normal</h4>
<p>Block ads and annoying websites</p>
<table>
<thead>
<tr>
<th>Protocol</th>
<th>Address</th>
<th></th>
</tr>
</thead>
<tbody>
<tr>
<td>DNS, IPv4</td>
<td><code>114.114.114.114</code> and <code>114.114.115.115</code></td>
<td><a href="sdns://AAAAAAAAAAAADzExNC4xMTQuMTE0LjExNA">Add to AdGuard</a></td>
</tr>
</tbody>
</table>
<h4>Safe</h4>
<p>Block phishing, malcious and other unsafe websites</p>
<table>
<thead>
<tr>
<th>Protocol</th>
<th>Address</th>
<th></th>
</tr>
</thead>
<tbody>
<tr>
<td>DNS, IPv4</td>
<td><code>114.114.114.119</code> and <code>114.114.115.119</code></td>
<td><a href="sdns://AAAAAAAAAAAADzExNC4xMTQuMTE0LjExOQ">Add to AdGuard</a></td>
</tr>
</tbody>
</table>
<h4>Family</h4>
<p>These servers block adult websites and inappropriate contents.</p>
<table>
<thead>
<tr>
<th>Protocol</th>
<th>Address</th>
<th></th>
</tr>
</thead>
<tbody>
<tr>
<td>DNS, IPv4</td>
<td><code>114.114.114.110</code> and <code>114.114.115.110</code></td>
<td><a href="sdns://AAAAAAAAAAAADzExNC4xMTQuMTE0LjExMA">Add to AdGuard</a></td>
</tr>
</tbody>
</table>
<p><a name="quad101"></a></p>
<h3>Quad101</h3>
<p><a href="https://101.101.101.101">Quad101</a> is a free alternative DNS service without logging by TWNIC (Taiwan Network Information Center)</p>
<table>
<thead>
<tr>
<th>Protocol</th>
<th>Address</th>
<th></th>
</tr>
</thead>
<tbody>
<tr>
<td>DNS, IPv4</td>
<td><code>101.101.101.101</code> and <code>101.102.103.104</code></td>
<td><a href="sdns://AAAAAAAAAAAADzEwMS4xMDEuMTAxLjEwMQ">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNS, IPv6</td>
<td><code>2001:de4::101</code> and <code>2001:de4::102</code></td>
<td><a href="sdns://AAAAAAAAAAAAD1syMDAxOmRlNDo6MTAxXQ">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNS-over-HTTPS</td>
<td><code>https://dns.twnic.tw/dns-query</code></td>
<td><a href="sdns://AgcAAAAAAAAAAAAMZG5zLnR3bmljLnR3Ci9kbnMtcXVlcnk">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNS-over-TLS</td>
<td><code>tls://101.101.101.101</code></td>
<td><a href="sdns://AwAAAAAAAAAAAAAPMTAxLjEwMS4xMDEuMTAx">Add to AdGuard</a></td>
</tr>
</tbody>
</table>
<p><a name="one-dns"></a></p>
<h3>OneDNS</h3>
<p><strong>OneDNS</strong> is a secure, fast, free niche DNS service with malicious domains blocking facility.</p>
<h4>Pure Edition</h4>
<table>
<thead>
<tr>
<th>Protocol</th>
<th>Address</th>
<th></th>
</tr>
</thead>
<tbody>
<tr>
<td>DNS, IPv4</td>
<td><code>117.50.10.10</code> and <code>52.80.52.52</code></td>
<td><a href="sdns://AAAAAAAAAAAADDExNy41MC4xMC4xMA">Add to AdGuard</a></td>
</tr>
</tbody>
</table>
<h4>Block Edition</h4>
<table>
<thead>
<tr>
<th>Protocol</th>
<th>Address</th>
<th></th>
</tr>
</thead>
<tbody>
<tr>
<td>DNS, IPv4</td>
<td><code>117.50.11.11</code> and <code>52.80.66.66</code></td>
<td><a href="sdns://AAAAAAAAAAAADDExNy41MC4xMS4xMQ">Add to AdGuard</a></td>
</tr>
</tbody>
</table>
<p><a name="privacy-first-dns"></a></p>
<h3>Privacy-First DNS</h3>
<p><a href="https://tiarap.org/">Privacy-First DNS</a> block over 140K ads, ad-tracking, malware and phising domains!. No Logging, No ECS, DNSSEC Validation, Free!</p>
<h4>Singapore DNS Server</h4>
<table>
<thead>
<tr>
<th>Protocol</th>
<th>Address</th>
<th>Location</th>
<th></th>
</tr>
</thead>
<tbody>
<tr>
<td>DNS, IPv4</td>
<td><code>174.138.21.128</code></td>
<td><a href="sdns://AAAAAAAAAAAADjE3NC4xMzguMjEuMTI4">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNS, IPv6</td>
<td><code>2400:6180:0:d0::5f6e:4001</code></td>
<td><a href="sdns://AAAAAAAAAAAAG1syNDAwOjYxODA6MDpkMDo6NWY2ZTo0MDAxXQ">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNSCrypt, IPv4</td>
<td>Provider: <code>2.dnscrypt-cert.dns.tiar.app</code> IP: <code>174.138.21.128</code></td>
<td><a href="sdns://AQMAAAAAAAAADjE3NC4xMzguMjEuMTI4IO-WgGbo2ZTwZdg-3dMa7u31bYZXRj5KykfN1_6Xw9T2HDIuZG5zY3J5cHQtY2VydC5kbnMudGlhci5hcHA">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNSCrypt, IPv6</td>
<td>Provider: <code>2.dnscrypt-cert.dns.tiar.app</code> IP: <code>[2400:6180:0:d0::5f6e:4001]</code></td>
<td><a href="sdns://AQMAAAAAAAAAG1syNDAwOjYxODA6MDpkMDo6NWY2ZTo0MDAxXSDvloBm6NmU8GXYPt3TGu7t9W2GV0Y-SspHzdf-l8PU9hwyLmRuc2NyeXB0LWNlcnQuZG5zLnRpYXIuYXBw">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNS-over-HTTPS</td>
<td><code>https://doh.tiarap.org/dns-query</code> (cached via third-party)</td>
<td><a href="sdns://AgcAAAAAAAAAAAAOZG9oLnRpYXJhcC5vcmcKL2Rucy1xdWVyeQ">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNS-over-HTTPS</td>
<td><code>https://doh.tiar.app/dns-query</code></td>
<td><a href="sdns://AgcAAAAAAAAAAAAMZG9oLnRpYXIuYXBwCi9kbnMtcXVlcnk">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNS-over-Quic</td>
<td><code>quic://doh.tiar.app</code></td>
<td><a href="sdns://BAMAAAAAAAAAEjE3NC4xMzguMjkuMTc1Ojc4NAAMZG9oLnRpYXIuYXBw">Add to Adguard</a></td>
</tr>
<tr>
<td>DNS-over-TLS</td>
<td><code>tls://dot.tiar.app</code></td>
<td><a href="sdns://AwMAAAAAAAAAAAAMZG90LnRpYXIuYXBw">Add to AdGuard</a></td>
</tr>
</tbody>
</table>
<h4>Japan DNS Server</h4>
<table>
<thead>
<tr>
<th>Protocol</th>
<th>Address</th>
<th></th>
</tr>
</thead>
<tbody>
<tr>
<td>DNS, IPv4</td>
<td><code>172.104.93.80</code></td>
<td><a href="sdns://AAAAAAAAAAAADTE3Mi4xMDQuOTMuODA">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNS, IPv6</td>
<td><code>2400:8902::f03c:91ff:feda:c514</code></td>
<td><a href="sdns://AAAAAAAAAAAAIFsyNDAwOjg5MDI6OmYwM2M6OTFmZjpmZWRhOmM1MTRd">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNSCrypt, IPv4</td>
<td>Provider: <code>2.dnscrypt-cert.jp.tiar.app</code> IP: <code>172.104.93.80</code></td>
<td><a href="sdns://AQcAAAAAAAAAEjE3Mi4xMDQuOTMuODA6MTQ0MyAyuHY-8b9lNqHeahPAzW9IoXnjiLaZpTeNbVs8TN9UUxsyLmRuc2NyeXB0LWNlcnQuanAudGlhci5hcHA">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNSCrypt, IPv6</td>
<td>Provider: <code>2.dnscrypt-cert.jp.tiar.app</code> IP: <code>[2400:8902::f03c:91ff:feda:c514]</code></td>
<td><a href="sdns://AQcAAAAAAAAAJVsyNDAwOjg5MDI6OmYwM2M6OTFmZjpmZWRhOmM1MTRdOjE0NDMgMrh2PvG_ZTah3moTwM1vSKF544i2maU3jW1bPEzfVFMbMi5kbnNjcnlwdC1jZXJ0LmpwLnRpYXIuYXBw">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNS-over-HTTPS</td>
<td><code>https://jp.tiarap.org/dns-query</code></td>
<td><a href="sdns://AgcAAAAAAAAAAAANanAudGlhcmFwLm9yZwovZG5zLXF1ZXJ5">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNS-over-HTTPS</td>
<td><code>https://jp.tiar.app/dns-query</code></td>
<td><a href="sdns://AgcAAAAAAAAADTE3Mi4xMDQuOTMuODAgPhoaD2xT8-l6SS1XCEtbmAcFnuBXqxUFh2_YP9o9uDgLanAudGlhci5hcHAKL2Rucy1xdWVyeQ">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNS-over-TLS</td>
<td><code>tls://jp.tiar.app</code></td>
<td><a href="sdns://AwAAAAAAAAAAAAALanAudGlhci5hcHA">Add to AdGuard</a></td>
</tr>
</tbody>
</table>
<p><a name="free-dns"></a></p>
<h3>FreeDNS</h3>
<p><a href="https://freedns.zone/">FreeDNS</a> is an open, free and public DNS Service provided by <a href="https://virtexxa.com/">Virtexxa cloud services</a>. No DNS redirects, No logging.</p>
<table>
<thead>
<tr>
<th>Protocol</th>
<th>Address</th>
<th></th>
</tr>
</thead>
<tbody>
<tr>
<td>DNS, IPv4</td>
<td><code>172.104.237.57</code> and <code>172.104.49.100</code></td>
<td><a href="sdns://AAAAAAAAAAAADjE3Mi4xMDQuMjM3LjU3">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNS, IPv4</td>
<td><code>37.235.1.174</code> and <code>37.235.1.177</code></td>
<td><a href="sdns://AAAAAAAAAAAADDM3LjIzNS4xLjE3NA">Add to AdGuard</a></td>
</tr>
</tbody>
</table>
<p><a name="freenom-world"></a></p>
<h3>Freenom World</h3>
<p><a href="https://freenom.world/en/index.html">Freenom World</a> is a free anonymous DNS resolver by Freenom World</p>
<table>
<thead>
<tr>
<th>Protocol</th>
<th>Address</th>
<th></th>
</tr>
</thead>
<tbody>
<tr>
<td>DNS, IPv4</td>
<td><code>80.80.80.80</code> and <code>80.80.81.81</code></td>
<td><a href="sdns://AAAAAAAAAAAACzgwLjgwLjgwLjgw">Add to AdGuard</a></td>
</tr>
</tbody>
</table>
<p><a name="oszx-dns"></a></p>
<h3>OSZX DNS</h3>
<p><a href="https://dns.oszx.co/">OSZX DNS</a> is a small Ad-Blocking DNS hobby project.</p>
<h4>OSZX server</h4>
<p>These servers provide blocking ads, keeps no logs and DNSSEC enabled</p>
<table>
<thead>
<tr>
<th>Protocol</th>
<th>Address</th>
<th></th>
</tr>
</thead>
<tbody>
<tr>
<td>DNS, IPv4</td>
<td><code>51.38.83.141</code></td>
<td><a href="sdns://AAAAAAAAAAAADDUxLjM4LjgzLjE0MQ">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNS, IPv6</td>
<td><code>2001:41d0:801:2000::d64</code></td>
<td><a href="sdns://AAAAAAAAAAAAGVsyMDAxOjQxZDA6ODAxOjIwMDA6OmQ2NF0">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNSCrypt, IPv4</td>
<td>Provider: <code>2.dnscrypt-cert.oszx.co</code> IP: <code>51.38.83.141:5353</code></td>
<td><a href="sdns://AQIAAAAAAAAAETUxLjM4LjgzLjE0MTo1MzUzIMwm9_oYw26P4JIVoDhJ_5kFDdNxX1ke4fEzL1V5bwEjFzIuZG5zY3J5cHQtY2VydC5vc3p4LmNv">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNSCrypt, IPv6</td>
<td>Provider: <code>2.dnscrypt-cert.oszx.co</code> IP: <code>[2001:41d0:801:2000::d64]:5353</code></td>
<td><a href="sdns://AQIAAAAAAAAAHDIwMDE6NDFkMDo4MDE6MjAwMDo6ZDY0OjUzNTMgzCb3-hjDbo_gkhWgOEn_mQUN03FfWR7h8TMvVXlvASMXMi5kbnNjcnlwdC1jZXJ0Lm9zenguY28">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNS-over-HTTPS</td>
<td><code>https://dns.oszx.co/dns-query</code></td>
<td><a href="sdns://AgcAAAAAAAAAAAALZG5zLm9zenguY28KL2Rucy1xdWVyeQ">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNS-over-TLS</td>
<td><code>tls://dns.oszx.co</code></td>
<td><a href="sdns://AwAAAAAAAAAAAAALZG5zLm9zenguY28">Add to AdGuard</a></td>
</tr>
</tbody>
</table>
<h4>PumpleX server</h4>
<p>These servers provide no blocking ads, keeps no logs and DNSSEC enabled</p>
<table>
<thead>
<tr>
<th>Protocol</th>
<th>Address</th>
<th></th>
</tr>
</thead>
<tbody>
<tr>
<td>DNS, IPv4</td>
<td><code>51.38.82.198</code></td>
<td><a href="sdns://AAAAAAAAAAAADDUxLjM4LjgyLjE5OA">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNS, IPv6</td>
<td><code>2001:41d0:801:2000::1b28</code></td>
<td><a href="sdns://AAAAAAAAAAAAGlsyMDAxOjQxZDA6ODAxOjIwMDA6OjFiMjhd">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNSCrypt, IPv4</td>
<td>Provider: <code>2.dnscrypt-cert.pumplex.com</code> IP: <code>51.38.82.198:5353</code></td>
<td><a href="sdns://AQcAAAAAAAAAETUxLjM4LjgyLjE5ODo1MzUzIMg95SNgpDPLmaHlbZVbYh5tJRvnYuDWqZ4lUG-mD49eGzIuZG5zY3J5cHQtY2VydC5wdW1wbGV4LmNvbQ">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNSCrypt, IPv6</td>
<td>Provider: <code>2.dnscrypt-cert.pumplex.com</code> IP: <code>[2001:41d0:801:2000::1b28]:5353</code></td>
<td><a href="sdns://AQcAAAAAAAAAHTIwMDE6NDFkMDo4MDE6MjAwMDo6MWIyODo1MzUzIMg95SNgpDPLmaHlbZVbYh5tJRvnYuDWqZ4lUG-mD49eGzIuZG5zY3J5cHQtY2VydC5wdW1wbGV4LmNvbQ">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNS-over-HTTPS</td>
<td><code>https://dns.pumplex.com/dns-query</code></td>
<td><a href="sdns://AgcAAAAAAAAAAAAPZG5zLnB1bXBsZXguY29tCi9kbnMtcXVlcnk">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNS-over-TLS</td>
<td><code>tls://dns.pumplex.com</code></td>
<td><a href="sdns://AwAAAAAAAAAAAAAPZG5zLnB1bXBsZXguY29t">Add to AdGuard</a></td>
</tr>
</tbody>
</table>
<p><a name="applied-privacy-dns"></a></p>
<h3>Applied Privacy DNS</h3>
<p><a href="https://applied-privacy.net/">Applied Privacy DNS</a> operate DNS privacy services to help protect DNS traffic and to help diversify the DNS resolver landscape offering modern protocols.</p>
<table>
<thead>
<tr>
<th>Protocol</th>
<th>Address</th>
<th></th>
</tr>
</thead>
<tbody>
<tr>
<td>DNS-over-HTTPS</td>
<td><code>https://doh.applied-privacy.net/query</code></td>
<td><a href="sdns://AgAAAAAAAAAAAAAXZG9oLmFwcGxpZWQtcHJpdmFjeS5uZXQGL3F1ZXJ5">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNS-over-TLS</td>
<td><code>tls://dot1.applied-privacy.net</code></td>
<td><a href="sdns://AwAAAAAAAAAAAAAYZG90MS5hcHBsaWVkLXByaXZhY3kubmV0">Add to AdGuard</a></td>
</tr>
</tbody>
</table>
<p><a name="strongarm-dns"></a></p>
<h3>Strongarm DNS</h3>
<p><a href="https://strongarm.io">Strongarm DNS</a> is a DNS service by Strongarm that prevents people from interacting with malicious content</p>
<table>
<thead>
<tr>
<th>Protocol</th>
<th>Address</th>
<th></th>
</tr>
</thead>
<tbody>
<tr>
<td>DNS, IPv4</td>
<td><code>54.174.40.213</code> and <code>52.3.100.184</code></td>
<td><a href="sdns://AAAAAAAAAAAADTU0LjE3NC40MC4yMTM">Add to AdGuard</a></td>
</tr>
</tbody>
</table>
<p><a name="safesurfer-dns"></a></p>
<h3>SafeSurfer DNS</h3>
<p><a href="https://www.safesurfer.co.nz/">SafeSurfer DNS</a> is a DNS service by SafeSurfer that protects your device from harmful and adult contents.</p>
<table>
<thead>
<tr>
<th>Protocol</th>
<th>Address</th>
<th></th>
</tr>
</thead>
<tbody>
<tr>
<td>DNS, IPv4</td>
<td><code>104.155.237.225</code> and <code>104.197.28.121</code></td>
<td><a href="sdns://AAAAAAAAAAAADzEwNC4xNTUuMjM3LjIyNQ">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNSCrypt, IPv4</td>
<td>Provider: <code>2.dnscrypt-cert.safesurfer.co.nz</code> IP: <code>104.197.28.121</code></td>
<td><a href="sdns://AQMAAAAAAAAADjEwNC4xOTcuMjguMTIxICcgf9USBOg2e0g0AF35_9HTC74qnDNjnm7b-K7ZHUDYIDIuZG5zY3J5cHQtY2VydC5zYWZlc3VyZmVyLmNvLm56">Add to AdGuard</a></td>
</tr>
</tbody>
</table>
<p><a name="decloudus-dns"></a></p>
<h3>DeCloudUs DNS</h3>
<p><a href="https://decloudus.com/">DeCloudUs DNS</a> A secure, private, open source DNS resolver with no logs, malware protection, ad blocking. Degoogle and Ungoogle your phone, tablet, and computer.</p>
<table>
<thead>
<tr>
<th>Protocol</th>
<th>Address</th>
<th></th>
</tr>
</thead>
<tbody>
<tr>
<td>DNSCrypt, IPv4</td>
<td>Provider: <code>2.dnscrypt-cert.DeCloudUs-test</code> IP: <code>176.9.199.158:8443</code></td>
<td><a href="sdns://AQMAAAAAAAAAEjE3Ni45LjE5OS4xNTg6ODQ0MyD73Ye9XeCsS7TdFu9fRP7s5k-0aL91yygulGVmeOAKLh4yLmRuc2NyeXB0LWNlcnQuRGVDbG91ZFVzLXRlc3Q">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNSCrypt, IPv6</td>
<td>Provider: <code>2.dnscrypt-cert.DeCloudUs-test</code> IP: <code>[2a01:4f8:151:11b0::3]:8443</code></td>
<td><a href="sdns://AQMAAAAAAAAAG1syYTAxOjRmODoxNTE6MTFiMDo6M106ODQ0MyD73Ye9XeCsS7TdFu9fRP7s5k-0aL91yygulGVmeOAKLh4yLmRuc2NyeXB0LWNlcnQuRGVDbG91ZFVzLXRlc3Q">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNS-over-HTTPS</td>
<td><code>https://dns.decloudus.com/dns-query</code></td>
<td><a href="sdns://AgAAAAAAAAAAAAARZG5zLmRlY2xvdWR1cy5jb20KL2Rucy1xdWVyeQ">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNS-over-TLS</td>
<td><code>tls://dns.decloudus.com</code></td>
<td><a href="sdns://AwAAAAAAAAAAAAARZG5zLmRlY2xvdWR1cy5jb20">Add to AdGuard</a></td>
</tr>
</tbody>
</table>
<p><a name="lelux-dns"></a></p>
<h3>Lelux DNS</h3>
<p><a href="https://lelux.fi/resolver/">Lelux.fi</a> is run by Elias Ojala. Finland.</p>
<table>
<thead>
<tr>
<th>Protocol</th>
<th>Address</th>
<th></th>
</tr>
</thead>
<tbody>
<tr>
<td>DNS-over-HTTPS</td>
<td><code>https://resolver-eu.lelux.fi/dns-query</code></td>
<td><a href="sdns://AgcAAAAAAAAAAAAUcmVzb2x2ZXItZXUubGVsdXguZmkKL2Rucy1xdWVyeQ">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNS-over-TLS</td>
<td><code>tls://resolver-eu.lelux.fi</code></td>
<td><a href="sdns://AwAAAAAAAAAAAAAUcmVzb2x2ZXItZXUubGVsdXguZmk">Add to AdGuard</a></td>
</tr>
</tbody>
</table>
<p><a name="captnemo-dns"></a></p>
<h3>Captnemo DNS</h3>
<p><a href="https://captnemo.in/dnscrypt/">Captnemo DNS</a> is a server running out of a Digital Ocean droplet in BLR1 region. Maintained by Abhay Rana aka Nemo. </p>
<table>
<thead>
<tr>
<th>Protocol</th>
<th>Address</th>
<th></th>
</tr>
</thead>
<tbody>
<tr>
<td>DNSCrypt, IPv4</td>
<td>Provider: <code>2.dnscrypt-cert.captnemo.in</code> IP: <code>139.59.48.222:4434</code></td>
<td><a href="sdns://AQQAAAAAAAAAEjEzOS41OS40OC4yMjI6NDQzNCAFOt_yxaMpFtga2IpneSwwK6rV0oAyleham9IvhoceEBsyLmRuc2NyeXB0LWNlcnQuY2FwdG5lbW8uaW4">Add to AdGuard</a></td>
</tr>
</tbody>
</table>
<p><a name="dns-sb"></a></p>
<h3>DNS.SB</h3>
<p><a href="https://dns.sb/">DNS.SB</a> provide free DNS service with no Logging, DNSSEC enabled.</p>
<table>
<thead>
<tr>
<th>Protocol</th>
<th>Address</th>
<th></th>
</tr>
</thead>
<tbody>
<tr>
<td>DNS, IPv4</td>
<td><code>185.222.222.222</code> and <code>45.11.45.11</code></td>
<td><a href="sdns://AAAAAAAAAAAADzE4NS4yMjIuMjIyLjIyMg">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNS, IPv6</td>
<td><code>2a09::</code> and <code>2a11::</code></td>
<td><a href="sdns://AAAAAAAAAAAACFsyYTA5Ojpd">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNS-over-HTTPS</td>
<td><code>https://doh.dns.sb/dns-query</code></td>
<td><a href="sdns://AgcAAAAAAAAAAAAKZG9oLmRucy5zYgovZG5zLXF1ZXJ5">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNS-over-TLS</td>
<td><code>tls://185.222.222.222</code></td>
<td><a href="sdns://AwAAAAAAAAAAAAAPMTg1LjIyMi4yMjIuMjIy">Add to AdGuard</a></td>
</tr>
</tbody>
</table>
<p><a name="dns-forge"></a></p>
<h3>DNS Forge</h3>
<p><a href="https://dnsforge.de/">DNS Forge</a> is a redundant DNS resolver with an ad-blocker and no logging provided by <a href="https://adminforge.de/">adminforge</a>.</p>
<table>
<thead>
<tr>
<th>Protocol</th>
<th>Address</th>
<th></th>
</tr>
</thead>
<tbody>
<tr>
<td>DNS, IPv4</td>
<td><code>176.9.93.198</code> and <code>176.9.1.117</code></td>
<td><a href="sdns://AAAAAAAAAAAADDE3Ni45LjkzLjE5OA">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNS, IPv6</td>
<td><code>2a01:4f8:151:34aa::198</code> and <code>2a01:4f8:141:316d::117</code></td>
<td><a href="sdns://AAAAAAAAAAAAGFsyYTAxOjRmODoxNTE6MzRhYTo6MTk4XQ">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNS-over-HTTPS</td>
<td><code>https://dnsforge.de/dns-query</code></td>
<td><a href="sdns://AgcAAAAAAAAAAAALZG5zZm9yZ2UuZGUKL2Rucy1xdWVyeQ">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNS-over-TLS</td>
<td><code>tls://dnsforge.de</code></td>
<td><a href="sdns://AwAAAAAAAAAAAAALZG5zZm9yZ2UuZGU">Add to AdGuard</a></td>
</tr>
</tbody>
</table>
<p><a name="restena-dns"></a></p>
<h3>Fondation Restena DNS</h3>
<p><a href="https://www.restena.lu/en/service/public-dns-resolver">Restena DNS</a> servers provided by <a href="https://www.restena.lu/">Restena Foundation</a></p>
<table>
<thead>
<tr>
<th>Protocol</th>
<th>Address</th>
<th></th>
</tr>
</thead>
<tbody>
<tr>
<td>DNS-over-HTTPS</td>
<td><code>https://kaitain.restena.lu/dns-query</code> IP: <code>158.64.1.29</code> and IPv6: <code>2001:a18:1::29</code></td>
<td><a href="sdns://AgcAAAAAAAAAAAASa2FpdGFpbi5yZXN0ZW5hLmx1Ci9kbnMtcXVlcnk">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNS-over-TLS</td>
<td><code>tls://kaitain.restena.lu</code> IP: <code>158.64.1.29</code> and IPv6: <code>2001:a18:1::29</code></td>
<td><a href="sdns://AwAAAAAAAAAAAAASa2FpdGFpbi5yZXN0ZW5hLmx1">Add to AdGuard</a></td>
</tr>
</tbody>
</table>
<p><a name="fvz-dns"></a></p>
<h3>fvz DNS</h3>
<p><a href="http://meo.ws/">fvz DNS</a> is a Fusl's public primary OpenNIC Tier2 Anycast DNS Resolver</p>
<table>
<thead>
<tr>
<th>Protocol</th>
<th>Address</th>
<th></th>
</tr>
</thead>
<tbody>
<tr>
<td>DNSCrypt, IPv4</td>
<td>Provider: <code>2.dnscrypt-cert.dnsrec.meo.ws</code> IP: <code>185.121.177.177:5353</code></td>
<td><a href="sdns://AQYAAAAAAAAAFDE4NS4xMjEuMTc3LjE3Nzo1MzUzIBpq0KMrTFphppXRU2cNaasWkD-ew_f2TxPlNaMYsiilHTIuZG5zY3J5cHQtY2VydC5kbnNyZWMubWVvLndz">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNSCrypt, IPv4</td>
<td>Provider: <code>2.dnscrypt-cert.dnsrec.meo.ws</code> IP: <code>169.239.202.202:5353</code></td>
<td><a href="sdns://AQYAAAAAAAAAFDE2OS4yMzkuMjAyLjIwMjo1MzUzIBpq0KMrTFphppXRU2cNaasWkD-ew_f2TxPlNaMYsiilHTIuZG5zY3J5cHQtY2VydC5kbnNyZWMubWVvLndz">Add to AdGuard</a></td>
</tr>
</tbody>
</table>
<p><a name="ffmuc.net-dns"></a></p>
<h3>FFMUC DNS</h3>
<p><a href="https://ffmuc.net/">FFMUC</a> free DNS servers provided by Freifunk München</p>
<table>
<thead>
<tr>
<th>Protocol</th>
<th>Address</th>
<th></th>
</tr>
</thead>
<tbody>
<tr>
<td>DNS-over-TLS, IPv4</td>
<td>Hostname: <code>tls://dot.ffmuc.net</code></td>
<td><a href="sdns://AwAAAAAAAAAAAAANZG90LmZmbXVjLm5ldA">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNS-over-HTTPS, IPv4</td>
<td>Hostname: <code>https://doh.ffmuc.net/dns-query</code></td>
<td><a href="sdns://AgcAAAAAAAAAAAANZG9oLmZmbXVjLm5ldAovZG5zLXF1ZXJ5">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNSCrypt, IPv4</td>
<td>Provider: <code>2.dnscrypt-cert.ffmuc.net</code> IP: <code>5.1.66.255:8443</code></td>
<td><a href="sdns://AQcAAAAAAAAADzUuMS42Ni4yNTU6ODQ0MyAH0Hrxz9xdmXadPwJmkKcESWXCdCdseRyu9a7zuQxG-hkyLmRuc2NyeXB0LWNlcnQuZmZtdWMubmV0">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNSCrypt, IPv6</td>
<td>Provider: <code>2.dnscrypt-cert.ffmuc.net</code> IP: <code>[2001:678:e68:f000::]:8443</code></td>
<td><a href="sdns://AQcAAAAAAAAAGlsyMDAxOjY3ODplNjg6ZjAwMDo6XTo4NDQzIAfQevHP3F2Zdp0_AmaQpwRJZcJ0J2x5HK71rvO5DEb6GTIuZG5zY3J5cHQtY2VydC5mZm11Yy5uZXQ">Add to AdGuard</a></td>
</tr>
</tbody>
</table>
<p><a name="digitale-gesellschaft"></a></p>
<h3>Digitale Gesellschaft DNS</h3>
<p><a href="https://www.digitale-gesellschaft.ch/dns/">Digitale Gesellschaft</a> is a public resolver operated by the Digital Society. Hosted in Zurich, Switzerland</p>
<table>
<thead>
<tr>
<th>Protocol</th>
<th>Address</th>
<th></th>
</tr>
</thead>
<tbody>
<tr>
<td>DNS-over-HTTPS</td>
<td><code>https://dns.digitale-gesellschaft.ch/dns-query</code> IP: <code>185.95.218.42</code> and IPv6: <code>2a05:fc84::42</code></td>
<td><a href="sdns://AgcAAAAAAAAAAAAcZG5zLmRpZ2l0YWxlLWdlc2VsbHNjaGFmdC5jaAovZG5zLXF1ZXJ5">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNS-over-TLS</td>
<td><code>tls://dns.digitale-gesellschaft.ch</code> IP: <code>185.95.218.43</code> and IPv6: <code>2a05:fc84::43</code></td>
<td><a href="sdns://AwAAAAAAAAAAAAAcZG5zLmRpZ2l0YWxlLWdlc2VsbHNjaGFmdC5jaA">Add to AdGuard</a></td>
</tr>
</tbody>
</table>
<p><a name="libre-dns"></a></p>
<h3>LibreDNS</h3>
<p><a href="https://libredns.gr/">LibreDNS</a> is a public encrypted DNS service run by <a href="https://libreops.cc/">LibreOps</a>.</p>
<table>
<thead>
<tr>
<th>Protocol</th>
<th>Address</th>
<th></th>
</tr>
</thead>
<tbody>
<tr>
<td>DNS, IPv4</td>
<td><code>88.198.92.222</code></td>
<td><a href="sdns://AAAAAAAAAAAADTg4LjE5OC45Mi4yMjI">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNS-over-HTTPS</td>
<td><code>https://doh.libredns.gr/dns-query</code></td>
<td><a href="sdns://AgcAAAAAAAAAAAAPZG9oLmxpYnJlZG5zLmdyCi9kbnMtcXVlcnk">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNS-over-HTTPS</td>
<td><code>https://doh.libredns.gr/ads</code></td>
<td><a href="sdns://AgcAAAAAAAAAAAAPZG9oLmxpYnJlZG5zLmdyBC9hZHM">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNS-over-TLS</td>
<td><code>tls://dot.libredns.gr</code> IP: <code>116.202.176.26</code></td>
<td><a href="sdns://AwAAAAAAAAAAAAAPZG90LmxpYnJlZG5zLmdy">Add to AdGuard</a></td>
</tr>
</tbody>
</table>
<p><a name="ibksturm-dns"></a></p>
<h3>ibksturm DNS</h3>
<p><a href="https://ibksturm.synology.me/">ibksturm DNS</a> testing servers provided by ibksturm. OPENNIC, DNSSEC, No Filter, No Logging</p>
<table>
<thead>
<tr>
<th>Protocol</th>
<th>Address</th>
<th></th>
</tr>
</thead>
<tbody>
<tr>
<td>DNS-over-TLS, IPv4</td>
<td>Hostname: <code>tls://ibksturm.synology.me</code> IP: <code>83.77.85.7</code></td>
<td><a href="sdns://AwAAAAAAAAAAAAAUaWJrc3R1cm0uc3lub2xvZ3kubWU">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNS-over-HTTPS, IPv4</td>
<td>Hostname: <code>https://ibksturm.synology.me/dns-query</code> IP: <code>178.82.102.190</code></td>
<td><a href="sdns://AgcAAAAAAAAAACA-GhoPbFPz6XpJLVcIS1uYBwWe4FerFQWHb9g_2j24OBRpYmtzdHVybS5zeW5vbG9neS5tZQovZG5zLXF1ZXJ5">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNSCrypt, IPv4</td>
<td>Provider: <code>2.dnscrypt-cert.ibksturm</code> IP: <code>83.77.85.7:8443</code></td>
<td><a href="sdns://AQcAAAAAAAAADzgzLjc3Ljg1Ljc6ODQ0MyDBz1dQALBbwmxiH17PmqJWCs6_AH6-yzp_9LIN4LQ57hgyLmRuc2NyeXB0LWNlcnQuaWJrc3R1cm0">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNSCrypt, IPv6</td>
<td>Provider: <code>2.dnscrypt-cert.ibksturm</code> IP: <code>[2a02:1205:5055:de60:b26e:bfff:fe1d:e19b]:8443</code></td>
<td><a href="sdns://AQcAAAAAAAAALlsyYTAyOjEyMDU6NTA1NTpkZTYwOmIyNmU6YmZmZjpmZTFkOmUxOWJdOjg0NDMgwc9XUACwW8JsYh9ez5qiVgrOvwB-vss6f_SyDeC0Oe4YMi5kbnNjcnlwdC1jZXJ0Lmlia3N0dXJt">Add to AdGuard</a></td>
</tr>
</tbody>
</table>
<p><a name="dnsprivacy.org-dns"></a></p>
<h3>DNS Privacy</h3>
<p>A collaborative open project to promote, implement and deploy <a href="https://dnsprivacy.org/">DNS Privacy</a>.</p>
<p>DNS servers run by the <a href="https://getdnsapi.net/">Stubby developers</a></p>
<table>
<thead>
<tr>
<th>Protocol</th>
<th>Address</th>
<th></th>
</tr>
</thead>
<tbody>
<tr>
<td>DNS-over-TLS</td>
<td>Hostname: <code>tls://getdnsapi.net</code> IP: <code>185.49.141.37</code> and IPv6: <code>2a04:b900:0:100::37</code></td>
<td><a href="sdns://AwAAAAAAAAAAAAANZ2V0ZG5zYXBpLm5ldA">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNS-over-TLS</td>
<td>Provider: <code>Surfnet</code> Hostname <code>tls://dnsovertls.sinodun.com</code> IP: <code>145.100.185.15</code> and IPv6: <code>2001:610:1:40ba:145:100:185:15</code></td>
<td><a href="sdns://AwAAAAAAAAAAAAAWZG5zb3ZlcnRscy5zaW5vZHVuLmNvbQ">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNS-over-TLS</td>
<td>Provider: <code>Surfnet</code> Hostname <code>tls://dnsovertls1.sinodun.com</code> IP: <code>145.100.185.16</code> and IPv6: <code>2001:610:1:40ba:145:100:185:16</code></td>
<td><a href="sdns://AwAAAAAAAAAAAAAXZG5zb3ZlcnRsczEuc2lub2R1bi5jb20">Add to AdGuard</a></td>
</tr>
</tbody>
</table>
<p>Other DNS servers with 'no logging' policy</p>
<table>
<thead>
<tr>
<th>Protocol</th>
<th>Address</th>
<th></th>
</tr>
</thead>
<tbody>
<tr>
<td>DNS-over-TLS</td>
<td>Provider: <code>UncensoredDNS</code> Hostname <code>tls://unicast.censurfridns.dk</code> IP: <code>89.233.43.71</code> and IPv6: <code>2a01:3a0:53:53::0</code></td>
<td><a href="sdns://AwAAAAAAAAAAAAAXdW5pY2FzdC5jZW5zdXJmcmlkbnMuZGs">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNS-over-TLS</td>
<td>Provider: <code>UncensoredDNS</code> Hostname <code>tls://anycast.censurfridns.dk</code> IP: <code>91.239.100.100</code> and IPv6: <code>2001:67c:28a4::</code></td>
<td><a href="sdns://AwcAAAAAAAAAAAAXYW55Y2FzdC5jZW5zdXJmcmlkbnMuZGs">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNS-over-TLS</td>
<td>Provider: <code>dkg</code> Hostname <code>tls://dns.cmrg.net</code> IP: <code>199.58.81.218</code>and IPv6: <code>2001:470:1c:76d::53</code></td>
<td><a href="sdns://AwAAAAAAAAAAAAAMZG5zLmNtcmcubmV0">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNS-over-TLS, IPv4</td>
<td>Hostname: <code>tls://dns.larsdebruin.net</code> IP: <code>51.15.70.167</code></td>
<td><a href="sdns://AwAAAAAAAAAAAAATZG5zLmxhcnNkZWJydWluLm5ldA">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNS-over-TLS</td>
<td>Hostname <code>tls://dns-tls.bitwiseshift.net</code> IP: <code>81.187.221.24</code> and IPv6: <code>2001:8b0:24:24::24</code></td>
<td><a href="sdns://AwAAAAAAAAAAAAAYZG5zLXRscy5iaXR3aXNlc2hpZnQubmV0">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNS-over-TLS</td>
<td>Hostname <code>tls://ns1.dnsprivacy.at</code> IP: <code>94.130.110.185</code> and IPv6: <code>2a01:4f8:c0c:3c03::2</code></td>
<td><a href="sdns://AwAAAAAAAAAAAAARbnMxLmRuc3ByaXZhY3kuYXQ">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNS-over-TLS</td>
<td>Hostname <code>tls://ns2.dnsprivacy.at</code> IP: <code>94.130.110.178</code> and IPv6: <code>2a01:4f8:c0c:3bfc::2</code></td>
<td><a href="sdns://AwAAAAAAAAAAAAARbnMyLmRuc3ByaXZhY3kuYXQ">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNS-over-TLS, IPv4</td>
<td>Hostname: <code>tls://dns.bitgeek.in</code> IP: <code>139.59.51.46</code></td>
<td><a href="sdns://AwAAAAAAAAAAAAAOZG5zLmJpdGdlZWsuaW4">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNS-over-TLS</td>
<td>Hostname <code>tls://dns.neutopia.org</code> IP: <code>89.234.186.112</code> and IPv6: <code>2a00:5884:8209::2</code></td>
<td><a href="sdns://AwAAAAAAAAAAAAAQZG5zLm5ldXRvcGlhLm9yZw">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNS-over-TLS</td>
<td>Provider: <code>Go6Lab</code> Hostname <code>tls://privacydns.go6lab.si</code> IPv6: <code>2001:67c:27e4::35</code></td>
<td><a href="sdns://AwAAAAAAAAAAAAAUcHJpdmFjeWRucy5nbzZsYWIuc2k">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNS-over-TLS</td>
<td>Hostname: <code>tls://dot.securedns.eu</code> IP: <code>146.185.167.43</code> and IPv6: <code>2a03:b0c0:0:1010::e9a:3001</code></td>
<td><a href="sdns://AwcAAAAAAAAAAAAQZG90LnNlY3VyZWRucy5ldQ">Add to AdGuard</a></td>
</tr>
</tbody>
</table>
<p>DNS servers with minimal logging/limitations. These servers use some logging, self-signed certs or no support for strict mode.</p>
<table>
<thead>
<tr>
<th>Protocol</th>
<th>Address</th>
<th></th>
</tr>
</thead>
<tbody>
<tr>
<td>DNS-over-TLS</td>
<td>Provider: <code>NIC Chile</code> Hostname <code>dnsotls.lab.nic.cl</code> IP: <code>200.1.123.46</code> and IPv6: <code>2001:1398:1:0:200:1:123:46</code></td>
<td><a href="sdns://AwcAAAAAAAAAAAASZG5zb3Rscy5sYWIubmljLmNs">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNS-over-TLS</td>
<td>Provider: <code>OARC</code> Hostname <code>tls-dns-u.odvr.dns-oarc.net</code> IP: <code>184.105.193.78</code> and IPv6: <code>2620:ff:c000:0:1::64:25</code></td>
<td><a href="sdns://AwcAAAAAAAAAAAAbdGxzLWRucy11Lm9kdnIuZG5zLW9hcmMubmV0">Add to AdGuard</a></td>
</tr>
</tbody>
</table>
<p><a name="ahadns"></a></p>
<h3>AhaDNS</h3>
<p><a href="https://ahadns.com/">AhaDNS</a> A zero logging and ad blocking DNS service provided by Fredrik Pettersson.</p>
<h4>Netherlands</h4>
<table>
<thead>
<tr>
<th>Protocol</th>
<th>Address</th>
<th></th>
</tr>
</thead>
<tbody>
<tr>
<td>DNS, IPv4</td>
<td><code>5.2.75.75</code></td>
<td><a href="sdns://AAcAAAAAAAAACTUuMi43NS43NQ">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNS, IPv6</td>
<td><code>2a04:52c0:101:75::75</code></td>
<td><a href="sdns://AAAAAAAAAAAAFlsyYTA0OjUyYzA6MTAxOjc1Ojo3NV0">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNS-over-HTTPS</td>
<td><code>https://doh.nl.ahadns.net/dns-query</code></td>
<td><a href="sdns://AgAAAAAAAAAAAAARZG9oLm5sLmFoYWRucy5uZXQKL2Rucy1xdWVyeQ">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNS-over-TLS</td>
<td><code>tls://dot.nl.ahadns.net</code></td>
<td><a href="sdns://AwAAAAAAAAAAAAARZG90Lm5sLmFoYWRucy5uZXQ">Add to AdGuard</a></td>
</tr>
</tbody>
</table>
<h4>India</h4>
<table>
<thead>
<tr>
<th>Protocol</th>
<th>Address</th>
<th></th>
</tr>
</thead>
<tbody>
<tr>
<td>DNS, IPv4</td>
<td><code>45.79.120.233</code></td>
<td><a href="sdns://AAAAAAAAAAAADTQ1Ljc5LjEyMC4yMzM">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNS, IPv6</td>
<td><code>2400:8904:e001:43::43</code></td>
<td><a href="sdns://AAAAAAAAAAAAF1syNDAwOjg5MDQ6ZTAwMTo0Mzo6NDNd">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNS-over-HTTPS</td>
<td><code>https://doh.in.ahadns.net/dns-query</code></td>
<td><a href="sdns://AgAAAAAAAAAAAAARZG9oLmluLmFoYWRucy5uZXQKL2Rucy1xdWVyeQ">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNS-over-TLS</td>
<td><code>tls://dot.in.ahadns.net</code></td>
<td><a href="sdns://AwAAAAAAAAAAAAARZG90LmluLmFoYWRucy5uZXQ">Add to AdGuard</a></td>
</tr>
</tbody>
</table>
<h4>Los Angeles</h4>
<table>
<thead>
<tr>
<th>Protocol</th>
<th>Address</th>
<th></th>
</tr>
</thead>
<tbody>
<tr>
<td>DNS, IPv4</td>
<td><code>45.67.219.208</code></td>
<td><a href="sdns://AAAAAAAAAAAADTQ1LjY3LjIxOS4yMDg">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNS, IPv6</td>
<td><code>2a04:bdc7:100:70::70</code></td>
<td><a href="sdns://AAAAAAAAAAAAFlsyYTA0OmJkYzc6MTAwOjcwOjo3MF0">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNS-over-HTTPS</td>
<td><code>https://doh.la.ahadns.net/dns-query</code></td>
<td><a href="sdns://AgAAAAAAAAAAAAARZG9oLmxhLmFoYWRucy5uZXQKL2Rucy1xdWVyeQ">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNS-over-TLS</td>
<td><code>tls://dot.la.ahadns.net</code></td>
<td><a href="sdns://AwAAAAAAAAAAAAARZG90LmxhLmFoYWRucy5uZXQ">Add to AdGuard</a></td>
</tr>
</tbody>
</table>
<h4>New York</h4>
<table>
<thead>
<tr>
<th>Protocol</th>
<th>Address</th>
<th></th>
</tr>
</thead>
<tbody>
<tr>
<td>DNS, IPv4</td>
<td><code>185.213.26.187</code></td>
<td><a href="sdns://AAAAAAAAAAAADjE4NS4yMTMuMjYuMTg3">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNS, IPv6</td>
<td><code>2a0d:5600:33:3::3</code></td>
<td><a href="sdns://AAAAAAAAAAAAE1syYTBkOjU2MDA6MzM6Mzo6M10">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNS-over-HTTPS</td>
<td><code>https://doh.ny.ahadns.net/dns-query</code></td>
<td><a href="sdns://AgAAAAAAAAAAAAARZG9oLm55LmFoYWRucy5uZXQKL2Rucy1xdWVyeQ">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNS-over-TLS</td>
<td><code>tls://dot.ny.ahadns.net</code></td>
<td><a href="sdns://AwAAAAAAAAAAAAARZG90Lm55LmFoYWRucy5uZXQ">Add to AdGuard</a></td>
</tr>
</tbody>
</table>
<h4>Poland</h4>
<table>
<thead>
<tr>
<th>Protocol</th>
<th>Address</th>
<th></th>
</tr>
</thead>
<tbody>
<tr>
<td>DNS-over-HTTPS</td>
<td><code>https://doh.pl.ahadns.net/dns-query</code></td>
<td><a href="sdns://AgAAAAAAAAAAAAARZG9oLnBsLmFoYWRucy5uZXQKL2Rucy1xdWVyeQ">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNS-over-TLS</td>
<td><code>tls://dot.pl.ahadns.net</code></td>
<td><a href="sdns://AwAAAAAAAAAAAAARZG90LnBsLmFoYWRucy5uZXQ">Add to AdGuard</a></td>
</tr>
</tbody>
</table>
<h4>Italy</h4>
<table>
<thead>
<tr>
<th>Protocol</th>
<th>Address</th>
<th></th>
</tr>
</thead>
<tbody>
<tr>
<td>DNS-over-HTTPS</td>
<td><code>https://doh.it.ahadns.net/dns-query</code></td>
<td><a href="sdns://AgAAAAAAAAAAAAARZG9oLml0LmFoYWRucy5uZXQKL2Rucy1xdWVyeQ">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNS-over-TLS</td>
<td><code>tls://dot.it.ahadns.net</code></td>
<td><a href="sdns://AwAAAAAAAAAAAAARZG90Lml0LmFoYWRucy5uZXQ">Add to AdGuard</a></td>
</tr>
</tbody>
</table>
<h4>Spain</h4>
<table>
<thead>
<tr>
<th>Protocol</th>
<th>Address</th>
<th></th>
</tr>
</thead>
<tbody>
<tr>
<td>DNS-over-HTTPS</td>
<td><code>https://doh.es.ahadns.net/dns-query</code></td>
<td><a href="sdns://AgAAAAAAAAAAAAARZG9oLmVzLmFoYWRucy5uZXQKL2Rucy1xdWVyeQ">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNS-over-TLS</td>
<td><code>tls://dot.es.ahadns.net</code></td>
<td><a href="sdns://AwAAAAAAAAAAAAARZG90LmVzLmFoYWRucy5uZXQ">Add to AdGuard</a></td>
</tr>
</tbody>
</table>
<h4>Norway</h4>
<table>
<thead>
<tr>
<th>Protocol</th>
<th>Address</th>
<th></th>
</tr>
</thead>
<tbody>
<tr>
<td>DNS-over-HTTPS</td>
<td><code>https://doh.no.ahadns.net/dns-query</code></td>
<td><a href="sdns://AgAAAAAAAAAAAAARZG9oLm5vLmFoYWRucy5uZXQKL2Rucy1xdWVyeQ">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNS-over-TLS</td>
<td><code>tls://dot.no.ahadns.net</code></td>
<td><a href="sdns://AwAAAAAAAAAAAAARZG90Lm5vLmFoYWRucy5uZXQ">Add to AdGuard</a></td>
</tr>
</tbody>
</table>
<h4>Chicago</h4>
<table>
<thead>
<tr>
<th>Protocol</th>
<th>Address</th>
<th></th>
</tr>
</thead>
<tbody>
<tr>
<td>DNS-over-HTTPS</td>
<td><code>https://doh.chi.ahadns.net/dns-query</code></td>
<td><a href="sdns://AgAAAAAAAAAAAAASZG9oLmNoaS5haGFkbnMubmV0Ci9kbnMtcXVlcnk">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNS-over-TLS</td>
<td><code>tls://dot.chi.ahadns.net</code></td>
<td><a href="sdns://AwAAAAAAAAAAAAASZG90LmNoaS5haGFkbnMubmV0">Add to AdGuard</a></td>
</tr>
</tbody>
</table>
<h4>Australia</h4>
<table>
<thead>
<tr>
<th>Protocol</th>
<th>Address</th>
<th></th>
</tr>
</thead>
<tbody>
<tr>
<td>DNS-over-HTTPS</td>
<td><code>https://doh.au.ahadns.net/dns-query</code></td>
<td><a href="sdns://AgAAAAAAAAAAAAARZG9oLmF1LmFoYWRucy5uZXQKL2Rucy1xdWVyeQ">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNS-over-TLS</td>
<td><code>tls://dot.au.ahadns.net</code></td>
<td><a href="sdns://AwAAAAAAAAAAAAARZG90LmF1LmFoYWRucy5uZXQ">Add to AdGuard</a></td>
</tr>
</tbody>
</table>
<p><a name="seby-dns"></a></p>
<h3>Seby DNS</h3>
<p><a href="https://dns.seby.io/">Seby DNS</a> is a privacy focused DNS service provided by Sebastian Schmidt. No Logging, DNSSEC validation.</p>
<h4>DNS Server 1</h4>
<table>
<thead>
<tr>
<th>Protocol</th>
<th>Address</th>
<th></th>
</tr>
</thead>
<tbody>
<tr>
<td>DNS, IPv4</td>
<td><code>45.76.113.31</code></td>
<td><a href="sdns://AAAAAAAAAAAADDQ1Ljc2LjExMy4zMQ">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNSCrypt, IPv4</td>
<td>Provider: <code>2.dnscrypt-cert.dns.seby.io</code> IP: <code>45.76.113.31</code></td>
<td><a href="sdns://AQcAAAAAAAAADDQ1Ljc2LjExMy4zMSAIVGh4i6eKXqlF6o9Fg92cgD2WcDvKQJ7v_Wq4XrQsVhsyLmRuc2NyeXB0LWNlcnQuZG5zLnNlYnkuaW8">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNS-over-TLS</td>
<td><code>tls://dot.seby.io</code></td>
<td><a href="sdns://AwAAAAAAAAAAAAARdGxzOi8vZG90LnNlYnkuaW8">Add to AdGuard</a></td>
</tr>
</tbody>
</table>
<h4>DNS Server 2</h4>
<table>
<thead>
<tr>
<th>Protocol</th>
<th>Address</th>
<th></th>
</tr>
</thead>
<tbody>
<tr>
<td>DNS, IPv4</td>
<td><code>45.76.113.31</code> <code>139.99.222.72</code></td>
<td><a href="sdns://AAAAAAAAAAAADTEzOS45OS4yMjIuNzI">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNSCrypt, IPv4</td>
<td>Provider: <code>2.dnscrypt-cert.dns.seby.io</code> IP: <code>139.99.222.72</code></td>
<td><a href="sdns://AQcAAAAAAAAADTEzOS45OS4yMjIuNzIgCwVoTw0L4dgal5LC1FbZUtHtLR_rVuV6rVnxO95e4GUbMi5kbnNjcnlwdC1jZXJ0LmRucy5zZWJ5Lmlv">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNS-over-HTTPS</td>
<td><code>https://doh-2.seby.io/dns-query</code></td>
<td><a href="sdns://AgcAAAAAAAAAAAANZG9oLTIuc2VieS5pbwovZG5zLXF1ZXJ5">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNS-over-TLS</td>
<td><code>tls://dot.seby.io</code></td>
<td><a href="sdns://AwAAAAAAAAAAAAARdGxzOi8vZG90LnNlYnkuaW8">Add to AdGuard</a></td>
</tr>
</tbody>
</table>
<p><a name="puntcat-dns"></a></p>
<h3>puntCAT DNS</h3>
<p><a href="http://www.servidordenoms.cat/">puntCAT</a> is physically located near Barcelona, Spain. puntCAT offers a public DNS service, free, secure, close and that respects your privacy.</p>
<table>
<thead>
<tr>
<th>Protocol</th>
<th>Address</th>
<th></th>
</tr>
</thead>
<tbody>
<tr>
<td>DNS, IPv4</td>
<td><code>109.69.8.51</code></td>
<td><a href="sdns://AAAAAAAAAAAACzEwOS42OS44LjUx">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNS, IPv6</td>
<td><code>2a00:1508:0:4::9</code></td>
<td><a href="sdns://AAAAAAAAAAAAElsyYTAwOjE1MDg6MDo0Ojo5XQ">Add to AdGuard</a></td>
</tr>
</tbody>
</table>
<p><a name="dnslify-dns"></a></p>
<h3>DNSlify DNS</h3>
<p><a href="https://www.dnslify.com/services/">DNSlify DNS</a> operate public DNS resolvers to speed up requests, increase redundancy. The service provide by <a href="https://www.peerix.net/">Peerix</a></p>
<h4>Default</h4>
<p>These servers provide DNS resoultion without traffic filtering.</p>
<table>
<thead>
<tr>
<th>Protocol</th>
<th>Address</th>
<th></th>
</tr>
</thead>
<tbody>
<tr>
<td>DNS, IPv4</td>
<td><code>185.235.81.1</code> and <code>185.235.81.2</code></td>
<td><a href="sdns://AAAAAAAAAAAADDE4NS4yMzUuODEuMQ">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNS, IPv6</td>
<td><code>2a0d:4d00:81::1</code> and <code>2a0d:4d00:81::2</code></td>
<td><a href="sdns://AAAAAAAAAAAAEVsyYTBkOjRkMDA6ODE6OjFd">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNS-over-HTTPS</td>
<td><code>https://doh.dnslify.com/dns-query</code></td>
<td><a href="sdns://AgcAAAAAAAAAAAAPZG9oLmRuc2xpZnkuY29tCi9kbnMtcXVlcnk">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNS-over-TLS</td>
<td><code>tls://doh.dnslify.com</code></td>
<td><a href="sdns://AwAAAAAAAAAAAAAPZG9oLmRuc2xpZnkuY29t">Add to AdGuard</a></td>
</tr>
</tbody>
</table>
<h4>Safe</h4>
<p>Safe mode guard against infected, fraudulent or bot sites.</p>
<table>
<thead>
<tr>
<th>Protocol</th>
<th>Address</th>
<th></th>
</tr>
</thead>
<tbody>
<tr>
<td>DNS, IPv4</td>
<td><code>185.235.81.3</code> and <code>185.235.81.4</code></td>
<td><a href="sdns://AAAAAAAAAAAADDE4NS4yMzUuODEuMw">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNS, IPv6</td>
<td><code>2a0d:4d00:81::3</code> and <code>2a0d:4d00:81::4</code></td>
<td><a href="sdns://AAAAAAAAAAAAEVsyYTBkOjRkMDA6ODE6OjNd">Add to AdGuard</a></td>
</tr>
</tbody>
</table>
<h4>Family</h4>
<p>Family mode provide family oriented filtering offering the protection of "Safe" resolvers + blocking adult sites.</p>
<table>
<thead>
<tr>
<th>Protocol</th>
<th>Address</th>
<th></th>
</tr>
</thead>
<tbody>
<tr>
<td>DNS, IPv4</td>
<td><code>185.235.81.5</code> and <code>185.235.81.6</code></td>
<td><a href="sdns://AAAAAAAAAAAADDE4NS4yMzUuODEuNQ">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNS, IPv6</td>
<td><code>2a0d:4d00:81::5</code> and <code>2a0d:4d00:81::6</code></td>
<td><a href="sdns://AAAAAAAAAAAAEVsyYTBkOjRkMDA6ODE6OjVd">Add to AdGuard</a></td>
</tr>
</tbody>
</table>
<p><a name="nextdns"></a></p>
<h3>NextDNS</h3>
<p><a href="https://nextdns.io/">NextDNS</a> provides publicly accessible unfiltered resolvers with no logging in addition to its freemium configurable filtering resolvers with optional logging.</p>
<h4>Unfiltered</h4>
<table>
<thead>
<tr>
<th>Protocol</th>
<th>Address</th>
<th></th>
</tr>
</thead>
<tbody>
<tr>
<td>DNS-over-HTTPS</td>
<td><code>dns.nextdns.io</code></td>
<td><a href="sdns://AgcAAAAAAAAAAAAOZG5zLm5leHRkbnMuaW8A">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNS-over-TLS</td>
<td><code>tls://dns.nextdns.io</code></td>
<td><a href="sdns://AwcAAAAAAAAAAAAOZG5zLm5leHRkbnMuaW8">Add to AdGuard</a></td>
</tr>
</tbody>
</table>
<p><a name="rethinkdns"></a></p>
<h3>RethinkDNS</h3>
<p><a href="https://www.bravedns.com/configure">RethinkDNS</a> provides DNS-over-HTTPS service running as Cloudflare Worker with configurable blocklists.</p>
<h4>Unfiltered</h4>
<table>
<thead>
<tr>
<th>Protocol</th>
<th>Address</th>
<th></th>
</tr>
</thead>
<tbody>
<tr>
<td>DNS-over-HTTPS</td>
<td><code>https://basic.bravedns.com/</code></td>
<td><a href="sdns://AgcAAAAAAAAAAAASYmFzaWMuYnJhdmVkbnMuY29tAA">Add to AdGuard</a></td>
</tr>
</tbody>
</table>
<p><a name="controld"></a></p>
<h3>ControlD DNS</h3>
<p><a href="https://controld.com/">ControlD</a> is a customizable DNS service that can be used to block unwanted categories of sites (like ads or porn), popular online services like Facebook or TikTok, or any domain of your choice.</p>
<h4>Unfiltered</h4>
<table>
<thead>
<tr>
<th>Protocol</th>
<th>Address</th>
<th></th>
</tr>
</thead>
<tbody>
<tr>
<td>DNS, IPv4</td>
<td><code>76.76.2.0</code></td>
<td><a href="sdns://AAcAAAAAAAAACTc2Ljc2LjIuMA">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNS-over-HTTPS</td>
<td><code>https://freedns.controld.com/p0</code></td>
<td><a href="sdns://AgcAAAAAAAAAH2h0dHBzOi8vZnJlZWRucy5jb250cm9sZC5jb20vcDAAAAA">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNS-over-TLS</td>
<td><code>tls://p0.freedns.controld.com</code></td>
<td><a href="sdns://AwcAAAAAAAAAF3AwLmZyZWVkbnMuY29udHJvbGQuY29tAAA">Add to AdGuard</a></td>
</tr>
</tbody>
</table>
<h4>Block malware</h4>
<table>
<thead>
<tr>
<th>Protocol</th>
<th>Address</th>
<th></th>
</tr>
</thead>
<tbody>
<tr>
<td>DNS, IPv4</td>
<td><code>76.76.2.1</code></td>
<td><a href="sdns://AAcAAAAAAAAACTc2Ljc2LjIuMQ">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNS-over-HTTPS</td>
<td><code>https://freedns.controld.com/p1</code></td>
<td><a href="sdns://AgcAAAAAAAAAH2h0dHBzOi8vZnJlZWRucy5jb250cm9sZC5jb20vcDEAAAA">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNS-over-TLS</td>
<td><code>tls://p1.freedns.controld.com</code></td>
<td><a href="sdns://AwcAAAAAAAAAF3AxLmZyZWVkbnMuY29udHJvbGQuY29tAAA">Add to AdGuard</a></td>
</tr>
</tbody>
</table>
<h5>Block malware + ads</h5>
<table>
<thead>
<tr>
<th>Protocol</th>
<th>Address</th>
<th></th>
</tr>
</thead>
<tbody>
<tr>
<td>DNS, IPv4</td>
<td><code>76.76.2.2</code></td>
<td><a href="sdns://AAcAAAAAAAAACTc2Ljc2LjIuMg">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNS-over-HTTPS</td>
<td><code>https://freedns.controld.com/p2</code></td>
<td><a href="sdns://AgcAAAAAAAAAH2h0dHBzOi8vZnJlZWRucy5jb250cm9sZC5jb20vcDIAAAA">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNS-over-TLS</td>
<td><code>tls://p2.freedns.controld.com</code></td>
<td><a href="sdns://AwcAAAAAAAAAF3AyLmZyZWVkbnMuY29udHJvbGQuY29tAAA">Add to AdGuard</a></td>
</tr>
</tbody>
</table>
<h5>Block malware + ads + social</h5>
<table>
<thead>
<tr>
<th>Protocol</th>
<th>Address</th>
<th></th>
</tr>
</thead>
<tbody>
<tr>
<td>DNS, IPv4</td>
<td><code>76.76.2.3</code></td>
<td><a href="sdns://AAcAAAAAAAAACTc2Ljc2LjIuMw">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNS-over-HTTPS</td>
<td><code>https://freedns.controld.com/p3</code></td>
<td><a href="sdns://AgcAAAAAAAAAH2h0dHBzOi8vZnJlZWRucy5jb250cm9sZC5jb20vcDMAAAA">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNS-over-TLS</td>
<td><code>tls://p3.freedns.controld.com</code></td>
<td><a href="sdns://AwcAAAAAAAAAF3AzLmZyZWVkbnMuY29udHJvbGQuY29tAAA">Add to AdGuard</a></td>
</tr>
</tbody>
</table>
<p><a name="mullvad"></a></p>
<h3>Mullvad</h3>
<p><a href="https://mullvad.net/en/help/dns-over-https-and-dns-over-tls/">Mullvad</a> provides publicly accessible DNS with QNAME minimization, endpoints located in Australia, Germany, Singapore, Sweden, United Kingdom and United States (New York and Los Angeles).</p>
<h4>Non-filtering</h4>
<table>
<thead>
<tr>
<th>Protocol</th>
<th>Address</th>
<th></th>
</tr>
</thead>
<tbody>
<tr>
<td>DNS-over-HTTPS</td>
<td><code>https://doh.mullvad.net/dns-query</code></td>
<td><a href="sdns://AgcAAAAAAAAAAAAPZG9oLm11bGx2YWQubmV0Ci9kbnMtcXVlcnk">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNS-over-TLS</td>
<td><code>tls://doh.mullvad.net</code></td>
<td><a href="sdns://AwcAAAAAAAAAAAAPZG9oLm11bGx2YWQubmV0">Add to AdGuard</a></td>
</tr>
</tbody>
</table>
<h4>Ad blocking</h4>
<table>
<thead>
<tr>
<th>Protocol</th>
<th>Address</th>
<th></th>
</tr>
</thead>
<tbody>
<tr>
<td>DNS-over-HTTPS</td>
<td><code>https://adblock.doh.mullvad.net/dns-query</code></td>
<td><a href="sdns://AgcAAAAAAAAAAAAXYWRibG9jay5kb2gubXVsbHZhZC5uZXQKL2Rucy1xdWVyeQ">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNS-over-TLS</td>
<td><code>tls://adblock.doh.mullvad.net</code></td>
<td><a href="sdns://AwcAAAAAAAAAAAAXYWRibG9jay5kb2gubXVsbHZhZC5uZXQ">Add to AdGuard</a></td>
</tr>
</tbody>
</table>
<p><a name="small-resolvers"></a></p>
<h3>Small personal resolvers</h3>
<p>In this section we list small, mostly personal DNS resolvers. They often have only one or very few servers and worse uptime than 'big' providers. We won't be able to proper monitor their availability. <strong>Use them at your own risk!</strong></p>
<p><a name="arapurayil"></a></p>
<h4>Arapurayil</h4>
<p><a href="https://dns.arapurayil.com">Arapurayil</a> is a personal DNS service hosted in Mumbai, India.</p>
<p>Non-logging | Filters ads,trackers,phishing,etc | DNSSEC | QNAME Minimization | No EDNS Client-Subnet.</p>
<table>
<thead>
<tr>
<th>Protocol</th>
<th>Address</th>
<th></th>
</tr>
</thead>
<tbody>
<tr>
<td>DNSCrypt, IPv4</td>
<td>Host: <code>2.dnscrypt-cert.dns.arapurayil.com</code> IP: <code>3.7.156.128</code></td>
<td><a href="sdns://AQMAAAAAAAAAEDMuNy4xNTYuMTI4Ojg0NDMgDXD9OSDJDwe2q9bi836PURTP14NLYS03RbDq6j891ZciMi5kbnNjcnlwdC1jZXJ0LmRucy5hcmFwdXJheWlsLmNvbQ">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNS-over-HTTPS</td>
<td>Host: <code>https://dns.arapurayil.com/dns-query</code></td>
<td><a href="sdns://AgMAAAAAAAAAAAASZG5zLmFyYXB1cmF5aWwuY29tCi9kbnMtcXVlcnk">Add to AdGuard</a></td>
</tr>
</tbody>
</table>
<p><a name="dandelion-sprouts-official-dns-server"></a></p>
<h4>Dandelion Sprout's Official DNS Server</h4>
<p><a href="https://github.com/DandelionSprout/adfilt/tree/master/Dandelion Sprout's Official DNS Server">Dandelion Sprout's Official DNS Server</a> is a personal DNS service hosted in Trondheim, Norway, using an AdGuard Home infrastructure.</p>
<p>Blocks more ads and malware than AdGuard DNS thanks to more advanced syntaxes, but goes easier on trackers, and blocks alt-right tabloids and most imageboards. Logging is used to improve its used filterlists (e.g. by unblocking sites that shouldn't have been blocked), and to determine the least bad times for server system updates. For additional important info, see the link above.</p>
<table>
<thead>
<tr>
<th>Protocol</th>
<th>Address</th>
<th></th>
</tr>
</thead>
<tbody>
<tr>
<td>DNS-over-HTTPS</td>
<td><code>https://dandelionsprout.asuscomm.com:2501/dns-query</code></td>
<td><a href="sdns://AgEAAAAAAAAAAAAhZGFuZGVsaW9uc3Byb3V0LmFzdXNjb21tLmNvbToyNTAxCi9kbnMtcXVlcnk">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNS-over-TLS</td>
<td><code>tls://dandelionsprout.asuscomm.com:853</code></td>
<td><a href="sdns://AwEAAAAAAAAAAAAgZGFuZGVsaW9uc3Byb3V0LmFzdXNjb21tLmNvbTo4NTM">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNS-over-QUIC</td>
<td><code>quic://dandelionsprout.asuscomm.com:48582</code></td>
<td><a href="sdns://BAEAAAAAAAAAAAAiZGFuZGVsaW9uc3Byb3V0LmFzdXNjb21tLmNvbTo0ODU4Mg">Add to AdGuard</a></td>
</tr>
<tr>
<td>DNS, IPv4</td>
<td>Varies; see link above.</td>
</tr>
<tr>
<td>DNS, IPv6</td>
<td>Varies; see link above.</td>
</tr>
<tr>
<td>DNSCrypt, IPv4</td>
<td>Varies; see link above.</td>
</tr>
</tbody>
</table>
</p>
</div>
</div>
<div id="navigation">
<a class="nav nav-prev" href="/en/general/adguard-translations"> <i class="fa fa-chevron-left"></i></a>
<a class="nav nav-next" href="/en/general/stealth-mode"><i class="fa fa-chevron-right"></i></a>
</div>
</section>
</body>
</html>
| Extract everything between TD brackets | 2021-12-02T04:05:30.000Z |
<meta name=\"generator\" content=\"Subrion CMS ([\d\.]+)* | <meta name="generator" content="Subrion CMS 3.3.4.10 | ali | 2020-08-10T07:21:34.000Z |
|
This my first regExp) | \s+|^((1[0-9]{1,3})|(20[0-1][0-2])|(200[0-9]))\/((0[0-9])|[0-9]|[1][0-2])\/(([0-2][0-9])|(30)) (([0-1][0-9])|([2][0-4])):([0-6][0-9]) | 1995/12/01 12:12
1012/12/02 12:34
4012/12/02 12:34
3012/12/02 12:34
2013/12/02 12:34
2007/13/02 12:34
2007/12/02 12:34 | Parse date between 1000 and 2012 in format(YYYY/MM/DD HH:MM) | 2015-08-17T11:43:18.000Z |
[^\$]\s1([,|)]) | INSERT INTO fa_MISC_JUL16 (F_ID, X2, X3, X4, X6, G3, E9, D9, V9, P01, T4, R2, CX050, NX01, M11) VALUES (17051, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1)
INSERT INTO fa_data1_JUL16 (F_ID, F_FULL_NAME, F_ADDRESS, F_AWARD, F_DEADLINE_DATE, F_DURATION, F_OTHER_SPONSORS, F_PURPOSE, F_SPONSOR, F_MX_sponsor, F_PX_sponsor, F_WEBSITE, F_ELIGIBILITY, F_SPECIAL_FEATURES) VALUES (38286, 'A. Bartlett Giamatti Fellowship', 'Attn: Beinecke Rare Book and Manuscript Library<br>120 High Street<br>P.O. Box 208330<br>New Haven, CT 06520-8330', 'The program supports travel to and from New Haven and pays a living allowance of $4,000 per month for postdoctoral fellows or $3,000 per month for doctoral candidates.', 'December of each year for postdoctoral fellows or October of each year for doctoral candidates.', '1 to 3 months between October and May for postdoctoral fellows or between June and August for doctoral candidates.', 'Yale University. Beinecke Rare Book and Manuscript Library', 'To provide short-term funding to postdoctoral scholars and doctoral candidates from any country interested in conducting research in history or literature using the resources of the Beinecke Rare Book and Manuscript Library at Yale University.', 'Yale University', '', '', 'beinecke.library.yale.edu/programs-events/fellowship-program', 'This program is open to visiting scholars from any country interested in conducting postdoctoral or dissertation research in history or literature at the Beinecke Library. Applicants should live outside the greater New Haven area. Along with their application, they must submit a curriculum vitae, 2 letters of recommendation,
a 1,200-word research proposal, and a detailed list of specific research materials to be consulted at the Beinecke.', 'Recipients are expected to be in residence during the period of their award and are encouraged to participate in the activities of Yale University.')
| bits to true in mssql | 2016-08-09T23:57:38.000Z |
|
(^|[^\\]):http(\W|$) | :http | ngResource | 2016-06-16T05:43:37.000Z |
|
(\d+)d (\d+)h (\d+)(?:min|m) (\d+)s | 5d 23h 40min 56s | Days Hours Minutes Seconds | 2015-11-09T20:47:27.000Z |
|
Edited to capture flights leaving from non-Sydney Destinations | \b(Sydney|Melbourne|Brisbane|Adelaide)\b\s[\W\s\r]{0,10}[0-9]{4}\,\s(?<TimeIB>[0-9:APM]{6,7})[\W\s\r]{1,5}[\W\s\rA-Za-z0-9]{5,180}Payment|\b(Sydney|Melbourne|Brisbane|Adelaide)\b\sSUBSIDIARY\/FRANCHISE[\W\s\r]{0,10}[0-9]{4}\,\s(?<TimeIB2>[0-9:APM]{6,7})[\W\s\r]{1,5}[\W\s\rA-Za-z0-9]{5,180}Payment | E-Ticket Itinerary, Receipt and Tax Invoice
Your Booking Reference
OML4CW
Important Information
• This is your E-Ticket Itinerary & Receipt/Tax Invoice. We recommend that you print this out or save this on your phone, and it
is recommended you retain a copy for your records.
• Each passenger travelling needs a printed copy of this document for airport security checks.
• Please familiarise yourself with the key Conditions of Carriage, Dangerous Goods guide and other information attached.
Passenger Ticket Information
Passenger Name
Frequent Flyer No.
Ticket No.
Issued
Mr Matthew Davis
QF1911660387
Frequent Flyer Silver / oneworld Ruby
081-2498583545
30 Aug 19
Ticket Total*
423.32
Mr Zachary Kirkham
QF1752890
Qantas Club Silver / oneworld Ruby
081-2498583544
30 Aug 19
423.32
Ticket Total for all passengers*
846.64
*Amounts are displayed in AUD (AUD)
Your Itinerary
Date
Flight Number
Departing
Arriving
Status
Flight Information
08 Sep 19
QF435
Sydney
1300, 1:00PM
Terminal 3
Melbourne
1435, 2:35PM
08 Sep 19
Terminal 1
Economy
Confirmed
Est journey Time: 01:35
Non-Stop
Aircraft Type: Boeing 737
08 Sep 19
QF2285 Operated By
Melbourne
SUBSIDIARY/FRANCHISE 1520, 3:20PM
Terminal 1
Launceston
1635, 4:35PM
08 Sep 19
Economy
Confirmed
Est journey Time: 01:15
Non-Stop
Aircraft Type: De Havilland Dhc-8 Dash
8-400 Dash 8q
Payment Details
Date
Payment Type
Reference
30 Aug 19
American Express
xxxx-xxxx-xxxx-2006
Amount*
846.64
This may appear as multiple transactions on your credit card statement
Your Receipt Details
Ticket Charges
Total*
Card Payment Fee
Total Amount Payable*
Charges
761.68
8.00
GST
Total*
769.68
76.96
846.64
*Includes Taxes/Fees/carrier Charges
Tax Information
GST is included for taxable sales
ABN:58084409316
Issued by
Qantas Airways on 30 Aug 19
GST Paid 76.96
Flying With Us
Before Check-in
• Ensure that each passenger
carries a printed copy of this
document when travelling.
• Label your bags inside and out
with your name, address and
contact number at your
destination.
• Check Carry-on baggage and
checked baggage allowances as
restrictions apply.
Getting Away On Time
• Ensure you are at the airport with
enough time to complete necessary
check-in, security screening and,
for international flights, customs
and immigration.
• Familiarise yourself with the checkin and boarding times. Information
for Qantas and QantasLink flights is
in the Travel Information section
attached.
Check-in
• Visit qantas.com/checkin to
choose the check-in option best
for you.
Fare Restrictions - Refer to the applicable fare rules as special conditions may apply
Additional Fees: Fees may apply to some booking changes, ticket reissues and consultant-assisted services. Details are available at qantas.com.
Qantas Airways Limited ABN 16 009 661 901, 10 Bourke Road, Mascot NSW 2020, Australia
qantas.com
Travel Information
Qantas Group check-in times
International Terminal
Domestic Terminal
Australian and New Zealand Terminals**
QF 001 - 399
QF400 and above
International First / Business
International Economy / Premium Economy
Closes 60 minutes before departure
Closes 90 minutes before departure
Domestic Business / Economy
Closes 60 minutes before departure
Qantas codeshare services (QF Flight
numbers operated by Jetstar)^
Jetstar Services^
Check in opens 3 hours before departure
Closes 60 minutes before departure
JQ 001 - 399 and 3K 500 - 699^
N/A
N/A
45 minutes from departure* Closes 30
minutes before departure.
Check in opens 2 hours before departure
Closes 30 minutes before departure
JQ 400 and above
Jetstar Business / Economy (JQ)^
Check in opens 3 hours before departure
Closes 60 minutes before departure
Check in opens 2 hours before departure
Check in opens 2 hours before departure
Closes 30 minutes before departure
N/A
Jetstar flights operated by Jetstar Asia (3K)~
* Check-in closes 30 minutes before departure. Boarding will commence 20 minutes prior to departure. ** Please check with your local Qantas office for check-in
time at all non-Australian / New Zealand ports. Ensure you adhere to check-in times or your fare may be forfeited.
^ Jetstar flights JQ1-JQ399 depart from international terminals, except JQ61, JQ73 and JQ81 which depart from domestic terminals.
~ Jetstar flights that operate under a 3K flight number between Perth and Singapore and Singapore and Auckland check-in opens 3 hours prior to departure and
closes 1 hour prior to departure.
Included and Carry On Baggage
QF435
Sydney to Melbourne - 08 Sep 2019
PASSENGER
Mr Matthew Davis
INCLUDED CHECKED BAGGAGE
(no single piece may exceed 32kg / 67lb)
PURCHASED BAGGAGE
(no single piece may exceed 32kg / 67lb)
CARRY ON BAGGAGE
(Up to 10kg(22lb) for one piece, max 14kg(30lb) total)
1 x 32kg/70lb
-
Cabin bag combination + 1 personal item
1 x 32kg/70lb
- | TimeIB | 2020-04-09T00:25:48.000Z |
<%=?(.+)%> | <%=hola%>
<%blah%>
| erb | 2014-09-01T20:44:41.000Z |
|
^(?=[0-9])(?!(.)\1{4,}).*$ | werfw1111111qqqqqqq
23452345654
222222277777772222
qqqqqqqq | Regex no repeats only numbers | 2018-10-17T14:21:26.000Z |
|
Created this for Pathfinder. Takes a file name with the extension and returns only the file name. | (^\w+(?=\.)) | all_scores.feather
scores_01_clean.feather
scores_02_clean.xlsx
analysis_descriptive.nb.html
analysis_table_01.docx
python_model.py | Get file name without extension | 2018-09-06T15:21:36.000Z |
CsString.format [] | CsString\.format\(.*,\s*\[.*\]\) | CsString.format("Sloto club progress update received: delta = {0}, balance = {1}, type = {2}", [progress.clubPointsDelta, progress.clubPoints, rewardType) | CsString.format [] | 2017-04-05T12:25:59.000Z |
^([a-zA-z0-9]+)[ \t]+([^ \t]+)[ \t]+([^ \t]+)$ | int2char GF@lel bool@true | ipp 2 operands | 2018-02-26T00:30:02.000Z |
|
find an ip address in a string | \d{3}\.\d+\.\d+\.\d+ | The following is an ip address 127.0.0.1
Use the ip 192.168.33.21 to reach home.
188.25.125.105
127.0.1.1 | ip_address | 2018-06-24T19:12:55.000Z |
<div\sclass="row">\s<div\sclass="col-xs-12">\s<div\sclass="all_seasons">\s<div\sclass="episodes_left\scol-xs-6\spull-left">\s((.|\n)*)<br>(?:(</div>|\s)*?) | <div class="row">
<div class="col-xs-12">
<div class="all_seasons">
<div class="episodes_left col-xs-6 pull-left">
<a href='http://watchseries-online.li/episode/last-week-tonight-with-john-oliver-s02e32'>Last Week Tonight With John Oliver S02E32 </a>
<br> <a href='http://watchseries-online.li/episode/last-week-tonight-with-john-oliver-s02e31'>Last Week Tonight With John Oliver S02E31 </a>
<br> <a href='http://watchseries-online.li/episode/last-week-tonight-with-john-oliver-s02e30'>Last Week Tonight With John Oliver S02E30 </a>
<br> <a href='http://watchseries-online.li/episode/last-week-tonight-with-john-oliver-s02e29'>Last Week Tonight With John Oliver S02E29 </a>
<br> <a href='http://watchseries-online.li/episode/last-week-tonight-with-john-oliver-s02e28'>Last Week Tonight With John Oliver S02E28 </a>
<br> <a href='http://watchseries-online.li/episode/last-week-tonight-with-john-oliver-s02e27'>Last Week Tonight With John Oliver S02E27 </a>
<br> <a href='http://watchseries-online.li/episode/last-week-tonight-with-john-oliver-s02e25-church'>Last Week Tonight With John Oliver S02E25 – Church </a>
<br> <a href='http://watchseries-online.li/episode/last-week-tonight-with-john-oliver-s02e24-season-2-episode-24'>Last Week Tonight With John Oliver S02E24 – Season 2, Episode 24 </a>
<br> <a href='http://watchseries-online.li/episode/last-week-tonight-with-john-oliver-s02e23-season-2-episode-23'>Last Week Tonight With John Oliver S02E23 – Season 2, Episode 23 </a>
<br> <a href='http://watchseries-online.li/episode/last-week-tonight-with-john-oliver-s02e23-season-2-episode-23-720p'>Last Week Tonight With John Oliver S02E23 – Season 2, Episode 23 720p </a>
<br> <a href='http://watchseries-online.li/episode/last-week-tonight-with-john-oliver-s02e22-season-2-episode-22-720p'>Last Week Tonight With John Oliver S02E22 – Season 2, Episode 22 720p </a>
<br> <a href='http://watchseries-online.li/episode/last-week-tonight-with-john-oliver-s02e22-season-2-episode-22'>Last Week Tonight With John Oliver S02E22 – Season 2, Episode 22 </a>
<br> <a href='http://watchseries-online.li/episode/last-week-tonight-with-john-oliver-s02e21-season-2-episode-21'>Last Week Tonight With John Oliver S02E21 – Season 2, Episode 21 </a>
<br> <a href='http://watchseries-online.li/episode/last-week-tonight-with-john-oliver-s02e21-season-2-episode-21-720p'>Last Week Tonight With John Oliver S02E21 – Season 2, Episode 21 720p </a>
<br> <a href='http://watchseries-online.li/episode/last-week-tonight-with-john-oliver-s02e20-season-2-episode-20'>Last Week Tonight With John Oliver S02E20 – Season 2, Episode 20 </a>
<br> <a href='http://watchseries-online.li/episode/last-week-tonight-with-john-oliver-s02e20-season-2-episode-20-720p'>Last Week Tonight With John Oliver S02E20 – Season 2, Episode 20 720p </a>
<br> <a href='http://watchseries-online.li/episode/last-week-tonight-with-john-oliver-s02e19-season-2-episode-19-720p'>Last Week Tonight With John Oliver S02E19 – Season 2, Episode 19 720p </a>
<br> <a href='http://watchseries-online.li/episode/last-week-tonight-with-john-oliver-s02e19-season-2-episode-19'>Last Week Tonight With John Oliver S02E19 – Season 2, Episode 19 </a>
<br> <a href='http://watchseries-online.li/episode/last-week-tonight-with-john-oliver-s02e18-season-2-episode-18-720p'>Last Week Tonight With John Oliver S02E18 – Season 2, Episode 18 720p </a>
<br> <a href='http://watchseries-online.li/episode/last-week-tonight-with-john-oliver-s02e18-season-2-episode-18'>Last Week Tonight With John Oliver S02E18 – Season 2, Episode 18 </a>
<br> <a href='http://watchseries-online.li/episode/last-week-tonight-with-john-oliver-s02e17-season-2-episode-17'>Last Week Tonight With John Oliver S02E17 – Season 2, Episode 17 </a>
<br> <a href='http://watchseries-online.li/episode/last-week-tonight-with-john-oliver-s02e17-season-2-episode-17-720p'>Last Week Tonight With John Oliver S02E17 – Season 2, Episode 17 720p </a>
<br> <a href='http://watchseries-online.li/episode/last-week-tonight-with-john-oliver-s02e16-season-2-episode-16'>Last Week Tonight With John Oliver S02E16 – Season 2, Episode 16 </a>
<br> <a href='http://watchseries-online.li/episode/last-week-tonight-with-john-oliver-s02e16-season-2-episode-16-720p'>Last Week Tonight With John Oliver S02E16 – Season 2, Episode 16 720p </a>
<br> <a href='http://watchseries-online.li/episode/last-week-tonight-with-john-oliver-s02e15-season-2-episode-15'>Last Week Tonight With John Oliver S02E15 – Season 2, Episode 15 </a>
<br> <a href='http://watchseries-online.li/episode/last-week-tonight-with-john-oliver-s02e15-season-2-episode-15-720p'>Last Week Tonight With John Oliver S02E15 – Season 2, Episode 15 720p </a>
<br> <a href='http://watchseries-online.li/episode/last-week-tonight-with-john-oliver-s02e14-season-2-episode-14'>Last Week Tonight With John Oliver S02E14 – Season 2, Episode 14 </a>
<br> <a href='http://watchseries-online.li/episode/last-week-tonight-with-john-oliver-s02e13-season-2-episode-13'>Last Week Tonight With John Oliver S02E13 – Season 2, Episode 13 </a>
<br> <a href='http://watchseries-online.li/episode/last-week-tonight-with-john-oliver-s02e13-season-2-episode-13-720p'>Last Week Tonight With John Oliver S02E13 – Season 2, Episode 13 720p </a>
<br> <a href='http://watchseries-online.li/episode/last-week-tonight-with-john-oliver-s02e12-season-2-episode-12'>Last Week Tonight With John Oliver S02E12 – Season 2, Episode 12 </a>
<br> <a href='http://watchseries-online.li/episode/last-week-tonight-with-john-oliver-s02e11-season-2-episode-11'>Last Week Tonight With John Oliver S02E11 – Season 2, Episode 11 </a>
<br> <a href='http://watchseries-online.li/episode/last-week-tonight-with-john-oliver-s02e10-season-2-episode-10'>Last Week Tonight With John Oliver S02E10 – Season 2, Episode 10 </a>
<br> <a href='http://watchseries-online.li/episode/last-week-tonight-with-john-oliver-s02e09-season-2-episode-9'>Last Week Tonight With John Oliver S02E09 – Season 2, Episode 9 </a>
<br> <a href='http://watchseries-online.li/episode/last-week-tonight-with-john-oliver-s02e08-season-2-episode-8'>Last Week Tonight With John Oliver S02E08 – Season 2, Episode 8 </a>
<br> <a href='http://watchseries-online.li/episode/last-week-tonight-with-john-oliver-s02e07-season-2-episode-7'>Last Week Tonight With John Oliver S02E07 – Season 2, Episode 7 </a>
<br> <a href='http://watchseries-online.li/episode/last-week-tonight-with-john-oliver-s02e05-season-2-episode-5'>Last Week Tonight With John Oliver S02E05 – Season 2, Episode 5 </a>
<br></div><div class='col-xs-6 pull-right'> <a href='http://watchseries-online.li/episode/last-week-tonight-with-john-oliver-s02e04-season-2-episode-4'>Last Week Tonight With John Oliver S02E04 – Season 2, Episode 4 </a>
<br> <a href='http://watchseries-online.li/episode/last-week-tonight-with-john-oliver-s02e03-season-2-episode-3'>Last Week Tonight With John Oliver S02E03 – Season 2, Episode 3 </a>
<br> <a href='http://watchseries-online.li/episode/last-week-tonight-john-oliver-s02e02-season-2-episode-2'>Last Week Tonight With John Oliver S02E02 – Season 2, Episode 2 </a>
<br> <a href='http://watchseries-online.li/episode/last-week-tonight-john-oliver-s02e01-season-2-episode-1'>Last Week Tonight With John Oliver S02E01 – Season 2, Episode 1 </a>
<br> <a href='http://watchseries-online.li/episode/last-week-tonight-john-oliver-s01e24'>Last Week Tonight With John Oliver S01E24 </a>
<br> <a href='http://watchseries-online.li/episode/last-week-tonight-john-oliver-s01e23'>Last Week Tonight With John Oliver S01E23 </a>
<br> <a href='http://watchseries-online.li/episode/last-week-tonight-john-oliver-s01e22'>Last Week Tonight With John Oliver S01E22 </a>
<br> <a href='http://watchseries-online.li/2014/10/last-week-tonight-with-john-oliver-s01e21'>Last Week Tonight With John Oliver S01E21 </a>
<br> <a href='http://watchseries-online.li/2014/10/last-week-tonight-with-john-oliver-s01e20'>Last Week Tonight With John Oliver S01E20 </a>
<br> <a href='http://watchseries-online.li/2014/09/last-week-tonight-with-john-oliver-s01e19'>Last Week Tonight With John Oliver S01E19 </a>
<br> <a href='http://watchseries-online.li/2014/09/last-week-tonight-with-john-oliver-s01e18'>Last Week Tonight With John Oliver S01E18 </a>
<br> <a href='http://watchseries-online.li/2014/09/last-week-tonight-with-john-oliver-s01e17'>Last Week Tonight With John Oliver S01E17 </a>
<br> <a href='http://watchseries-online.li/2014/09/last-week-tonight-with-john-oliver-s01e16'>Last Week Tonight With John Oliver S01E16 </a>
<br> <a href='http://watchseries-online.li/2014/08/last-week-tonight-with-john-oliver-s01e15'>Last Week Tonight With John Oliver S01E15 </a>
<br> <a href='http://watchseries-online.li/2014/08/last-week-tonight-with-john-oliver-2014-08-10'>Last Week Tonight With John Oliver (2014 08 10) </a>
<br> <a href='http://watchseries-online.li/2014/08/last-week-tonight-with-john-oliver-s01e13'>Last Week Tonight With John Oliver S01E13 </a>
<br> <a href='http://watchseries-online.li/2014/07/last-week-tonight-with-john-oliver-2014-07-27'>Last Week Tonight With John Oliver (2014 07 27) </a>
<br> <a href='http://watchseries-online.li/2014/07/last-week-tonight-with-john-oliver-2014-07-27-readnfo'>Last Week Tonight With John Oliver (2014 07 27) Readnfo </a>
<br> <a href='http://watchseries-online.li/2014/07/last-week-tonight-with-john-oliver-s01e11'>Last Week Tonight With John Oliver S01E11 </a>
<br> <a href='http://watchseries-online.li/2014/07/last-week-tonight-with-john-oliver-s01e10'>Last Week Tonight With John Oliver S01E10 </a>
<br> <a href='http://watchseries-online.li/2014/06/last-week-tonight-with-john-oliver-s01e09'>Last Week Tonight With John Oliver S01E09 </a>
<br> <a href='http://watchseries-online.li/2014/06/last-week-tonight-with-john-oliver-s01e08'>Last Week Tonight With John Oliver S01E08 </a>
<br> <a href='http://watchseries-online.li/2014/06/last-week-tonight-with-john-oliver-s01e07'>Last Week Tonight With John Oliver S01E07 </a>
<br> <a href='http://watchseries-online.li/2014/06/last-week-tonight-with-john-oliver-s01e06-real-wso-ch'>Last Week Tonight With John Oliver S01E06 Real wso-ch </a>
<br> <a href='http://watchseries-online.li/2014/06/last-week-tonight-with-john-oliver-s01e06'>Last Week Tonight With John Oliver S01E06 </a>
<br> <a href='http://watchseries-online.li/2014/05/last-week-tonight-with-john-oliver-2014-05-18-repack'>Last Week Tonight With John Oliver (2014 05 18) Repack </a>
<br> <a href='http://watchseries-online.li/2014/05/last-week-tonight-with-john-oliver-2014-05-18'>Last Week Tonight With John Oliver (2014 05 18) </a>
<br> <a href='http://watchseries-online.li/2014/05/last-week-tonight-with-john-oliver-2014-05-11-2'>Last Week Tonight With John Oliver (2014 05 11) </a>
<br> <a href='http://watchseries-online.li/2014/05/last-week-tonight-with-john-oliver-2014-05-11'>Last Week Tonight With John Oliver (2014 05 11) </a>
<br> <a href='http://watchseries-online.li/2014/05/last-week-tonight-with-john-oliver-s01e02'>Last Week Tonight With John Oliver S01E02 </a>
<br> <a href='http://watchseries-online.li/2014/04/last-week-tonight-with-john-oliver-s01e01'>Last Week Tonight With John Oliver S01E01 </a>
<br> </div>
</div>
</div>
</div>
</div>
</div> | wso list | 2015-11-07T21:48:28.000Z |
|
^\W?\d*?\W*?(?<area>\d{3})\W*?(?<group1>\d{3})\W*?(?<group2>\d{4})\W*?$ | 6109410561
(484) 844.0221
484-433-8115
484 433 7972
610.715.6728
+16109410561
| Phone numbers | 2015-06-11T17:37:01.000Z |
|
[0-9]+ \| ([a-z]+):\/\/([x0-9]+\.[x0-9]+\.[x0-9]+\.[x0-9]+):([0-9]+)\/([0-9]+) | 189 | rtmp://x.x.x.x:1935/189
190 | rtsp://x.x.x.x:554/190 | protocol ip port | 2021-03-02T12:15:34.000Z |
|
(BETWEEN .* AND .*[?!\s]) | testing BETWEEN THIS AND ? ending | BETWEEN clause | 2015-10-19T23:04:02.000Z |
|
Pulling specific values from weblog. In this case, the OS. | .*?\/[0-9]\.[0-9]\+\((.*?)\;.* | Mozilla/5.0+(iPad;+CPU+OS+8_3+like+Mac+OS+X)+AppleWebKit/600.1.4+(KHTML,+like+Gecko)+Version/8.0+Mobile/12F69+Safari/600.1.4 | Pulling values from weblog | 2015-07-08T19:38:39.000Z |
Adds a non-breaking space between the last two words of sentences | \s(([a-zA-Z]+\-[a-zA-Z]+|[a-zA-Z]+)\.) | <p>With consumers becoming more and more health-conscious by the minute, the wearable fitness tracker market is ever-expanding.</p>
<p>So, to cut through the clutter, we created a lifestyle video series and an interactive kiosk experience at Best Buy, where we were able to inform and educate consumers about Jawbone’s Up products right there at point of sale.</p>
<p>By arming consumers with the knowledge on how to improve their personal physical fitness, they’re able to make informed decisions with the push of a button. As part of the experience, visually stimulating films helped people easily understand each product’s features and benefits as well as identify which product best fit their needs.</p>
<p>The lifestyle and product demonstration films within the interactive experience were also used across social media, the Jawbone website, and as TV spots in two countries.</p>
<div class="image"><a href="http://goldenarm.com/staging/wp-content/uploads/2015/06/UpKiosk.jpg"><img class="aligncenter wp-image-1156 size-large" src="http://goldenarm.com/staging/wp-content/uploads/2015/06/UpKiosk-1024x643.jpg" alt="" width="1024" height="643"></a><img class="aligncenter wp-image-1348 size-large" src="http://goldenarm.com/staging/wp-content/uploads/2015/06/6.-youpush-1600px-1024x576ABC.jpg" alt="" width="1024" height="576"></div>
<p class="work-page__video_container"><div class="video-embed"><iframe src="https://player.vimeo.com/video/122136552" width="500" height="281" frameborder="0" allowfullscreen="allowfullscreen"></iframe></div><br>
<div class="video-embed"><iframe src="https://player.vimeo.com/video/122136232" width="500" height="281" frameborder="0" allowfullscreen="allowfullscreen"></iframe></div></p>
<div class="image"><a style="font-size: 20px;" href="http://goldenarm.com/staging/wp-content/uploads/2015/06/Screen-Shot-2015-06-23-at-2.55.39-PM.png"><img class="alignnone size-full wp-image-857" src="http://goldenarm.com/staging/wp-content/uploads/2015/06/Screen-Shot-2015-06-23-at-2.55.39-PM.png" alt="Screen Shot 2015-06-23 at 2.55.39 PM" width="639" height="638"></a></div> | Remove Widows (PHP) | 2015-09-13T13:44:29.000Z |
The fastest I could come up with to find links in a text story to convert to html tag for web use
Most make links out of garbage like ss.ss.sss even www.www this requires www if it isnt following https?:// so it finds urls not typos
IF your paranoid that it might pull links out of an html tag in your raw text add this to the beginning (?:<a[^<]+<\/a>)(*SKIP)(*FAIL)|
And yes I did use a base url for the link text on purpose because www.whatever.com is easier to read than **www.whatever.com/manythings.php?annoying=this&mostpeople=wontUnderstandAllThis&plus=ItsHardToReadInAstory** | (?:http(s)?:\/\/(*SKIP))?(?(?<=(?::\/\/))(?:www\.)?|(?:www\.))((?:[\w-]+(?:\.[a-zA-Z0-9]{2,4}[\/?]?)))([\w\d-=+&\/]*) | www.regex101.com/
https://regex101.com/a
https://www.amazon.com/gp/yourstore/home/ref=topnav_ys_gw/002-2063622-5895250
<a href="http://www.regex101.com/">regex101.com/</a>
Larry is survived by his wife, Sue of Waterloo, IA; two sons, Thomas (Peggy) Weber of Oak Park, IL, Ryan (Jaylene) Weber of Waterloo, IA; one daughter, Lori (Chris) Schutte of Jesup, IA; eight grandchildren, Scarlette and Jasper; Frank, Greta, and one on the way; Kalista, William, Ruby and Phoenix; three sisters, Sharon (Dan) Hambrock, Egan, MN, Judy (Jim) Meier, Tipton, IA, Marilyn (Victor) Kies, Cedar Rapids, IA; two brothers, Donald N. (Rose) Weber of Waterloo, Gerald W. “Gerry” (Shelly) Weber, Jesup; and two sisters-in-law, Brenda Weber of Jesup and Laura Weber of Raymond.
He is preceded in death by one son, Matthew (May 18, 1983), his parents, Clarence (2002) and Darlys (2008); two sisters, Janice (1958) and LuAnn (1965); two brothers, Ronald H. Weber (2014) and Dale C. Weber (2015) and his mother-in-law, Beverly Swyers (2013).
Funeral services were 10:30 a.m., Thursday, September 21, 2017, at Immaculate Conception Catholic Church, Gilbertville, IA with Rev. Henry Huber as celebrant with Deacon Al Weber assisting. Concelebrants also included Msgr. Ralph Simington, Fr. Lloyd Reuter and Fr. Jeffrey Dole. Music was by Bobbie Schares, organist, Todd Rohlfsen, soloist and the Resurrection Choir. Burial was at St. Joseph Catholic Cemetery, Raymond, IA. Casket Bearers were, Gerry Staebell, Steve Vogel, William Youngblut, Mike Reuter, Jim Breuer, Ted Monat, Adam Delagardelle, Jeremy Schmitz and Terry Hermeier.
Visitation was at Immaculate Conception Catholic Church in Gilbertville on Wednesday from 3-7 p.m.; where there was a Knights of Columbus Rosary at 4 p.m. and Vigil service at 7p.m. Visitation continued for an hour before services Thursday also at the church. Memorials may be directed to the family for charitable donations or a charity of the donor’s choice. Online condolences may be posted at www.White-MtHope.com
Larry is survived by his wife, Sue of Waterloo, IA; two sons, Thomas (Peggy) Weber of Oak Park, IL, Ryan (Jaylene) Weber of Waterloo, IA; one daughter, Lori (Chris) Schutte of Jesup, IA; eight grandchildren, Scarlette and Jasper; Frank, Greta, and one on the way; Kalista, William, Ruby and Phoenix; three sisters, Sharon (Dan) Hambrock, Egan, MN, Judy (Jim) Meier, Tipton, IA, Marilyn (Victor) Kies, Cedar Rapids, IA; two brothers, Donald N. (Rose) Weber of Waterloo, Gerald W. “Gerry” (Shelly) Weber, Jesup; and two sisters-in-law, Brenda Weber of Jesup and Laura Weber of Raymond.
He is preceded in death by one son, Matthew (May 18, 1983), his parents, Clarence (2002) and Darlys (2008); two sisters, Janice (1958) and LuAnn (1965); two brothers, Ronald H. Weber (2014) and Dale C. Weber (2015) and his mother-in-law, Beverly Swyers (2013).
Funeral services were 10:30 a.m., Thursday, September 21, 2017, at Immaculate Conception Catholic Church, Gilbertville, IA with Rev. Henry Huber as celebrant with Deacon Al Weber assisting. Concelebrants also included Msgr. Ralph Simington, Fr. Lloyd Reuter and Fr. Jeffrey Dole. Music was by Bobbie Schares, organist, Todd Rohlfsen, soloist and the Resurrection Choir. Burial was at St. Joseph Catholic Cemetery, Raymond, IA. Casket Bearers were, Gerry Staebell, Steve Vogel, William Youngblut, Mike Reuter, Jim Breuer, Ted Monat, Adam Delagardelle, Jeremy Schmitz and Terry Hermeier.
Visitation was at Immaculate Conception Catholic Church in Gilbertville on Wednesday from 3-7 p.m.; where there was a Knights of Columbus Rosary at 4 p.m. and Vigil service at 7p.m. Visitation continued for an hour before services Thursday also at the church. Memorials may be directed to the family for charitable donations or a charity of the donor’s choice. Online condolences may be posted at www.White-MtHope.com
Larry is survived by his wife, Sue of Waterloo, IA; two sons, Thomas (Peggy) Weber of Oak Park, IL, Ryan (Jaylene) Weber of Waterloo, IA; one daughter, Lori (Chris) Schutte of Jesup, IA; eight grandchildren, Scarlette and Jasper; Frank, Greta, and one on the way; Kalista, William, Ruby and Phoenix; three sisters, Sharon (Dan) Hambrock, Egan, MN, Judy (Jim) Meier, Tipton, IA, Marilyn (Victor) Kies, Cedar Rapids, IA; two brothers, Donald N. (Rose) Weber of Waterloo, Gerald W. “Gerry” (Shelly) Weber, Jesup; and two sisters-in-law, Brenda Weber of Jesup and Laura Weber of Raymond.
He is preceded in death by one son, Matthew (May 18, 1983), his parents, Clarence (2002) and Darlys (2008); two sisters, Janice (1958) and LuAnn (1965); two brothers, Ronald H. Weber (2014) and Dale C. Weber (2015) and his mother-in-law, Beverly Swyers (2013).
Funeral services were 10:30 a.m., Thursday, September 21, 2017, at Immaculate Conception Catholic Church, Gilbertville, IA with Rev. Henry Huber as celebrant with Deacon Al Weber assisting. Concelebrants also included Msgr. Ralph Simington, Fr. Lloyd Reuter and Fr. Jeffrey Dole. Music was by Bobbie Schares, organist, Todd Rohlfsen, soloist and the Resurrection Choir. Burial was at St. Joseph Catholic Cemetery, Raymond, IA. Casket Bearers were, Gerry Staebell, Steve Vogel, William Youngblut, Mike Reuter, Jim Breuer, Ted Monat, Adam Delagardelle, Jeremy Schmitz and Terry Hermeier.
Visitation was at Immaculate Conception Catholic Church in Gilbertville on Wednesday from 3-7 p.m.; where there was a Knights of Columbus Rosary at 4 p.m. and Vigil service at 7p.m. Visitation continued for an hour before services Thursday also at the church. Memorials may be directed to the family for charitable donations or a charity of the donor’s choice. Online condolences may be posted at www.White-MtHope.com
Larry is survived by his wife, Sue of Waterloo, IA; two sons, Thomas (Peggy) Weber of Oak Park, IL, Ryan (Jaylene) Weber of Waterloo, IA; one daughter, Lori (Chris) Schutte of Jesup, IA; eight grandchildren, Scarlette and Jasper; Frank, Greta, and one on the way; Kalista, William, Ruby and Phoenix; three sisters, Sharon (Dan) Hambrock, Egan, MN, Judy (Jim) Meier, Tipton, IA, Marilyn (Victor) Kies, Cedar Rapids, IA; two brothers, Donald N. (Rose) Weber of Waterloo, Gerald W. “Gerry” (Shelly) Weber, Jesup; and two sisters-in-law, Brenda Weber of Jesup and Laura Weber of Raymond.
He is preceded in death by one son, Matthew (May 18, 1983), his parents, Clarence (2002) and Darlys (2008); two sisters, Janice (1958) and LuAnn (1965); two brothers, Ronald H. Weber (2014) and Dale C. Weber (2015) and his mother-in-law, Beverly Swyers (2013).
Funeral services were 10:30 a.m., Thursday, September 21, 2017, at Immaculate Conception Catholic Church, Gilbertville, IA with Rev. Henry Huber as celebrant with Deacon Al Weber assisting. Concelebrants also included Msgr. Ralph Simington, Fr. Lloyd Reuter and Fr. Jeffrey Dole. Music was by Bobbie Schares, organist, Todd Rohlfsen, soloist and the Resurrection Choir. Burial was at St. Joseph Catholic Cemetery, Raymond, IA. Casket Bearers were, Gerry Staebell, Steve Vogel, William Youngblut, Mike Reuter, Jim Breuer, Ted Monat, Adam Delagardelle, Jeremy Schmitz and Terry Hermeier.
Visitation was at Immaculate Conception Catholic Church in Gilbertville on Wednesday from 3-7 p.m.; where there was a Knights of Columbus Rosary at 4 p.m. and Vigil service at 7p.m. Visitation continued for an hour before services Thursday also at the church. Memorials may be directed to the family for charitable donations or a charity of the donor’s choice. Online condolences may be posted at www.White-MtHope.com
Larry is survived by his wife, Sue of Waterloo, IA; two sons, Thomas (Peggy) Weber of Oak Park, IL, Ryan (Jaylene) Weber of Waterloo, IA; one daughter, Lori (Chris) Schutte of Jesup, IA; eight grandchildren, Scarlette and Jasper; Frank, Greta, and one on the way; Kalista, William, Ruby and Phoenix; three sisters, Sharon (Dan) Hambrock, Egan, MN, Judy (Jim) Meier, Tipton, IA, Marilyn (Victor) Kies, Cedar Rapids, IA; two brothers, Donald N. (Rose) Weber of Waterloo, Gerald W. “Gerry” (Shelly) Weber, Jesup; and two sisters-in-law, Brenda Weber of Jesup and Laura Weber of Raymond.
He is preceded in death by one son, Matthew (May 18, 1983), his parents, Clarence (2002) and Darlys (2008); two sisters, Janice (1958) and LuAnn (1965); two brothers, Ronald H. Weber (2014) and Dale C. Weber (2015) and his mother-in-law, Beverly Swyers (2013).
Funeral services were 10:30 a.m., Thursday, September 21, 2017, at Immaculate Conception Catholic Church, Gilbertville, IA with Rev. Henry Huber as celebrant with Deacon Al Weber assisting. Concelebrants also included Msgr. Ralph Simington, Fr. Lloyd Reuter and Fr. Jeffrey Dole. Music was by Bobbie Schares, organist, Todd Rohlfsen, soloist and the Resurrection Choir. Burial was at St. Joseph Catholic Cemetery, Raymond, IA. Casket Bearers were, Gerry Staebell, Steve Vogel, William Youngblut, Mike Reuter, Jim Breuer, Ted Monat, Adam Delagardelle, Jeremy Schmitz and Terry Hermeier.
Visitation was at Immaculate Conception Catholic Church in Gilbertville on Wednesday from 3-7 p.m.; where there was a Knights of Columbus Rosary at 4 p.m. and Vigil service at 7p.m. Visitation continued for an hour before services Thursday also at the church. Memorials may be directed to the family for charitable donations or a charity of the donor’s choice. Online condolences may be posted at
L
| url to link | 2020-09-14T15:42:41.000Z |
Match any syllable based on javanese script unicode | [ꦲꦤꦕꦫꦏꦢꦠꦱꦮꦭꦥꦝꦗꦪꦚꦩꦒꦧꦛꦔꦐꦌꦡꦈꦆꦎꦦꦄꦯꦣꦓꦘꦑꦞꦜꦰꦬꦖꦋꦨꦟꦍꦅꦇꦉꦝꦛꦊ]꧀[ꦲꦤꦕꦫꦏꦢꦠꦱꦮꦭꦥꦝꦗꦪꦚꦩꦒꦧꦛꦔꦐꦌꦡꦈꦆꦎꦦꦄꦯꦣꦓꦘꦑꦞꦜꦰꦬꦖꦋꦨꦟꦍꦅꦇꦉꦝꦛꦊ].*?(?=[ꦲꦤꦕꦫꦏꦢꦠꦱꦮꦭꦥꦝꦗꦪꦚꦩꦒꦧꦛꦔꦐꦌꦡꦈꦆꦎꦦꦄꦯꦣꦓꦘꦑꦞꦜꦰꦬꦖꦋꦨꦟꦍꦅꦇꦉꦝꦛꦊ]|[A-Za-z0-9~`!@#$%^&*()\-_+={}\[\]\\|:;"'<,>.?\/\s]|$)|[ꦲꦤꦕꦫꦏꦢꦠꦱꦮꦭꦥꦝꦗꦪꦚꦩꦒꦧꦛꦔꦐꦌꦡꦈꦆꦎꦦꦄꦯꦣꦓꦘꦑꦞꦜꦰꦬꦖꦋꦨꦟꦍꦅꦇꦉꦝꦛꦊ].*?(?=[ꦲꦤꦕꦫꦏꦢꦠꦱꦮꦭꦥꦝꦗꦪꦚꦩꦒꦧꦛꦔꦐꦌꦡꦈꦆꦎꦦꦄꦯꦣꦓꦘꦑꦞꦜꦰꦬꦖꦋꦨꦟꦍꦅꦇꦉꦝꦛꦊ]|[A-Za-z0-9~`!@#$%^&*()\-_+={}\[\]\\|:;"'<,>.?\/\s]|$) | ꦱꦧꦼꦤ꧀ꦧꦼꦔꦶꦲꦏꦸꦒꦲꦶꦱꦠꦸꦫꦸꦏꦺꦭꦶꦔꦤ꧀ꦲꦮꦏ꧀ꦩꦸ | Match Javanese Script Syllable | 2021-09-18T13:08:03.000Z |
^[([{|]*-?(\d*\.\d+|\d+\.?|\.)([)\]}|]*[-+*×/÷^%][([{|]*-?(\d*\.\d+|\d+\.?|\.))*[)\]}|]*$ | { + 1+ [+2.31*|2345- 6789.012| / 8 *(.+2)^6 -- 78.6]* -.84} +1 | Mathematics Expression | 2017-06-10T11:08:23.000Z |
|
Regular expression for a validating a string with following rules:
at least one lowercase letter
at least one upper case letter
at least one digit
length between 6 and 14
^(?=.*\d)(?=.*[a-z])(?=.*[A-Z]).{6,14}$ | ^(?=.*\d)(?=.*[a-z])(?=.*[A-Z])(\S).{6,14}$ | qwerty1
QWERTY1q
qwERTy
QWERTY1
QWER TY1q
| String with 1 lowercase 1 uppercase & 1 digit | 2015-06-16T11:18:02.000Z |
\s*(from|update|join|into)\s+((.|\n)*?)\s+(set|union|intersect|having|except|values|where|select|;|group|inner|on|union)\s+ | SELECT sod_part + ':' + ISNULL(spo_region.code_cmmt,sod_site) + ':' + ISNULL(shipto_region.code_cmmt,ISNULL(cust_region.code_cmmt,'')) as L1
,dp_date
,dp_qty
,dp_value
FROM SalesHistory_Requirements History, tut,
llkj o
INNER JOIN QADEA_pt_mstr on pt_domain = sod_domain and pt_part = sod_part
INNER JOIN QADEA_code_mstr sys_type ON sys_type.code_domain = pt_domain AND sys_type.code_fldname = 'dp_sys_type' AND sys_type.code_value = pt_sys_type
LEFT OUTER JOIN QADEA_code_mstr excl_orders on excl_orders.code_domain = sod_domain and excl_orders.code_fldname = 'dp_excluded_orders' and excl_orders.code_value = sod_nbr
LEFT OUTER JOIN QADEA_code_mstr excl_cust on excl_cust.code_domain = sod_domain and excl_cust.code_fldname = 'dp_excluded_customers' and excl_cust.code_value = so_cust
LEFT OUTER JOIN QADEA_cm_mstr ON cm_addr = so_cust and cm_domain = sod_domain
LEFT OUTER JOIN QADEA_code_mstr cust_region ON cust_region.code_domain = 'IL' and cust_region.code_fldname = 'dp_cust_region' and cust_region.code_value = cm_region
LEFT OUTER JOIN QADEA_code_mstr shipto_region ON shipto_region.code_domain = sod_domain and shipto_region.code_fldname = 'dp_shipto_region' and shipto_region.code_value = so_ship
LEFT OUTER JOIN QADEA_code_mstr spo_region ON spo_region.code_domain = 'IL' and spo_region.code_fldname = 'dp_spo_region' and spo_region.code_value = ISNULL(shipto_region.code_cmmt,ISNULL(cust_region.code_cmmt,''))
LEFT OUTER JOIN QADEA_code_mstr spo_region_mult ON spo_region_mult.code_domain = 'IL' and spo_region_mult.code_fldname = 'dp_spo_region_mult' and spo_region.code_value = cust_region.code_cmmt
LEFT OUTER JOIN QADEA_code_mstr order_type ON order_type.code_domain = 'IL' and order_type.code_fldname = 'dp_valid_order_types' and order_type.code_value = tr_type + ':' + sod_fsm_type
WHERE ExcludedOrder = ''
AND dp_qty > 0
AND order_type.code_cmmt is not null
AND excl_cust.code_cmmt is null then
AND sod_type = ''
AND ISNULL(so_secondary,0) = 0
AND excl_orders.code_cmmt is null
| extract sql table name from request | 2015-11-06T00:01:10.000Z |
|
Match a not-empty string.
A string with only spaces or no characters is an empty-string.
When match something, mathc all the string with the exception of the eventually space at the and | [\S\s]+[\S]+ | Not Empty String | 2015-06-26T11:24:19.000Z |
|
Retrieve username or user id and post id, example urls:
https://apis.google.com/u/0/wm/1/118176280023244994777/posts/4q6esduuinn
https://plus.google.com/+Username/posts/4q6ezduuinn
https://plus.google.com/118176280323144994777/posts/4q6ezduuinn | (?:http(?:s)?:\/\/)?(?:www\.)?(?:plus\.google\.com\/|apis\.google\.com\/)(?:.+\/)?([^\?&\"'>\/^]+)(?:\/posts\/)([a-zA-Z0-9]+) | Google plus post regex | 2015-01-21T13:57:27.000Z |
|
([a-z])(?!.*\1)
| ([a-z])(?!.*\1) | One letter in row | 2023-09-07T19:20:18.000Z |
|
[\]<>%!~"§$#%*&/|\\+()=?{}[$]|[0-9] | !
"
§
$
%
&
/
(
)
=
?
{
}
[
]
\
#
*
+
~
<
>
|
dccdr cdvfvtg
12748168345648065486974654600
dsdshvbds | symbols and numbers | 2017-10-20T14:58:53.000Z |
|
本示例启用了多行匹配 `m` | [\u4E00-\u9FA5] | 匹配
正则表达式 | 中文匹配 | 2022-09-24T07:27:48.000Z |
^(.*?(\bvnc4\b)[^$]*)$ | /Users/ra2/Source/vnc4 | vnc4 match | 2018-03-16T14:20:37.000Z |
|
(^(?<date>\d{1,2}\/\d{1,2}\/\d{1,2}),\s(?<time>\d{1,2}:\d{1,2})\s-\s(?<user>.*?):\s)|(?<word>\w+(?:\'\w+)?|[\x{1F600}-\x{1F64F}]|[\x{1F300}-\x{1F5FF}]|[\x{1F680}-\x{1F6FF}]|[\x{2600}-\x{26FF}]|[\x{2700}-\x{27BF}]|[^\w\s~"!@#$%*()_+-=¹²³§ªº`^{}[\]<>,.;:?\/\\\|\n\r\t]) | 3/30/20, 17:06 - Me: Hi brow! I need to test some regex.
3/30/20, 17:06 - John Doe: 👍👍👍 Let's do it!
3/30/20, 17:08 - Me: ⚡️🦄🧀🏀🤪🎺🎪💾🚽📎💕💯✅ 🇯🇵 🕔➡️👶🚴👌👽
3/30/20, 17:10 - Someone: 🐵🙈🙉🙊🐒 We're talking emoji language?
https://regex101.com/library | Whatsapp Regex | 2020-05-02T23:23:34.000Z |
|
<[\w-]*?:?Envelope.*Envelope> | 31-10-2014 00:12:12,075 [INFO] REQUEST:
<?xml version="1.0" encoding="utf-8"?><SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:ns2="urn:ZEKTransactionService" xmlns:ns1="http://zeksoap.xml.prechku.sys:7001/dvzek/services/ZEKTransactionService" xmlns:ns3="http://impl.zkb.appl.ch"><SOAP-ENV:Body SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"><ns1:closeLeasingMietvertrag><identityDescriptor xsi:type="ns2:IdentityDescriptor"><clientUserId xsi:type="xsd:string">EXPLOIT</clientUserId><name xsi:type="xsd:string">RCISoapUser</name><password xsi:type="xsd:string">ziucx+okpb</password></identityDescriptor><requestEntities xsi:type="SOAP-ENC:Array" SOAP-ENC:arrayType="ns2:RequestEntity[1]"><item xsi:type="ns2:RequestEntity"><addressDescription xsi:type="ns2:AddressDescription"><birthdate xsi:type="xsd:string">1961-03-13</birthdate><city xsi:type="xsd:string">Balsthal</city><country xsi:type="xsd:string">CHE</country><datumWohnhaftSeit xsi:type="xsd:string">1990-04-01</datumWohnhaftSeit><firstname xsi:type="xsd:string">Mina</firstname><housenumber xsi:type="xsd:string">.</housenumber><legalForm xsi:type="xsd:int">1</legalForm><name xsi:type="xsd:string">Bilalli</name><nationality xsi:type="xsd:string">XKO</nationality><sex xsi:type="xsd:int">1</sex><street xsi:type="xsd:string">Guntenfluhweg 14</street><zip xsi:type="xsd:string">4710</zip><zivilstandscode xsi:type="xsd:int">1</zivilstandscode></addressDescription><debtorRole xsi:type="xsd:int">0</debtorRole><forceNewAddress xsi:type="xsd:int">0</forceNewAddress><previousReturnCode xsi:type="xsd:int">0</previousReturnCode><refno xsi:type="xsd:int">1</refno></item></requestEntities><leasingMietvertrag xsi:type="ns2:LeasingMietvertragDescription"><anzahlMonatlicheRaten xsi:type="xsd:int">0</anzahlMonatlicheRaten><anzahlung xsi:type="xsd:int">0</anzahlung><bonitaetsCodeIKO xsi:type="xsd:int">4</bonitaetsCodeIKO><bonitaetsCodeZEK xsi:type="xsd:int">5</bonitaetsCodeZEK><datumBonitaetIKO xsi:type="xsd:string">2014-10-30</datumBonitaetIKO><datumBonitaetZEK xsi:type="xsd:string">2014-10-30</datumBonitaetZEK><debtorRole xsi:type="xsd:int">0</debtorRole><ersteGrosseRate xsi:type="xsd:int">0</ersteGrosseRate><filiale xsi:type="xsd:int">0</filiale><grosseSchlussrate xsi:type="xsd:int">0</grosseSchlussrate><herkunft xsi:type="xsd:int">0</herkunft><kennzeichen xsi:type="xsd:int">0</kennzeichen><kreditBetrag xsi:type="xsd:float">0</kreditBetrag><kreditVertragID xsi:type="xsd:string">142051011553</kreditVertragID><monatsrate xsi:type="xsd:float">0</monatsrate><restwert xsi:type="xsd:int">0</restwert><sicherstellungsCode xsi:type="xsd:int">0</sicherstellungsCode><theoRestSaldo xsi:type="xsd:float">0</theoRestSaldo><vertragsStatus xsi:type="xsd:int">0</vertragsStatus></leasingMietvertrag></ns1:closeLeasingMietvertrag></SOAP-ENV:Body></SOAP-ENV:Envelope>
| Thread:http-7001-Processor23 | soap envelope regexp | 2014-11-03T10:56:01.000Z |
|
Goal is match example lines which are not comments. | ^(?!#).*example.* | # filler text example
example
example 2
# test example 3 | Failing regex which works in Perl | 2014-04-22T18:29:34.000Z |
(?:\w*|\(.*\))(\(class=(\".*\")\)) | +image(class="sumup-illustration, vector" src="/sumup-x-debitoor-guide/final_illustration_sumup_en.svg" alt="Meet a better way to stay on top of your SumUp payments")
+image(class="classTest1, classTest2, classTest3, classTest4")
+grid__item("md-4", "md-vertical-4x-gutter", "xs-first", "md-last")(class="accent, button, link")
+button(class="red") | Regex tripplet | 2018-05-09T14:29:59.000Z |
|
<([^\/> ]+)\s*([^>]*)\s*(?:\/>|>(.*)<\/\1>) - (with global) finds all tags in scope
1st group is tagname
2nd group is attributes
3rd group (if it exists) is value of the tag
Apply pattern again on 3th group to find internal tags (recurse in the code to parse entire xml!)
Apply pattern below on 2nd group to find all attributes:
\s+([^<>\=" ]+)\s*=\s*"([^"]*)" - (with global) finds attributes
1st group is attributename
2nd group is attributevalue | <([^\/> ]+)\s*([^>]*)\s*(?:\/>|>(.*)<\/\1>) | <tag attrib="text" attrib2 = "othertext"><innertag>value</innertag></tag>
<tag2 />
<tag3/>
<tag4>value</tag4>
<tag5></tag5>
<tag2 attrib="text" attrib2 = "othertext" />
<tag3 attrib="text" attrib2 = "othertext"/>
<tag5 attrib="text" attrib2 = "othertext"></tag5>
<([^\/> ]+)\s*([^>]*)\s*(?:\/>|>(.*)<\/\1>) (with global) finds all tags in scope
1st group is tagname
2nd group is attributes
3rd group (if it exists) is value of the tag
Apply pattern again on 3th group to find internal tags (recurse in the code to parse entire xml!)
Apply pattern below on 2nd group to find all attributes:
\s+([^<>\=" ]+)\s*=\s*"([^"]*)" (with global) finds attributes
1st group is attributename
2nd group is attributevalue | Xml Parser (improved description) | 2016-05-19T22:30:48.000Z |
Line of text in a medical presciption | (\w+)\s([\d]+)(%|\w+)\s(\w+)\s(\w+)\sx\s(\d)\/(\d+) | hydrochlorothiazide 25ml po od x 2/52 | Prescription line | 2016-01-21T22:35:37.000Z |
Credit: https://gist.github.com/FinalAngel/1876898 | (youtu(?:\.be|be\.com)\/(?:.*v(?:\/|=)|(?:.*\/)?)([\w'-]+)) | http://www.youtube.com/user/Scobleizer#p/u/1/1p3vcRhsYGo
http://www.youtube.com/watch?v=cKZDdG9FTKY&feature=channel
http://www.youtube.com/watch?v=yZ-K7nCVnBI&playnext_from=TL&videos=osPknwzXEas&feature=sub
http://www.youtube.com/ytscreeningroom?v=NRHVzbJVx8I
http://www.youtube.com/user/SilkRoadTheatre#p/a/u/2/6dwqZw0j_jY
http://youtu.be/6dwqZw0j_jY
http://www.youtube.com/watch?v=6dwqZw0j_jY&feature=youtu.be
http://youtu.be/afa-5HQHiAs
http://www.youtube.com/user/Scobleizer#p/u/1/1p3vcRhsYGo?rel=0
http://www.youtube.com/watch?v=cKZDdG9FTKY&feature=channel
http://www.youtube.com/watch?v=yZ-K7nCVnBI&playnext_from=TL&videos=osPknwzXEas&feature=sub
http://www.youtube.com/ytscreeningroom?v=NRHVzbJVx8I
http://www.youtube.com/embed/nas1rJpm7wY?rel=0
http://www.youtube.com/watch?v=peFZbP64dsU | Youtube ID matcher | 2013-09-29T00:48:21.000Z |
(([b-df-hj-np-tv-xz][aeiou])|q(?=u)){5}|((([B-DF-HJ-NP-TV-XZ][AEIOU])|Q(?=U)){5}) | pronouceable strings v2 | 2016-07-29T04:22:57.000Z |
||
Check "codice fiscale" | [A-Z]{6}[0-9LMNPQRSTUV]{2}[A-Z]{1}[0-7LMNPQRST]{1}[0-9LMNPQRSTUV]{1}[A-Z]{1}[0-9LMNPQRSTUV]{3}[A-Z]{1} | Codice fiscale | 2015-08-19T10:43:09.000Z |
|
\bhttp:\/\/[a-zA-Z0-9]{1,}\.com\/(([a-zA-Z0-9]{1,}\/){1,})?(([a-zA-Z0-9]{1,}\.png)|([a-zA-Z0-9]{1,}\.jpg)|([a-zA-Z0-9]{1,}\.gif))\b$ | http://site.com/folder/1/2/asd/sdasd/1.png
file.png
| Linux1-4-2-2 | 2019-03-14T13:13:05.000Z |
|
words | study | In this study, we identified that rs7903146 has p = 5 * 10(-5) with 95% CI 0.97-1.12 and odds ratio 1.56. This result was obtained from a sample of American Indian recruited in California and Nevada. This SNP is known to affect the transcription and the pathway related to Three G-protein coupled receptors, the GRM7 metabotropic glutamate receptor, the orphan GPR154 and the HRH4 histamine receptor that are important to intracellular transduction. | simplewords | 2015-06-18T20:53:55.000Z |
([\w]+,[\w]+\s+[\w]\s+[\d]{1,2}[\S\s\.]+[\d]{4}) | TC TOURISTIK GMBH HOTEL LIST (L/6X) AS OF : 25.07.2016
L/CENPA ARRIVAL-LIST COPY : 001
ARRIVAL:08.08.2016 14 DAYS BEFORE ARRIVAL PAGE : 1173/ 9
ADDRESS : L/CENPA CODE : 1FCH7
CENTER PARCS CENTER PARCS LE LAC D'AILETTE
PB1342/ACCOUNTS RECEIVABLE BTB
B NL-3000 ROTTERDAM 1FCH CHAMPAGNE/RHE
--------------------------------------------------------------------------------
POS NO TRAVELLER SEX BOARD
I STATE I I AGE I BOOKING-DATE
I I I I I DURATION I I
I I I I I I ARRIVAL/DEPARTURE
V V V V V V V V V
--------------------------------------------------------------------------------
ABBREVIATIONS FOR BOARD: OV=WITHOUT CATERING, UF=BREAKFAST, HP=HALF-BOARD,
VP=FULL-BOARD, AI=ALL INCLUSIVE, LP=CATERING AS DESCRIBED
--------------------------------------------------------------------------------
1FCH7 G CP LE LAC D'AILETTE MDWK / SSR-DESK BELGIUM
THOMAS COOK BE BUNGALOWS
6 H ***BUNGALOWS WITH 4 ROOMS***
BATH, SHOWER, WC, LA387 PREMIUM
13501629 FRENCH/UNITS: 01
1 ORGERIT,BENOIT M 00 4 08.08-12.08 OV 19.07.2016
2 MACK,KRISTYNA F 00 4 08.08-12.08 OV 19.07.2016
3 ORGERIT,LILOU C 09 4 08.08-12.08 OV 19.07.2016
4 ORGERIT,TOM C 07 4 08.08-12.08 OV 19.07.2016
5 ORGERIT,YANIS C 03 4 08.08-12.08 OV 19.07.2016
6 COLSON,LOUKA C 07 4 08.08-12.08 OV 19.07.2016 | Guests Thomas Cook | 2016-09-12T11:58:30.000Z |
|
Captures credit card looking sequence of digits
Luhn validation remains required as a complement. | (3[47][0-9]{13}|3(?:0[0-5]|[68][0-9])[0-9]{11}|4[0-9]{12}(?:[0-9]{3})?|5[1-5][0-9]{14}|6(?:011|5[0-9]{2})[0-9]{12}|(?:2131|1800|35\d{3})\d{11}) | Credit Card finder | 2015-03-03T10:27:41.000Z |
|
a simple url regex which prevents matching of a trailing ">" (the html representation of a closeing angle bracket ">")
| (?<!=\")\b((?:http|https|ftp):\/\/)((?:(?:\w)+\.)+(?:\w)+)(:\d+)?((?:\/[\w]+)*[.\w]*\/?)((?:[\?\w\=\_\-%+!$^*\/\\@#;:]|(?:&(?!gt;)|(?:['"](?=[\w"'&#,]))))*) | <http://www.google.com.edu:8080/path/to/ting.this?this=that&that=this#21>
<http://www.google.com/path/to/thing/?this=that&that=this#21>
http://google.com
https://www.yy.sdf.yahoo.com.sdf.s.dsf.cat/
"ftp://msn.com/path.thing"
'http://askdeeves.com/sdf?asdf="sdf"&cat=blue'
<http://ask.com#21>
href="http://askdeeves.com/sdf?asdf="sdf"&cat=blue"
| URL-Matcher | 2015-06-02T05:53:04.000Z |
Validates a streetname + housenr + extension
Somestreet 12 b | ^(?<streetname>\d*[\p{L}\d \'\/\-\.]+)[,\s]+(?<housenumber>\d+)\s*(?<ext>[\p{L} \d\-\/\'"\(\)]*)$ | Spieringstraat 87-89 | Dutch streetnames + housenumber + extension | 2021-02-25T08:07:59.000Z |
https://www.reddit.com/r/programming/comments/9d768u/i_know_its_ridiculous_but_i_just_made_a_regex_in/ | ^(?!(?!0* 0* 0*|0*+(?=(\d*?)((?:(?=\d+ 0*+(\d*?)(\d(?(4)\4)) 0*(\d*?)(\d\6?+)$)\d)+) )(?=(?(?!\1(?:(?=\d+ 0*\3((\7?+)\d))(?=\d(\d* 0*\3\8))(?=0\9[9]|1\9[8]|2\9[7]|3\9[6]|4\9[5]|5\9[4]|6\9[3]|7\9[2]|8\9[1]|9\9[0])\d)*+(?=\d(\d* 0*\3\8?+))(?=[5-9]\10[5-9]|1\10[9]|2\10[89]|3\10[7-9]|4\10[6-9]|6\10[4]|7\10[34]|8\10[2-4]|9\10[1-4]))(?=\d+ \d+ 0*\1\3\6$)|(?(?!.*+\3)\d+ )(?=\d*(\2|\4)( .*?0*+)\d+$)(?(?=9*\11 )(?:9(?=\d*\12[1](\13?+0)))*(?=\11 )\11\12[1]\13?+\6$|(?:(\d)(?=\d*\12(\15?+\14)))*(?=\d(\d*\12\15?+))(?=0\16[1]|1\16[2]|2\16[3]|3\16[4]|4\16[5]|5\16[6]|6\16[7]|7\16[8]|8\16[9])\d(?:9(?=\d*\12\15?+\d(\17?+0)))*?\11\s)))\1(?:(?=(\d)\d* 0*+\3((\19?+)\d)\d* 0*+\5((\21?+)\d))(?=\d(\d* 0*+\3\20)\d(\d* 0*+\5\22))(?(?!\18(?:(?=\d+ 0*+\3\19((\25?+)\d))(?=\d(\d* 0*+\3\19\26))(?=0\27[9]|1\27[8]|2\27[7]|3\27[6]|4\27[5]|5\27[4]|6\27[3]|7\27[2]|8\27[1]|9\27[0])\d)*+(?=\d(\d* 0*+\3\19\26?+))(?=[5-9]\28[5-9]|1\28[9]|2\28[89]|3\28[7-9]|4\28[6-9]|6\28[4]|7\28[34]|8\28[2-4]|9\28[1-4]))(?=1\23(?:1\24[2]|2\24[3]|3\24[4]|4\24[5]|5\24[6]|6\24[7]|7\24[8]|8\24[9]|9\24[0])|2\23(?:1\24[3]|2\24[4]|3\24[5]|4\24[6]|5\24[7]|6\24[8]|7\24[9]|8\24[0]|9\24[1])|3\23(?:1\24[4]|2\24[5]|3\24[6]|4\24[7]|5\24[8]|6\24[9]|7\24[0]|8\24[1]|9\24[2])|4\23(?:1\24[5]|2\24[6]|3\24[7]|4\24[8]|5\24[9]|6\24[0]|7\24[1]|8\24[2]|9\24[3])|5\23(?:1\24[6]|2\24[7]|3\24[8]|4\24[9]|5\24[0]|6\24[1]|7\24[2]|8\24[3]|9\24[4])|6\23(?:1\24[7]|2\24[8]|3\24[9]|4\24[0]|5\24[1]|6\24[2]|7\24[3]|8\24[4]|9\24[5])|7\23(?:1\24[8]|2\24[9]|3\24[0]|4\24[1]|5\24[2]|6\24[3]|7\24[4]|8\24[5]|9\24[6])|8\23(?:1\24[9]|2\24[0]|3\24[1]|4\24[2]|5\24[3]|6\24[4]|7\24[5]|8\24[6]|9\24[7])|9\23(?:1\24[0]|2\24[1]|3\24[2]|4\24[3]|5\24[4]|6\24[5]|7\24[6]|8\24[7]|9\24[8])|0\23(\d)\24\29|(\d)\23[0]\24\30)|(?=1\23(?:0\24[2]|1\24[3]|2\24[4]|3\24[5]|4\24[6]|5\24[7]|6\24[8]|7\24[9]|8\24[0]|9\24[1])|2\23(?:0\24[3]|1\24[4]|2\24[5]|3\24[6]|4\24[7]|5\24[8]|6\24[9]|7\24[0]|8\24[1]|9\24[2])|3\23(?:0\24[4]|1\24[5]|2\24[6]|3\24[7]|4\24[8]|5\24[9]|6\24[0]|7\24[1]|8\24[2]|9\24[3])|4\23(?:0\24[5]|1\24[6]|2\24[7]|3\24[8]|4\24[9]|5\24[0]|6\24[1]|7\24[2]|8\24[3]|9\24[4])|5\23(?:0\24[6]|1\24[7]|2\24[8]|3\24[9]|4\24[0]|5\24[1]|6\24[2]|7\24[3]|8\24[4]|9\24[5])|6\23(?:0\24[7]|1\24[8]|2\24[9]|3\24[0]|4\24[1]|5\24[2]|6\24[3]|7\24[4]|8\24[5]|9\24[6])|7\23(?:0\24[8]|1\24[9]|2\24[0]|3\24[1]|4\24[2]|5\24[3]|6\24[4]|7\24[5]|8\24[6]|9\24[7])|8\23(?:0\24[9]|1\24[0]|2\24[1]|3\24[2]|4\24[3]|5\24[4]|6\24[5]|7\24[6]|8\24[7]|9\24[8])|9\23(?:0\24[0]|1\24[1]|2\24[2]|3\24[3]|4\24[4]|5\24[5]|6\24[6]|7\24[7]|8\24[8]|9\24[9])|0\23(?:0\24[1]|1\24[2]|2\24[3]|3\24[4]|4\24[5]|5\24[6]|6\24[7]|7\24[8]|8\24[9]|9\24[0])))\d)+\s)).+ | 0 1 2
10 20 1000
10 20 30
28657 46368 75025
0 0 0
8235 49 8284
4 145 149
4705 485 5191
821 75 897
74 497 572
1917 27 1944
89124 3 89128
6858 8669 15527
84916 4 84921
935 63 999
1 9 11
7203 26154 33358
2 765 767
267 8031 8298
2062 188 2251
38 7869 7907
59 85041 85101
705 220 926
71982 2346 74328
9 1 11
3 8117 8120
720 208 928
4 83 88
109 21854 21964
35019 44355 79375
7 9 17
2126 752 2879
2268 53 2321
9 37717 37726
5 949 954 | Finding A B C where A+B=C | 2018-09-05T18:37:46.000Z |
Comprehensively matches every possible pre-name player title in discworldmud.
http://discworld.starturtle.net/lpc/
https://dwwiki.mooo.com/wiki/Title
| (?(DEFINE)
(?# GUILDS: )
(?'assassins'(d(octo)?r|professor))
(?'priests'((?(?=blessed|venerable|holy)(blessed|venerable|holy)( (brother|sister|father|mother))?|(brother|sister|father|mother))|(mostly )?reverend|blessed|beatus|saint|high priest(ess)?|(his|her|it'?s) eminence|minister|outcast))
(?'thieves'(crafty|crooked|dastardly|dishonest|dodgy|elusive|evasive|furtive|greased|honest|latent|((light|quick)[-]|butter)?finger(ed|s)|quiet|shady|shifty|silent|slick|sly|tricky))
(?'witches'(?# duplicates: mother, old, mistress, sister)((?# goodie, goody)good(y|ie)|gammer|gra(mma|nny)|(?# mss, mee)m[se]{2}|(?# nanny, nanna)nann[ay]|aunty|biddy|black|mama|wee|wicked|young))
(?'wizards'(fat|stuffed|overfed|gimlet[-]eyed|robust|bearded|burly|plump|rotund|thin|tiny|mystic|obscure|complex|learned|potent|wise|grumpy|cryptic|dark|scholarly|grey[-]?(haired|beard)|adroit|dire|maven|quantum|savant|unseen|(arch)?(master|mistress|mage)))
(?# COUNCIL: )
(?'council_am'(dame|lady|lord|sir))
(?'court_positive'the (amazing|civic[-]minded|elegant|eloquent|(helpful|upstanding(?= citizen))( citizen)?|stylish|utterly fluffy|wonderful))
(?'court_punishment'(appallingly filthy|corpse looter|dull|feebleminded|i (promise i won't do it again|got punished( and all i got was this lousy title)?)|insignificant|lying|malingering|naughty spawn|necrokleptomaniac|offensive|pillock|pointless|repentant|reprobate|shopkeeper murderer|silly spammy git|sitting in the corner|smelly|tantrum thrower|too stupid to live|vagrant|(very ){1,2}sorry|waste of space|whinging))
(?'council_djb'(?# duplicates: feebleminded, corpse looter, cowardly)(sultana?|(shai|sitt) (al[-](khasa|ri'asa)|ishqu?araya|a'daha)|nawab|qasar|mazrat|effendi|ya'uq|mutasharid|ishqu?araya|naughty spawn|kill stealer|idiotic|offensive|corpse looter|cat hating|heathen|foreign dog|infidel|shopkeeper murderer|destitute|parasitic|hated|cowardly|criminal|felon))
(?# ACHIEVEMENTS: )
(?'achievements_thieves'(ruinous|fingers))
(?'achievements_warriors'(centurion|chef|head(master|mistress)|impaler|pulveriser))
(?'achievements_witches'(destined|nasty|terrible))
(?'achievements_fools'pious)
(?'achievements_wizards'(erratic mechanic|mysterious|arcana))
(?'achievements_priests'(templar|healer|saintly))
(?'achievements_assassins'(lethal|venomous))
(?'achievements_all'(?# axe-master, shieldmaster/mistress, staffmaster/mistress)((sword|shield|staff|axe[-])(master|mistress)|antiquated|archaic|old( (wo)?man)?|bloodthirsty|bruiser|champion|competent|contender|crimewave|crusher|cultured|cutthroat|deckhand|decrepit|diplomatic|duelist|elementalist|energetic|exterminator|festive|filthy|flatulent|fossilized|gifted|golden|knifey|legendary|literate|masterful|medical|miner|multilingual|[nm]urse|mythical|nimble|obsolete|opulent|paranoid|perverse|prehistoric|rock[-]hard|rouge|senile|captain|stormrider|unburiable|unexpected|unlucky|unstoppable|venerable|versatile|virtuoso|wealthy))
(?'quest_points'(well travelled|persistent))
(?# MISC: )
(?'general'm([sx]|rs?|iss))
(?'genua'(?# m, monsieur, mlle, mademoiselle, mme, madame)m(?=(\Z|$| |me|lle|onsieur|adame|ademoiselle))(me|lle|onsieur|adame|ademoiselle)?)
(?'ghosts'(lonely|mournful|scary|spooky|wandering))
(?'musketeers'(cheating|cowardly))
(?'debaters'(diplomatic|uncreative)))(?#
TITLE REGEX:
)^(?<title>(?P>assassins)|(?P>priests)|(?P>thieves)|(?P>witches)|(?P>wizards)|(?P>council_am)|(?P>court_positive)|(?P>court_punishment)|(?P>council_djb)|(?P>achievements_thieves)|(?P>achievements_warriors)|(?P>achievements_witches)|(?P>achievements_fools)|(?P>achievements_wizards)|(?P>achievements_priests)|(?P>achievements_assassins)|(?P>achievements_all)|(?P>quest_points)|(?P>general)|(?P>genua)|(?P>ghosts)|(?P>musketeers)|(?P>debaters)) | GENERAL
miss
mr
mrs
ms
mx
GHOSTS
lonely
mournful
scary
spooky
wandering
MUSKATEERS
cheating
cowardly
ASSASSINS
doctor
dr
professor
PRIESTS
brother
sister
mostly reverend
reverend
blessed
blessed father
blessed mother
blessed brother
blessed sister
venerable
venerable brother
venerable sister
venerable father
venerable mother
holy
holy brother
holy sister
beatus
saint
high priest
high priestess
his eminence
her eminence
it's eminence
its eminence
minister
THIEVES
butterfingers
crafty
crooked
dastardly
dishonest
dodgy
elusive
evasive
fingers
furtive
greased
honest
latent
light-fingered
quick-fingered
quiet
shady
shifty
silent
slick
sly
tricky
WITCHES
aunty
biddy
black
gammer
goodie
goody
gramma
granny
mama
mistress
mother
mss
nanna
nanny
old
sister
wee
wicked
young
WIZARDS
fat
stuffed
overfed
gimlet-eyed
robust
bearded
burly
plump
rotund
thin
tiny
mystic
obscure
complex
learned
potent
wise
grumpy
cryptic
dark
scholarly
grey-haired
greybeard
master
mistress
adroit
dire
maven
quantum
savant
unseen
archmaster
mistress
archmage
COUNCIL AM
dame
lady
lord
sir
COURT: POSITIVE
the amazing
the civic-minded
the elegant
the eloquent
the helpful
the helpful citizen
the stylish
the upstanding citizen
the utterly fluffy
the wonderful
COURT: PUNISHMENT
appallingly filthy
corpse looter
dull
feebleminded
i got punished
i got punished and all i got was this lousy title
i promise i won't do it again
insignificant
lying
malingering
naughty spawn
necrokleptomaniac
offensive
pillock
pointless
repentant
reprobate
shopkeeper murderer
silly spammy git
sitting in the corner
smelly
tantrum thrower
too stupid to live
vagrant
very sorry
very very sorry
waste of space
whinging
COUNCIL: DJB
sultan
sultana
shai al-khasa
sitt al-khasa
shai al-ri'asa
sitt al-ri'asa
shai ishquaraya
sitt ishquaraya
shai a'daha
sitt a'daha
nawab
qasar
mazrat
effendi
ya'uq
mutasharid
ishqaraya
naughty spawn
kill stealer
feebleminded
idiotic
offensive
corpse looter
cat hating
heathen
foreign dog
infidel
shopkeeper murderer
destitute
parasitic
hated
cowardly
criminal
felon
GENUA
m
monsieur
mlle
mademoiselle
mme
madame
QUEST: POINTS
well travelled
persistent
DEBATERS:
diplomatic
uncreative
THIEVES
fingers
ruinous
WARRIORS
centurion
chef
headmaster
headmistress
impaler
pulveriser
WITCHES
destined
nasty
terrible
FOOLS
pious
WIZARDS
erratic mechanic
arcana
mysterious
PRIESTS
healer
saintly
templar
outcast
ASSASSINS
lethal
venomous
ALL
antiquated
archaic
axe-master
bloodthirsty
bruiser
captain
champion
competent
contender
crimewave
crusher
cultured
cutthroat
deckhand
decrepit
diplomatic
duelist
elementalist
energetic
exterminator
festive
filthy
flatulent
fossilized
gifted
golden
knifey
legendary
literate
masterful
medical
miner
multilingual
murse
mythical
nimble
nurse
obsolete
old
old man
old woman
opulent
paranoid
perverse
prehistoric
rock-hard
rouge
senile
shieldmaster
shieldmistress
staffmaster
staffmistress
stormrider
swordmaster
swordmistress
unburiable
unexpected
unlucky
unstoppable
venerable
versatile
virtuoso
wealthy | discworld mud player titles | 2020-04-01T00:09:30.000Z |
Filter Links in a string | \b(https?|ftp|file):\/\/[-A-Za-z0-9+&@#\/%?=~_|!:,.;]+[-A-Za-z0-9+&@#\/%=~_|] | Điều thú vị làm ngỡ ngàng nhiều nhà nghiên cứu trang phục cung đình Huế là chất liệu để may trang phục, nhiều người cứ tưởng trang phục cho vua, quan xưa phải là những thứ lụa là ngoại nhập. Nhưng không, những loại gấm, nhiễu, lụa, sa tanh…dùng để may trang phục cung đình đều được sản xuất trong nước, là những sản phẩm của các làng nghề tơ tằm dệt lụa nổi tiếng ở nước ta. https://vov.vn/van-hoa-giai-tri/trang-phuc-cung-dinh-hue-di-san-thoi-trang-dac-sac-206192.vov
Cũng chính từ những gì còn lưu giữ được hiện nay về trang phục cung đình Huế, nhiều nghệ nhân tâm huyết với văn hóa trang phục thời Nguyễn đã lấy làm cơ sở để tái tạo phục hồi được rất nhiều trang phục Huế xưa.
Nguồn: https://vov.vn/van-hoa-giai-tri/trang-phuc-cung-dinh-hue-di-san-thoi-trang-dac-sac-206192.vov
Ẩn #kaidinh #min #greyd
Để tôi ôm em bằng giai điệu này - Office Attack | KAI ĐINH x MIN x GREY D
❤❤❤❤❤❤ https://vov.vn/van-hoa-giai-tri/trang-phuc-cung-dinh-hue-di-san-thoi-trang-dac-sac-206192.vov
"gửi giai điệu này và chiếc ôm thật chặt đến em, an ủi em vào những khi chúng ta cô đơn trong thế giới của người trưởng thành."
#detoiomembanggiaidieunay #kaidinh #min #greyd | Filter Links in a string | 2023-02-25T08:24:45.000Z |
justtesting | a | b | justtesting | 2016-09-25T12:46:50.000Z |
Splits t-sql script into separated commands. useful for executing with adocommand object | (\s|^)go$ | t-sql batch script parser | 2014-12-24T06:46:59.000Z |
|
Email WIP | ^[A-Za-z!#\$%&'\*\+\-\/=\?\^_`{\|}~åäöÅÄÖ]+[A-Za-z!#\$%&'\*\+\-\/=\?\^_`{\|}~åäöÅÄÖ\.]*[A-Za-z!#\$%&'\*\+\-\/=\?\^_`{\|}~åäöÅÄÖ]+@[A-Za-zÅÄÖåäö]+\.[A-Za-z]*$ | Email | 2016-08-24T11:35:05.000Z |
|
Tests for full postcode, with alternative for just prefix. | ^([a-zA-Z]{1,2}\d{1,2})\s*?(\d[a-zA-Z]{2})$|^([a-zA-Z]{1,2}\d{1,2})$ | WR56GH | UK Postcode | 2016-02-23T20:54:36.000Z |
^[\d|+][0-9]*$ | +94348758934758
094348758934758
| Check phone number | 2016-04-01T10:06:20.000Z |
|
valid url test for audiomack website | https?://(?:www\.)?audiomack\.com/(?:song/|(?=.+/song/))(?P<id>[\w/-]+) | http://www.audiomack.com/song/roosh-williams/extraordinary
http://www.audiomack.com/song/hip-hop-daily/black-mamba-freestyle | audiomack | 2022-11-09T09:11:17.000Z |
(.*) \((.*)\) (.*) | Action Comics (2016-08) #957.cbr
Action Comics (2016-08) #958.cbr
Action Comics (2016-09) #959.cbr
Action Comics (2016-09) #960.cbr
Action Comics (2016-10) #961.cbr
Action Comics (2016-10) #962.cbr
Action Comics (2016-11) #963.cbr
Action Comics (2016-11) #964.cbr
Action Comics (2016-12) #965.cbr
Action Comics (2016-12) #966.cbr
Action Comics (2017-01) #967.cbr
Action Comics (2017-01) #968.cbr
Action Comics (2017-02) #969.cbr
Action Comics (2017-02) #970.cbr
Action Comics (2017-03) #971.cbr
Action Comics (2017-03) #972.cbr
Action Comics (2017-04) #973.cbr
Action Comics (2017-04) #974.cbr
Action Comics (2017-05) #975.cbr
Action Comics (2017-05) #976.cbr
Action Comics (2017-06) #977.cbr
Action Comics (2017-06) #978.cbz
Action Comics (2017-07) #979.cbz
All-Star Batman (2016-10) #001.cbr
All-Star Batman (2016-11) #002.cbr
All-Star Batman (2016-12) #003.cbr
All-Star Batman (2017-01) #004.cbr
All-Star Batman (2017-02) #001 - Director's Cut.cbr
All-Star Batman (2017-02) #005.cbr
All-Star Batman (2017-03) #006.cbr
All-Star Batman (2017-04) #007.cbr
All-Star Batman (2017-05) #008.cbr
All-Star Batman (2017-06) #009.cbr
All-Star Batman (2017-07) #010.cbr
Aquaman #022 (2017-07).cbr
Aquaman (2016-08) - Rebirth #001.cbr
Aquaman (2016-08) #001.cbr
Aquaman (2016-09) #002.cbr
Aquaman (2016-09) #003.cbr
Aquaman (2016-10) #004.cbr
Aquaman (2016-10) #005.cbr
Aquaman (2016-11) #006.cbr
Aquaman (2016-11) #007.cbr
Aquaman (2016-12) #008.cbr
Aquaman (2016-12) #009.cbr
Aquaman (2017-01) #010.cbr
Aquaman (2017-01) #011.cbr
Aquaman (2017-02) #012.cbr
Aquaman (2017-02) #013.cbr
Aquaman (2017-03) #014.cbr
Aquaman (2017-03) #015.cbr
Aquaman (2017-04) #016.cbr
Aquaman (2017-04) #017.cbr
Aquaman (2017-05) #018.cbr
Aquaman (2017-05) #019.cbr
Aquaman (2017-06) #020.cbr
Aquaman (2017-06) #021.cbr
Bane - Conquest (2017-07) #001.cbr
Batgirl (2016-09) #001.cbr
Batgirl (2016-10) #002.cbr
Batgirl (2016-11) #003.cbr
Batgirl (2016-12) #004.cbr
Batgirl (2017-01) #005.cbr
Batgirl (2017-02) #006.cbr
Batgirl (2017-03) #007.cbr
Batgirl (2017-04) #008.cbr
Batgirl (2017-05) - Annual #001.cbr
Batgirl (2017-05) #009.cbr
Batgirl (2017-06) #010.cbr
Batgirl and the Birds of Prey (2016-09) - Rebirth #001.cbz
Batgirl and the Birds of Prey (2016-10) #001.cbz
Batgirl and the Birds of Prey (2016-11) #002.cbz
Batgirl and the Birds of Prey (2016-12) #003.cbz
Batgirl and the Birds of Prey (2017-01) #004.cbz
Batgirl and the Birds of Prey (2017-02) #005.cbz
Batgirl and the Birds of Prey (2017-03) #006.cbz
Batgirl and the Birds of Prey (2017-04) #007.cbz
Batgirl and the Birds of Prey (2017-05) #008.cbz
Batgirl and the Birds of Prey (2017-06) #009.cbz
Batgirl and the Birds of Prey (2017-07) #010.cbz
Batman - Black & White (2013-11) #001.cbr
Batman - Black & White (2013-12) #002.cbr
Batman - Black & White (2014-01) #003.cbr
Batman - Black & White (2014-02) #004.cbr
Batman - Black & White (2014-03) #005.cbr
Batman - Black & White (2014-04) #006.cbr
Batman - Joker's Daughter (2014-04) #001.cbr
Batman (2016-08) - Rebirth #001.cbr
Batman (2016-08) #001.cbr
Batman (2016-09) #002.cbr
Batman (2016-09) #003.cbr
Batman (2016-10) #004.cbr
Batman (2016-10) #005.cbr
Batman (2016-11) #006.cbr
Batman (2016-11) #007.cbr
Batman (2016-12) #008.cbr
Batman (2016-12) #009.cbz
Batman (2017-01) - Annual #001.cbz
Batman (2017-01) #010.cbz
Batman (2017-01) #011.cbr
Batman (2017-02) #012.cbr
Batman (2017-02) #013.cbr
Batman (2017-03) #014.cbr
Batman (2017-03) #015.cbz
Batman (2017-04) #016.cbr
Batman (2017-04) #017.cbr
Batman (2017-05) #018.cbr
Batman (2017-05) #019.cbr
Batman (2017-06) #020.cbz
Batman (2017-06) #021.cbz
Batman (2017-07) #022.cbr
Batman Beyond (2016-11) - Rebirth #001.cbr
Batman Beyond (2016-12) #001.cbr
Batman Beyond (2017-01) #002.cbr
Batman Beyond (2017-02) #003.cbr
Batman Beyond (2017-03) #004.cbr
Batman Beyond (2017-04) #005.cbr
Batman Beyond (2017-05) #006.cbr
Batman Beyond (2017-06) #007.cbr
Batman v Superman Dawn of Justice (2016) #001.cbz
Batman v Superman Dawn of Justice (2016) #002.cbz
Batman v Superman Dawn of Justice (2016) #003.cbz
Batman v Superman Dawn of Justice (2016) #004.cbz
Batman v Superman Dawn of Justice (2016) #005.cbz
Batman v Superman Dawn of Justice (2016-02) - Upstairs, Downstairs.cbr
Batman-Shadow (2017-06) #001.cbr
Batwoman (2017-04) - Rebirth #001.cbr
Batwoman (2017-05) #001.cbr
Batwoman (2017-06) #002.cbr
Blue Beetle (2016-10) - Rebirth #001.cbr
Blue Beetle (2016-11) #001.cbr
Blue Beetle (2016-12) #002.cbr
Blue Beetle (2017-01) #003.cbr
Blue Beetle (2017-02) #004.cbr
Blue Beetle (2017-03) #005.cbr
Blue Beetle (2017-04) #006.cbr
Blue Beetle (2017-05) #007.cbr
Blue Beetle (2017-06) #008.cbr
Booster Gold (2017-05) - The Flintstones Special #001.cbr
Cyborg (2016-11) - Rebirth #001.cbr
Cyborg (2016-11) #001.cbr
Cyborg (2016-12) #002.cbr
Cyborg (2016-12) #003.cbr
Cyborg (2017-01) #004.cbr
Cyborg (2017-01) #005.cbr
Cyborg (2017-02) #006.cbr
Cyborg (2017-02) #007.cbr
Cyborg (2017-03) #008.cbr
Cyborg (2017-04) #009.cbr
Cyborg (2017-05) #010.cbr
Cyborg (2017-06) #011.cbr
Cyborg (2017-07) #012.cbr
Dark Knight III - The Master Race (2016-01) #001.cbr
Dark Knight III - The Master Race (2016-02) #002.cbr
Dark Knight III - The Master Race (2016-04) #003.cbr
Dark Knight III - The Master Race (2016-06) #004.cbr
Dark Knight III - The Master Race (2016-08) #005.cbr
Dark Knight III - The Master Race (2016-11) #001 - Director's Cut.cbr
Dark Knight III - The Master Race (2016-12) #006.cbr
Dark Knight III - The Master Race (2017-02) #007.cbr
Dark Knight III - The Master Race (2017-05) #008.cbr
DC Rebirth Holiday Special (2017-02) #001.cbz
DC Universe (2016-07) - Rebirth #001.cbr
Deathstroke (2016-10) - Rebirth #001.cbr
Deathstroke (2016-10) #001.cbr
Deathstroke (2016-11) #002.cbr
Deathstroke (2016-11) #003.cbr
Deathstroke (2016-12) #004.cbr
Deathstroke (2016-12) #005.cbr
Deathstroke (2017-01) #006.cbr
Deathstroke (2017-01) #007.cbr
Deathstroke (2017-02) #008.cbr
Deathstroke (2017-02) #009.cbr
Deathstroke (2017-03) #010.cbr
Deathstroke (2017-03) #011.cbr
Deathstroke (2017-04) #012.cbr
Deathstroke (2017-04) #013.cbr
Deathstroke (2017-05) #014.cbr
Deathstroke (2017-05) #015.cbr
Deathstroke (2017-06) #016.cbr
Deathstroke (2017-06) #017.cbr
Deathstroke (2017-07) #018.cbr
desktop.ini
Detective Comics (2016-08) #934.cbr
Detective Comics (2016-08) #935.cbr
Detective Comics (2016-09) #936.cbr
Detective Comics (2016-09) #937.cbr
Detective Comics (2016-10) #938.cbr
Detective Comics (2016-10) #939.cbr
Detective Comics (2016-11) #940.cbr
Detective Comics (2016-11) #941.cbr
Detective Comics (2016-12) #942.cbr
Detective Comics (2016-12) #943.cbr
Detective Comics (2017-01) #944.cbr
Detective Comics (2017-01) #945.cbr
Detective Comics (2017-02) #946.cbr
Detective Comics (2017-02) #947.cbr
Detective Comics (2017-03) #948.cbr
Detective Comics (2017-03) #949.cbr
Detective Comics (2017-04) #950.cbr
Detective Comics (2017-04) #951.cbr
Detective Comics (2017-05) #952.cbr
Detective Comics (2017-05) #953.cbr
Detective Comics (2017-06) #954.cbr
Detective Comics (2017-06) #955.cbr
Detective Comics (2017-07) #956.cbr
Gotham Academy (2014-12) #001.cbr
Gotham Academy (2015-01) #002.cbz
Gotham Academy (2015-02) #003.cbz
Gotham Academy (2015-03) #004.cbz
Gotham Academy (2015-04) #005.cbz
Gotham Academy (2015-05) - Endgame #001.cbz
Gotham Academy (2015-05) #006.cbz
Gotham Academy (2015-08) #007.cbz
Gotham Academy (2015-09) #008.cbz
Gotham Academy (2015-10) #009.cbr
Gotham Academy (2015-11) #010.cbr
Gotham Academy (2015-12) #011.cbr
Gotham Academy (2016-02) #012.cbz
Gotham Academy (2016-02) #013.cbr
Gotham Academy (2016-03) #014.cbr
Gotham Academy (2016-04) #015.cbr
Gotham Academy (2016-05) #016.cbr
Gotham Academy (2016-06) #017.cbz
Gotham Academy (2016-07) #018.cbr
Gotham Academy (2016-10) - Annual #001.cbz
Gotham Academy (2016-11) #001.cbz
Gotham Academy (2016-12) #002.cbz
Gotham Academy (2017-01) #003.cbr
Gotham Academy (2017-02) #004.cbz
Gotham Academy (2017-03) #005.cbz
Gotham Academy (2017-04) #006.cbz
Gotham Academy (2017-05) #007.cbz
Gotham Academy (2017-06) #008.cbz
Gotham Academy (2017-07) #009.cbz
Gotham Girls (2002-10) #001.cbr
Gotham Girls (2002-11) #002.cbr
Gotham Girls (2002-12) #003.cbr
Gotham Girls (2003-01) #004.cbr
Gotham Girls (2003-02) #005.cbr
Gotham Underground (2007-12) #001.cbz
Gotham Underground (2008-01) #002.cbz
Gotham Underground (2008-02) #003.cbz
Gotham Underground (2008-03) #004.cbz
Gotham Underground (2008-04) #005.cbz
Gotham Underground (2008-05) #006.cbz
Gotham Underground (2008-06) #007.cbz
Gotham Underground (2008-07) #008.cbz
Gotham Underground (2008-08) #009.cbz
Green Arrow (2016-08) - Rebirth #001.cbr
Green Arrow (2016-08) #001.cbr
Green Arrow (2016-09) #002.cbr
Green Arrow (2016-09) #003.cbr
Green Arrow (2016-10) #004.cbr
Green Arrow (2016-10) #005.cbr
Green Arrow (2016-11) #006.cbr
Green Arrow (2016-11) #007.cbr
Green Arrow (2016-12) #008.cbr
Green Arrow (2016-12) #009.cbr
Green Arrow (2017-01) #010.cbr
Green Arrow (2017-01) #011.cbr
Green Arrow (2017-02) #012.cbr
Green Arrow (2017-02) #013.cbr
Green Arrow (2017-03) #014.cbr
Green Arrow (2017-03) #015.cbr
Green Arrow (2017-04) #016.cbr
Green Arrow (2017-04) #017.cbr
Green Arrow (2017-05) #018.cbr
Green Arrow (2017-05) #019.cbr
Green Arrow (2017-06) #020.cbr
Green Arrow (2017-06) #021.cbr
Green Arrow (2017-07) #022.cbr
Green Lanterns (2016-08) - Rebirth #001.cbr
Green Lanterns (2016-08) #001.cbr
Green Lanterns (2016-09) #002.cbz
Green Lanterns (2016-09) #003.cbr
Green Lanterns (2016-10) #004.cbr
Green Lanterns (2016-10) #005.cbz
Green Lanterns (2016-11) #006.cbz
Green Lanterns (2016-11) #007.cbr
Green Lanterns (2016-12) #008.cbr
Green Lanterns (2016-12) #009.cbr
Green Lanterns (2017-01) #010.cbz
Green Lanterns (2017-01) #011.cbr
Green Lanterns (2017-02) #012.cbr
Green Lanterns (2017-02) #013.cbz
Green Lanterns (2017-03) #014.cbz
Green Lanterns (2017-03) #015.cbz
Green Lanterns (2017-04) #016.cbr
Green Lanterns (2017-04) #017.cbr
Green Lanterns (2017-05) - Space Ghost Special #001.cbr
Green Lanterns (2017-05) #018.cbr
Green Lanterns (2017-05) #019.cbr
Green Lanterns (2017-06) #020.cbz
Green Lanterns (2017-06) #021.cbz
Green Lanterns (2017-07) #022.cbr
Hal Jordan & the Green Lantern Corps (2017-06) #019.cbr
Hal Jordan & the Green Lantern Corps (2017-07) #020.cbr
Hal Jordan and the Green Lantern Corps (2016-09) - Rebirth #001.cbr
Hal Jordan and the Green Lantern Corps (2016-09) #001.cbr
Hal Jordan and the Green Lantern Corps (2016-10) #002.cbr
Hal Jordan and the Green Lantern Corps (2016-10) #003.cbr
Hal Jordan and the Green Lantern Corps (2016-11) #004.cbr
Hal Jordan and the Green Lantern Corps (2016-11) #005.cbr
Hal Jordan and the Green Lantern Corps (2016-12) #006.cbr
Hal Jordan and the Green Lantern Corps (2016-12) #007.cbr
Hal Jordan and the Green Lantern Corps (2017-01) #008.cbr
Hal Jordan and the Green Lantern Corps (2017-01) #009.cbr
Hal Jordan and the Green Lantern Corps (2017-02) #010.cbr
Hal Jordan and the Green Lantern Corps (2017-02) #011.cbr
Hal Jordan and the Green Lantern Corps (2017-03) #012.cbr
Hal Jordan and the Green Lantern Corps (2017-03) #013.cbr
Hal Jordan and the Green Lantern Corps (2017-04) #014.cbr
Hal Jordan and the Green Lantern Corps (2017-04) #015.cbr
Hal Jordan and the Green Lantern Corps (2017-05) #016.cbr
Hal Jordan and the Green Lantern Corps (2017-05) #017.cbr
Hal Jordan and the Green Lantern Corps (2017-06) #018.cbr
Harley Quinn (2016-10) #001.cbr
Harley Quinn (2016-10) #002.cbr
Harley Quinn (2016-11) #003.cbr
Harley Quinn (2016-11) #004.cbr
Harley Quinn (2016-12) #005.cbr
Harley Quinn (2016-12) #006.cbr
Harley Quinn (2017-01) #007.cbr
Harley Quinn (2017-01) #008.cbr
Harley Quinn (2017-02) #009.cbr
Harley Quinn (2017-02) #010.cbr
Harley Quinn (2017-03) #011.cbr
Harley Quinn (2017-03) #012.cbr
Harley Quinn (2017-04) #013.cbr
Harley Quinn (2017-04) #014.cbr
Harley Quinn (2017-05) #015.cbr
Harley Quinn (2017-05) #016.cbr
Harley Quinn (2017-06) #017.cbr
Harley Quinn (2017-06) #018.cbr
Harley Quinn (2017-07) #019.cbr
Harley Quinn and Her Gang of Harleys (2016-06) #001.cbr
Harley Quinn and Her Gang of Harleys (2016-07) #002.cbr
Harley Quinn and Her Gang of Harleys (2016-08) #003.cbr
Harley Quinn and Her Gang of Harleys (2016-10) #004.cbr
Harley Quinn and Her Gang of Harleys (2016-10) #005.cbr
Harley Quinn and Her Gang of Harleys (2016-11) #006.cbr
Harley Quinn and Power Girl (2015-08) #001.cbr
Harley Quinn and Power Girl (2015-09) #002.cbr
Harley Quinn and Power Girl (2015-10) #003.cbr
Harley Quinn and Power Girl (2015-11) #004.cbr
Harley Quinn and Power Girl (2016-01) #005.cbr
Harley Quinn and Power Girl (2016-02) #006.cbr
Harley's Little Black Book (2016-02) #001.cbr
Harley's Little Black Book (2016-04) #002.cbr
Harley's Little Black Book (2016-06) #003.cbr
Harley's Little Black Book (2016-10) #004.cbr
Harley's Little Black Book (2017-02) #005.cbr
Harley's Little Black Book (2017-05) #006.cbr
Justice League (2016-09) - Rebirth #001.cbr
Justice League (2016-09) #001.cbr
Justice League (2016-10) #002.cbr
Justice League (2016-10) #003.cbz
Justice League (2016-11) #004.cbr
Justice League (2016-11) #005.cbr
Justice League (2016-12) #001 - Director's Cut.cbz
Justice League (2016-12) #006.cbr
Justice League (2016-12) #007.cbr
Justice League (2017-01) #008.cbz
Justice League (2017-01) #009.cbr
Justice League (2017-02) #010.cbz
Justice League (2017-02) #011.cbz
Justice League (2017-03) #012.cbz
Justice League (2017-03) #013.cbz
Justice League (2017-04) #014.cbr
Justice League (2017-04) #015.cbr
Justice League (2017-05) #016.cbr
Justice League (2017-05) #017.cbr
Justice League (2017-06) #018.cbz
Justice League (2017-06) #019.cbz
Justice League (2017-07) #020.cbr
Justice League of America (2017-03) - Killer Frost Rebirth #001.cbr
Justice League of America (2017-03) - The Atom Rebirth #001.cbr
Justice League of America (2017-03) - The Ray Rebirth #001.cbr
Justice League of America (2017-03) - Vixen Rebirth #001.cbr
Justice League of America (2017-04) - Rebirth #001.cbr
Justice League of America (2017-04) #001.cbr
Justice League of America (2017-05) #002.cbr
Justice League of America (2017-05) #003.cbr
Justice League of America (2017-06) #004.cbr
Justice League of America (2017-06) #005.cbr
Justice League of America (2017-07) #006.cbr
Justice League vs. Suicide Squad (2017-02) #001.cbr
Justice League vs. Suicide Squad (2017-02) #002.cbz
Justice League vs. Suicide Squad (2017-03) #003.cbr
Justice League vs. Suicide Squad (2017-03) #004.cbz
Justice League vs. Suicide Squad (2017-03) #005.cbr
Justice League vs. Suicide Squad (2017-03) #006.cbz
Knight and Squire (2010-12) #001.cbr
Knight and Squire (2011-01) #002.cbr
Knight and Squire (2011-02) #003.cbr
Knight and Squire (2011-03) #004.cbr
Knight and Squire (2011-04) #005.cbr
Knight and Squire (2011-05) #006.cbr
Man of Steel - Prequel.cbr
Mother Panic (2017-01) #001.cbr
Mother Panic (2017-02) #002.cbr
Mother Panic (2017-03) #003.cbr
Mother Panic (2017-04) #004.cbr
Mother Panic (2017-05) #005.cbr
Mother Panic (2017-06) #006.cbr
New Super-Man (2016-09) #001.cbr
New Super-Man (2016-10) #002.cbr
New Super-Man (2016-11) #003.cbr
New Super-Man (2016-12) #004.cbr
New Super-Man (2017-01) #005.cbr
New Super-Man (2017-02) #006.cbr
New Super-Man (2017-03) #007.cbr
New Super-Man (2017-04) #008.cbr
New Super-Man (2017-05) #009.cbr
New Super-Man (2017-06) #010.cbr
New Super-Man (2017-07) #011.cbr
Nightwing (2016-09) - Rebirth #001.cbr
Nightwing (2016-09) #001.cbr
Nightwing (2016-10) #002.cbr
Nightwing (2016-10) #003.cbr
Nightwing (2016-11) #004.cbr
Nightwing (2016-11) #005.cbr
Nightwing (2016-12) #006.cbr
Nightwing (2016-12) #007.cbr
Nightwing (2017-01) #008.cbr
Nightwing (2017-01) #009.cbr
Nightwing (2017-02) #010.cbr
Nightwing (2017-02) #011.cbr
Nightwing (2017-03) #012.cbr
Nightwing (2017-03) #013.cbr
Nightwing (2017-04) #014.cbr
Nightwing (2017-04) #015.cbr
Nightwing (2017-05) #016.cbr
Nightwing (2017-05) #017.cbr
Nightwing (2017-06) #018.cbr
Nightwing (2017-06) #019.cbr
Nightwing (2017-07) #020.cbr
Raven (2016-11) #001.cbr
Raven (2016-12) #002.cbr
Raven (2017-01) #003.cbr
Raven (2017-02) #004.cbr
Raven (2017-03) #005.cbr
Raven (2017-04) #006.cbr
Red Hood and the Outlaws (2016-09) - Rebirth #001.cbr
Red Hood and the Outlaws (2016-10) #001.cbr
Red Hood and the Outlaws (2016-11) #002.cbr
Red Hood and the Outlaws (2016-12) #003.cbr
Red Hood and the Outlaws (2017-01) #004.cbr
Red Hood and the Outlaws (2017-02) #005.cbr
Red Hood and the Outlaws (2017-03) #006.cbr
Red Hood and the Outlaws (2017-04) #007.cbr
Red Hood and the Outlaws (2017-05) #008.cbr
Red Hood and the Outlaws (2017-06) #009.cbr
Red Hood and the Outlaws (2017-07) #010.cbr
Suicide Squad (2016-10) - Rebirth #001.cbr
Suicide Squad (2016-10) - Special War Crimes.cbr
Suicide Squad (2016-10) #001.cbr
Suicide Squad (2016-11) #002.cbr
Suicide Squad (2016-11) #003.cbr
Suicide Squad (2016-12) #004.cbr
Suicide Squad (2016-12) #005.cbr
Suicide Squad (2017-01) #006.cbr
Suicide Squad (2017-01) #007.cbr
Suicide Squad (2017-02) #008.cbr
Suicide Squad (2017-03) #009.cbr
Suicide Squad (2017-03) #010.cbr
Suicide Squad (2017-04) #011.cbr
Suicide Squad (2017-04) #012.cbr
Suicide Squad (2017-05) - Banana Splits Special #001.cbr
Suicide Squad (2017-05) - Director's Cut #001.cbr
Suicide Squad (2017-05) #013.cbr
Suicide Squad (2017-05) #014.cbr
Suicide Squad (2017-06) #015.cbr
Suicide Squad (2017-06) #016.cbr
Suicide Squad (2017-07) #017.cbr
Suicide Squad Most Wanted (2016-03) #001 - Deadshot and Katana.cbr
Suicide Squad Most Wanted (2016-04) #002 - Deadshot and Katana.cbr
Suicide Squad Most Wanted (2016-05) #003 - Deadshot and Katana.cbr
Suicide Squad Most Wanted (2016-06) #004 - Deadshot and Katana.cbr
Suicide Squad Most Wanted (2016-07) #005 - Deadshot and Katana.cbr
Suicide Squad Most Wanted (2016-08) #006 - Deadshot and Katana.cbr
Suicide Squad Most Wanted (2016-10) #001 - El Diablo and Boomerang.cbr
Suicide Squad Most Wanted (2016-11) #002 - El Diablo and Boomerang.cbr
Suicide Squad Most Wanted (2016-12) #003 - El Diablo and Killer Croc.cbr
Suicide Squad Most Wanted (2017-01) #004 - El Diablo and Killer Croc.cbr
Suicide Squad Most Wanted (2017-02) #005 - El Diablo and Amanda Waller.cbr
Suicide Squad Most Wanted (2017-03) #006 - El Diablo and Amanda Waller.cbr
Super Sons (2017-04) #001.cbr
Super Sons (2017-05) #002.cbr
Super Sons (2017-06) #003.cbr
Supergirl - Being Super (2017-02) #001.cbr
Supergirl - Being Super (2017-04) #002.cbr
Supergirl - Being Super (2017-06) #003.cbr
Supergirl (2016-10) - Rebirth #001.cbr
Supergirl (2016-11) #001.cbr
Supergirl (2016-12) #002.cbr
Supergirl (2017-01) #003.cbr
Supergirl (2017-02) #004.cbr
Supergirl (2017-03) #005.cbr
Supergirl (2017-04) #006.cbr
Supergirl (2017-05) #007.cbr
Supergirl (2017-06) #008.cbr
Supergirl (2017-07) #009.cbr
Superman (2016-08) - Rebirth #001.cbr
Superman (2016-08) #001.cbr
Superman (2016-09) #002.cbr
Superman (2016-09) #003.cbr
Superman (2016-10) #004.cbr
Superman (2016-10) #005.cbr
Superman (2016-11) #006.cbr
Superman (2016-11) #007.cbr
Superman (2016-12) #008.cbr
Superman (2016-12) #009.cbr
Superman (2017-01) - Annual #001.cbr
Superman (2017-01) #010.cbr
Superman (2017-01) #011.cbr
Superman (2017-02) #012.cbr
Superman (2017-02) #013.cbr
Superman (2017-03) #014.cbz
Superman (2017-03) #015.cbr
Superman (2017-04) #016.cbr
Superman (2017-04) #017.cbr
Superman (2017-05) #018.cbr
Superman (2017-05) #019.cbr
Superman (2017-06) #020.cbr
Superman (2017-06) #021.cbr
Superman (2017-07) #022.cbr
Superwoman (2016-10) #001.cbr
Superwoman (2016-11) #002.cbr
Superwoman (2016-12) #003.cbr
Superwoman (2017-01) #004.cbr
Superwoman (2017-02) #005.cbr
Superwoman (2017-03) #006.cbr
Superwoman (2017-04) #007.cbr
Superwoman (2017-05) #008.cbr
Superwoman (2017-06) #009.cbr
Superwoman (2017-07) #010.cbr
Teen Titans (2016-11) - Rebirth #001.cbr
Teen Titans (2016-12) #001.cbr
Teen Titans (2017-01) #002.cbr
Teen Titans (2017-02) #003.cbr
Teen Titans (2017-03) #004.cbr
Teen Titans (2017-04) #005.cbr
Teen Titans (2017-05) #006.cbr
Teen Titans (2017-06) #007.cbz
The Fall and Rise of Captain Atom (2017-03) #001.cbr
The Fall and Rise of Captain Atom (2017-04) #002.cbr
The Fall and Rise of Captain Atom (2017-05) #003.cbr
The Fall and Rise of Captain Atom (2017-06) #004.cbr
The Fall and Rise of Captain Atom (2017-07) #005.cbr
The Flash (2016-08) - Rebirth #001.cbr
The Flash (2016-08) #001.cbr
The Flash (2016-09) #002.cbr
The Flash (2016-09) #003.cbr
The Flash (2016-10) #004.cbr
The Flash (2016-10) #005.cbr
The Flash (2016-11) #006.cbr
The Flash (2016-11) #007.cbr
The Flash (2016-12) #008.cbr
The Flash (2016-12) #009.cbr
The Flash (2017-01) #010.cbr
The Flash (2017-01) #011.cbr
The Flash (2017-02) #012.cbz
The Flash (2017-02) #013.cbz
The Flash (2017-03) #014.cbz
The Flash (2017-03) #015.cbz
The Flash (2017-04) #016.cbz
The Flash (2017-04) #017.cbz
The Flash (2017-05) #018.cbz
The Flash (2017-05) #019.cbz
The Flash (2017-06) #020.cbz
The Flash (2017-06) #021.cbz
The Hellblazer (2016-09) - Rebirth #001.cbr
The Hellblazer (2016-10) #001.cbr
The Hellblazer (2016-11) #002.cbr
The Hellblazer (2016-12) #003.cbr
The Hellblazer (2017-01) #004.cbr
The Hellblazer (2017-02) #005.cbr
The Hellblazer (2017-03) #006.cbr
The Hellblazer (2017-04) #007.cbr
The Hellblazer (2017-05) #008.cbr
The Hellblazer (2017-06) #009.cbr
The Odyssey of the Amazons (2017-03) #001.cbz
The Odyssey of the Amazons (2017-04) #002.cbz
The Odyssey of the Amazons (2017-05) #003.cbz
The Odyssey of the Amazons (2017-06) #004.cbz
The Wild Storm (2017-04) #001.cbr
The Wild Storm (2017-05) #002.cbr
The Wild Storm (2017-06) #003.cbr
Titans (2016-08) - Rebirth #001.cbr
Titans (2016-09) #001.cbz
Titans (2016-10) #002.cbr
Titans (2016-11) #003.cbr
Titans (2016-12) #004.cbr
Titans (2017-01) #005.cbr
Titans (2017-02) #006.cbr
Titans (2017-03) #007.cbr
Titans (2017-04) #008.cbr
Titans (2017-05) - Annual #001.cbz
Titans (2017-05) #009.cbr
Titans (2017-06) #010.cbz
Titans (2017-07) #011.cbz
Trinity (2016-11) #001.cbr
Trinity (2016-12) #002.cbr
Trinity (2017-01) #003.cbr
Trinity (2017-02) #004.cbz
Trinity (2017-03) #005.cbz
Trinity (2017-04) #006.cbr
Trinity (2017-05) #007.cbr
Trinity (2017-06) #008.cbz
Wonder Woman (2016-08) - Rebirth #001.cbz
Wonder Woman (2016-08) #001.cbz
Wonder Woman (2016-09) #002.cbz
Wonder Woman (2016-09) #003.cbz
Wonder Woman (2016-10) #004.cbz
Wonder Woman (2016-10) #005.cbz
Wonder Woman (2016-11) #006.cbz
Wonder Woman (2016-11) #007.cbz
Wonder Woman (2016-12) #008.cbz
Wonder Woman (2016-12) #009.cbz
Wonder Woman (2017-01) #010.cbz
Wonder Woman (2017-02) #012.cbz
Wonder Woman (2017-02) #013.cbz
Wonder Woman (2017-03) #014.cbz
Wonder Woman (2017-03) #015.cbz
Wonder Woman (2017-04) #016.cbz
Wonder Woman (2017-04) #017.cbz
Wonder Woman (2017-05) #018.cbz
Wonder Woman (2017-05) #019.cbz
Wonder Woman (2017-06) #020.cbz
Wonder Woman (2017-06) #021.cbz
Wonder Woman (2017-07) #022.cbz
| Comics - Issues | 2017-05-17T20:10:16.000Z |
|
(?:^|\n)([^?;1-9\n]*)(?:\.|,)*\s(\(*\d+\)*)(?:,|\.)(.*) |
Albayrak, İ. 2012. Ekosistem servislerine dayalı havza yönetim modelinin İstanbul-Ömerli havzası örneğinde uygulanabilirliği, Doktora Tezi, İTÜ Fen Bilimleri Enstitüsü.
Agren, C. 1991. EMEP report, MCS-W 1/91 Norway.
Ahern, J., Cilliers, S. and Niemela, J. 2014. The concept of ecosystem services in adaptive urban planning and design: a framework for supporting innovation, Landscape and Urban Planning, 125: 254–259. http://dx.doi.org/10.1016/j.landurbplan.2014.01.020
Aygün, M ve Yeşil Akça, G. 2012. T.C. Orman ve Su İşleri Bakanlığı bakanlığımız ve bağlı kuruluşlarınca yürütülen Ar-Ge nitelikli projeler, www.milliparklar.gov.tr/korunanalanlar/belgeler/tescil.pdf, Erişim: 21 Şubat 2016.
Balkız, Ö. 2015. Ekosistem hizmetleri ve havza yönetimi, http://suyonetimi.ormansu.gov.tr/Libraries/su/EkosistemHizmetleri_OzgeBalkiz_20151216.sflb.ashx, Erişim: 21 Şubat 2016.
Bassett, C.G. 2015. The environmental benefits of trees on an urban university campus, Master of Environmental Studies Capstone Projects. 66. p.
Bloniarz, D. and Beals, T. 2014. I-tree canopy assessment to Springfield MA, http://www.regreenspringfield.org/, Accessed July, 20, 2016.
Bolund, P. and Hunhammar, S. 1999. Ecosystem services in urban areas, Ecological Economics, 29: 293–301.
Brack, C.L. 2002. Pollution mitigation and carbon sequestration by an urban forest. Environmental Pollution, 116:195– 200.
Carey, B. and Tobin, B. 2016. Ecosystem services provided by mountshannon village trees, https://static.rasset.ie/documents/ radio1/mountshannon-ecosystem-services-provided-by-mountshannon-village-june-2016.pdf, Erişim 20 Temmuz 2016.
Chaparro, L. and Terradas, J. 2009. Ecological services of urban forest in Barcelona. Centre de Recerca Ecologica i Aplicacions Forestals, p. 103.
Coşkun Hepcan, Ç., Özeren, M. ve Hepcan, Ş. 2013. İzmir için ekolojik açıdan sürdürülebilir bir kent gelişim senaryosu, TMMOB İzmir 2. Kent Sempozyumu Bildiriler Kitabı, TMMOB İzmir 2. Kent Sempozyumu Bildiriler Kitabı - Kentine Sahip Çık, 28- 30 Kasım 2013: 803-811.
Curtis, L., Rea, W., Smith-Willis, P., Fenyves, E. and Pan, Y. 2006. Adverse health effects of outdoor in pollutants, Environmental International, 32: 815-830.
Çevre ve Şehircilik Bakanlığı, 2014. Yer seviyesi ozon kirliliği bilgi notu, T.C. Çevre ve Şehircilik Bakanlığı Çevre Yönetimi Genel Müdürlüğü, s.3.
Çevre ve Şehircilik Bakanlığı, 2016. Çevre ve Şehircilik Bakanlığı hava kalitesi izleme istasyonları web sitesi, http://www.havaizleme.gov.tr/hava.html, Erişim 20 Temmuz 2016.
Derkzen, M.L., Van Teeffelen, A.J.A. and Verburg, P.H. 2015. Quantifying urban ecosystem services based on highresolution data of urban green space: an assessment for Rotterdam, the Netherlands, Journal of Applied Ecology, 52: 1020–1032.
Forman, R.T.T. 2008. Urban regions: ecology and planning beyond the city, NY Cambridge University Press, p. 408. ISBN-13: 978-0521670760.
Forman, R.T.T. 2014. Urban ecology science of cities, Cambridge University Press, p. 462. ISBN-13: 978-052118824.
Gomez-Baggethun, E. and Barton, D.N. 2013. Classifying and valuing ecosystem services for urban planning, Ecological Economics, 86: 235-245.
Güvendik G. ve Yılmaz A. 2003. Egzos kirliliğine maruz kalan kişilerde kan karboksihemoglobin düzeyi. Ankara Eczacılık Fakültesi Dergisi, 32: 213-219.
Hepcan, Ş. 2013. Analyzing the pattern and connectivity of urban green spaces: a case study of Izmir, Turkey, Urban Ecosystems, 16: 279–293, DOI:10.1007/s11252-012-0271-2.
Hutchings, T., Lawrence, V. and Brunt, A. 2012. Estimating the ecosystem services value of Edinburgh’s trees, The Research Agency of Forest Commission, p. 45.
Kardeşoğlu E., Yalçın M. ve Işılak Z., 2011. Hava kirliliği ve kardiyovasküler sistem. TAF Preventive Medicine Bulletin, 10: 97-106.
Marcus, C. 2015. Tree canopy assessment city of Atlantic Beach Florida, Legacy Arborist Services Tallahassee, FL, p. 8.
MEA (Millennium Ecosystem Assessment). 2005. Ecosystems and human well- being: a framework for assessment. MA (Millennium Ecosystem Assessment). http://www.millenniumassessment.org/ en/Framework.html.
Moran, J.M. and Mogan, M.D. 1994. Meterology: the atmosphere and the science of weather, NY Macmillan College Publishing Company.
McNeil, J. and Vava, C. 2006. Oakville's urban forest: our solution to pollution, Town of Oakville Parks and Open Space Department Forestry Section, p. 67.
Nowak, D.J. 2000. The interactions between urban forests and global climate change. In: Abdollahi KK, Ning ZH, Appeaning A (eds) Global change and urban forest. GCRCC and Franklin Press, Baton Rouge, LA, pp. 31–44.
Nowak, D.J., Hoehn, R.E., Bodine, A.R., Crane, D.E., Dwyer, J.F., Bonnewell, V. and Watson, G. 2013. Urban trees and forests of the Chicago region. Resour. Bull. NRS-84. Newtown Square, PA: U.S. Department of Agriculture, Forest Service, Northern Research Station. p 106.
Jacobs, B., Mikhailovich, N. and Delaney, C. 2014. Benchmarking Australia’s urban tree canopy: an ı-tree assessment, prepared for horticulture Australia limited by the Institute for Sustainable Futures, University of Technology Sydney, final-report_140930.pdf, p. 49.
Phillips, D., Burdick, C., Merja, B. and Brown. N. 2013. Urban forest ecosystem services: a case study in Corvallis, Oregon. Presented at Ecological Society of America, Minneapolis, MN, August 04 - 09, 2013.
Rogers, K., Jarratt, T. and Hansford, D. 2011. Torbay’s urban forest assessing urban forest effects and values - a report on the findings from the UK I-tree eco pilot project, Treeconomics, 46p. ISBN 978-0-9571371-0-3.
Rogers, K., Sacre, K., Goodenough, J. and Doick, K. 2015. Valuing London’s urban forest results of the London I-Tree eco project, Hill & Garwood Printing Limited, 84p. ISBN 978-0-9571371-1-0.
Seed Consulting Services, 2016. Tree ecosystem services assessment, Ridge Park. A report prepared for the City of Unley, South Australia, 94 p.
Smith, W. H. 1990. Air pollution and forests. New York: Springer-Verlag. 618 p.
Spirn, A. W. 1984. The granite garden: urban nature and human design, NY Basic Books, p. 334.
Steiner, F. 2011. Landscape ecological urbanism: origins and trajectories. Landscape and Urban Planning, 100: 333–337.
USDA. 2008. United States Department of Agriculture and Forest Service. I-Tree User’s Manual. www.itreetols.org/resources/ manuals/i-Tree%20Eco%20Users%Manual.pdf, Accessed May, 19 2016.
Yatkın, S. ve Bayram, A. 2007. İzmir havasında partikül madde kirliliği: ölçüm ve değerlendirme, Dokuz Eylül Üniversitesi Mühendislik Fakültesi Fen ve Mühendislik Dergisi, 8 (2): 15-27.
| Bibliography | 2018-04-26T23:45:42.000Z |
|
**Regex original:** `(?<!Current\s)Error:`
Porém expect4j utiliza classes de regex do Apache Oro, que não possuem suporte para lookbehind. | ^(?!Current\s).*Error: | Error: | Alternative to "Current Error" Lookbehind | 2018-01-02T18:25:06.000Z |
\d{4}\.\d{2}\.\d{2}-r\d{2,} | [
{
"changeableAttributes": {
"deleteEnabled": true,
"listEnabled": true,
"readEnabled": true,
"writeEnabled": true
},
"createdTime": "2020-06-03T16:21:24.0805118Z",
"digest": "sha256:a31ccfcdfabfcebd5033efa36ebc017fc4264db2c166894283b5e5d12a42636f",
"lastUpdateTime": "2020-06-03T16:21:24.0805118Z",
"name": "2020.06.03-r01",
"signed": false
}
] | Match image build number | 2020-06-16T18:59:49.000Z |
|
^dividend paid((?!non).)*$ | Dividend paid by the Company
Dividend paid by a subsidiary to non-controlling interests
Dividend paid | short term | 2020-05-03T14:12:08.000Z |
|
(?:\s)*<task action="4" id="94(\d\d\d)00(\d\d)">(?:\s)*<release>(?:\s)*<item type="cost" vitality="\d"(?:\s)*\/>((?:\n|.)*?)<item type="param(?:(?:\n|.)*?)(?=<\/win)((?:\n|.)*?)<\/release>(?:\s)*<\/task>(?:\s)* | <task action="4" id="941010010">
<release>
<item type="cost" vitality="1" />
<item type="fight" npcid="1010010">
<win>
<item type="aside" content="[color=#ff7e53]你胜利了![/color]" auto="true" />
<item type="random">
<item probability="0.001">
<item type="reward" yueli="300" money="100" auto="true">
<item id="2801" num="1" />
</item>
</item>
<item probability="0.001">
<item type="reward" yueli="300" money="100" auto="true">
<item id="2901" num="1" />
</item>
</item>
<item probability="0.001">
<item type="reward" yueli="300" money="100" auto="true">
<item id="3001" num="1" />
</item>
</item>
<item probability="0.001">
<item type="reward" yueli="300" money="100" auto="true">
<item id="3101" num="1" />
</item>
</item>
</item>
<item type="param" key="fight-1010010" action="update" value="1" />
</win>
<lose>
<item type="aside" content="[color=#ff7e53]你被{rnpc}打倒在地![/color]" auto="true" />
</lose>
</item>
</release>
</task> | 战斗正则2 | 2018-05-02T00:52:24.000Z |
|
<svg[^>]+> | <!-- Generator: Adobe Illustrator 23.0.2, SVG Export Plug-In -->
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="53.5px"
height="42.8px" viewBox="0 0 53.5 42.8" style="enable-background:new 0 0 53.5 42.8;" xml:space="preserve">
<style type="text/css">
.st0{fill:#C49039;}
</style>
<defs>
</defs>
<path class="st0" d="M53.5,21.4C53.5,8.6,44.2,0,28.4,0H0v42.8h28.4C44.2,42.8,53.5,33.9,53.5,21.4z"/>
</svg>
| change SVG tag | 2019-06-07T16:41:19.000Z |
|
- | ^data:([A-Za-z-+\/]+);base64,(.+)$ | data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABDgAAAeACAYAAAArYecKAAAABmJLR0QA/wD/AP+gvaeTAAAgAElEQVR4nKy9W4LkOK4saIAi | Split Base64 | 2021-11-06T16:19:32.000Z |
it accept -, / and . operator date formate
29-Dec-2015 | (^(0?[1-9]|[12][0-9]|3[01])[-/.]([a-zA-Z]+)[-/.]((19|20)\d\d)) | 31.dec.2015 | dd-mmm-yyyy dd/mmm/yyyy dd.mmm.yyyy | 2015-12-29T12:44:14.000Z |
Matches numbers in most forms - normal, decimal, exponential, comma separted | ^-?(\d|(\d+,?\d+))*(\.\d+)?(e\d+)?$ | 555,44.0e0 | Numbers - decimal, scientific etc | 2015-08-13T04:37:29.000Z |
(?P<fromall>(?P<form>\/[A-z]+)(?<formid>\(.*?\))|\/[A-z]+)(?=.*\?\$select) | /Instellingen/Instellingen/Instellingen(123)/Instellingen(ddsf)?$select=Instelling_SK123ID,/Instellingen,Brin,Instellingsnaam,SoortInstelling,Website,Telefoon,Email,Vestigingen/*&$expand=V
YEAH DEZE:
(?P<fromall>(?P<form>\/[A-z]+)(?<formid>\(.*?\))|\/[A-z]+)(?=.*\?\$select) | resourcepath regex | 2016-09-12T10:08:25.000Z |
|
(?:\s*(\w+)\s*=\s*(?:'((?:[^'\\]|\\")*)'|"((?:[^"\\]|\\")*)"?|(\w+))) | {keyword name1=val1 name2='val2' name3="val3" name4="Isn't this OK?" name5=okay name6='Isn\'t' name7="A \"quote\""} | StackOverflow answer for: How can I parse an attribute string to an ar | 2015-05-12T20:38:43.000Z |
|
Valid only for something.cz, some-thing.cz, 2245exampl.cz ...
Not-valid for -some.cz, here.com.cz ... | (^[^\-][a-zA-Z0-9-]{3,63}\.cz$) | dsfn.cz | Domain Name .CZ - only 2th level format | 2014-10-18T10:16:16.000Z |
((?:[ ]|^|[^\d\.\:\-\r\n$£])((?:1[0-9]|2[0-4]|0?[1-9]|00|one|two|three|four|five|six|seven|eight|nine|ten|eleven|twelve)[ ]?[\:\. ]?[ ]?(?:[0-5][0-9]|fifteen|thirty|fou?rty ?five)(?:[ ]?(?:am|pm)|[ ]?o\'?[ ]?clock))(?:\b|$|,\b)|(?:[ ]|^|[^\d\.\:\-\r\n$£])(((?:1[0-9]|2[0-4]|0?[1-9]|00|one|two|three|four|five|six|seven|eight|nine|ten|eleven|twelve)(?:[ ]?(?:am|pm))|[ ]?o\'?[ ]?clock))(?:\b|$|,\b)|(?:[ ]|^|[^\d\.\:\-\r\n$£])((?:1[0-9]|2[0-4]|0?[1-9]|00|one|two|three|four|five|six|seven|eight|nine|ten|eleven|twelve)[ ]?[\:\. ][ ]?(?:[0-5][0-9]|fifteen|thirty|fou?rty ?five)(?:\b|$|,\b))|(?:[ ]|^|[^\d\.\:\-\r\n$£])((?:1[0-9]|2[0-4]|0?[1-9]|00) ?(?:PS?T|GMT|∆USA|∆US|ET|BST|∆UK|UK ?[Tt]ime|[Ee]astern [Tt]ime|[Pp]acific [Tt]ime|[Cc]entral [Tt]ime|∆UTC|ACDT|ACST|ACT|ACT|ADT|AEDT|AEST|AFT|AKDT|AKST|AMST|AMT|AMT|ART|AST|AST|AWDT|AWST|AZOST|AZT|BDT|BDT|BIOT|BRST|BRT|BST|BST|BST|BTT|CCT|CDT|CDT|CEDT|CEST|CET|CHADT|CHAST|CHOT|ChST|CHUT|CIST|CIT|CKT|CLST|CLT|COT|CST|CST|CST|CST|CST|CT|CVT|CWST|CXT|DAVT|DDUT|DFT|EASST|ECT|ECT|EDT|EEDT|EEST|EET|EGST|EGT|EIT|EST|EST|FET|FJT|FKST|FKST|FKT|FNT|GALT|GAMT|GFT|GILT|GIT|GMT|GST|GST|GYT|HADT|HAEC|HAST|HKT|HMT|HOVT|HST|IBST|ICT|IDT|IRDT|IRKT|IRST|IST|IST|IST|JST|KGT|KOST|KRAT|KST|LHST|LHST|LINT|MAGT|MART|MAWT|MDT|MET|MEST|MHT|MIST|MMT|MSK|MST|MST|MST|MUT|MVT|MYT|NCT|NDT|NFT|NPT|NST|NT|NUT|NZDT|NZST|OMST|ORAT|PDT|PETT|PGT|PHOT|PKT|PMDT|PMST|PONT|PST|PST|PYST|PYT|RET|ROTT|SAKT|SAMT|SAST|SBT|SCT|SGT|SLST|SRET|SRT|SST|SST|SYOT|TAHT|THA|TFT|TJT|TKT|TLT|TMT|TOT|TVT|ULAT|USZ1|UYST|UYT|UZT|VET|VLAT|VOLT|VOST|VUT|WAKT|WAST|WAT|WEDT|WEST|WET|WST|YAKT))\b) | 4pm
12:00
4 CET
17 UK Time
1200pm
12pm
14.00
15.00pm
33
4pm
4 pm
4:30pm
3/5/7
Mon
Tue
Next Tue | Big Time Regex? | 2016-06-23T20:04:55.000Z |
|
using
Post Content Find / Replace 2.0.1 addon in xenforo
to find/replace bbcode in posts after import of other forum software | \[url]https:\/\/(?:www\.)*+youtube\.com\/watch\?v=([\w\-]+)\[\/url\] | [url]https://www.youtube.com/watch?v=hXxQhbmjE7o[/url] | xforo regex youtube 1 | 2018-12-27T01:21:30.000Z |
\{\$\w+(?:\.\w+)+\} | {$variable.member}
awww{$variable..member...}awww
aww
{$variable}
{$variable.}
{$variable->member}
{$variable.member.}
| TE - Array | 2016-08-01T18:13:07.000Z |
|
^\s*(https?|ftp|mailto|tel|file):.*(?!\.(js|html))$ | http://www.foo.js
http://foo.com | prevent-sanitzation | 2015-06-10T17:03:49.000Z |
|
Selects and optionally replaces repetitive chapters, headers, and other sections with a dinkus. Does not select unique chapter titles.
Useful for quickly cleaning literary datasets for finetuning a model or module. Originally designed for use with NovelAI. | ^((Chapter|Section|\w{3}logue|Interlude|Number|Part|Act)? ?([0-9]*\.?|[\W]+|(Ten|Eleven|Twelve|\w{3,5}teen|((Twen|Thir|Four|Fif|Six|Seven|Eigh|Nine)ty)?( |\-)?(One|Two|Three|Four|Five|Six|Seven|Eight|Nine)?)))[^\n]? ?\W?\s*\n | PROLOGUE
I am not a historian by birth. I received no training in that field. What follows comes from an amateur at relating past events.
chapter 1 •
I was fifteen years old before I opened my eyes for the first time.
2.
The night and rain assaulted us with frigid air, and the flames rising up all around us seemed magical in its ability to defy both.
Number 3
Several more colonists ran by, looking for something to do or somewhere to go. The screams and shouts had turned to panting punctuated with occasional coughs.
Some Chapter Title That Should Be Left Alone
We were too late to help the command module. By the time we splashed through the rain to assist the small structure, we found it had already helped itself.
••••
When Kelvin and I reached the command module, we found Tarsi conferring with a couple by the door. Boy and girl, they were huddled together under the slight overhang of the entrance, their backs to the dark, mud-splashed steel.
Six
Just a few hours after my talk with Stevens, I found myself back in the place of my birth: the charred remains of the vat module.
77
As we crossed over the fallow fields and approached the dump, the klaxon fell silent. The end of its blaring brought little relief, however.
• 8 •
I watched the young man in the center chair, the one talking, and admired his poise. He seemed distraught yet in control.
Ninety-Three
The tight weave of branches and thick layer of leaves made for a relatively comfortable walk.
Epilogue:
That was quite the story, wasn't it folks? | Select Chapters and Bad Headers | 2021-08-23T20:17:30.000Z |
This regex is used to remove HTML tag on string | <\/?[a-z][a-z0-9]*[^<>]*>|<!--.*?--> | Remove HTML tags | 2014-10-01T08:36:54.000Z |
|
For Oracle DB, as it doesn't consider null != informed DATE, and considers null != null.
For the WHERE clause.
= 0 to get differences
= 1 to get "sameness"
| ,{0,1} \w+.(\w+), \w+.(\w+) | v1.VAC_ID, v2.VAC_ID
, v1.PAC_ID, v2.PAC_ID
, v1.ICL_CPI, v2.ICL_CPI
, v1.VAC_TVA, v2.VAC_TVA
, v1.TVA_SID, v2.TVA_SID
, v1.VAC_DAD, v2.VAC_DAD
, v1.VAC_DAD_A, v2.VAC_DAD_A
, v1.VAC_DAD_M, v2.VAC_DAD_M
, v1.VAC_DAD_H, v2.VAC_DAD_H
, v1.VAC_DOS, v2.VAC_DOS
, v1.VAC_CPV, v2.VAC_CPV
, v1.VAC_TAC, v2.VAC_TAC
, v1.VAC_OIN, v2.VAC_OIN
, v1.PRO_ID, v2.PRO_ID
, v1.RCV_ID, v2.RCV_ID
, v1.ID_HORA, v2.ID_HORA
, v1.COUNT, v2.COUNT
, v1.ASS_SEXE, v2.ASS_SEXE
, v1.ASS_DNA, v2.ASS_DNA
, v1.ASS_DNA_A, v2.ASS_DNA_A
, v1.EDAT, v2.EDAT
, v1.UPR_CUP, v2.UPR_CUP
, v1.UPR_CUP_T, v2.UPR_CUP_T
, v1.PAC_NIA, v2.PAC_NIA
, v1.ASS_CSA, v2.ASS_CSA
, v1.ICL_UP, v2.ICL_UP
, v1.ICL_BAC, v2.ICL_BAC
, v1.ICP_UP_ORIGINAL, v2.ICP_UP_ORIGINAL
, v1.VAC_DED, v2.VAC_DED
, v1.VAC_DED_TRUNC, v2.VAC_DED_TRUNC
, v1.ICL_BAD, v2.ICL_BAD
, v1.ICL_BAD_TRUNC, v2.ICL_BAD_TRUNC
, v1.COUNT_ACTIUS, v2.COUNT_ACTIUS
, v1.VAC_LOT, v2.VAC_LOT
, v1.VAC_VIA, v2.VAC_VIA
, v1.VAC_DCV, v2.VAC_DCV
, v1.VAC_LAD, v2.VAC_LAD
, v1.VAC_MNV, v2.VAC_MNV
, v1.VAC_GPE, v2.VAC_GPE
, v1.VAC_GPV, v2.VAC_GPV
, v1.VAC_MCO, v2.VAC_MCO
, v1.TSI_LOCALITAT, v2.TSI_LOCALITAT
, v1.TSI_CPOSTAL, v2.TSI_CPOSTAL
, v1.PAC_CIP, v2.PAC_CIP
, v1.VAC_DAD_TRUNC, v2.VAC_DAD_TRUNC | v1.colName, v2.colName ==> or decode( v1.colName, v2.colName, 1, 0) = 0 | 2021-04-07T14:44:51.000Z |
Subsets and Splits