This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"name":"Metaverse", | |
"redirect":"138.113.167.18", | |
"blacklist":[ | |
"138.113.167.17/32", | |
"138.113.167.111/32", | |
"138.113.27.176/32", | |
"138.113.29.75/32", | |
"157.185.128.63/32", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
alias=138.113.167.17,138.113.167.18,255.255.255.255 | |
alias=138.113.27.176,138.113.167.18,255.255.255.255 | |
alias=138.113.29.75,138.113.167.18,255.255.255.255 | |
alias=157.185.128.63,138.113.167.18,255.255.255.255 | |
alias=157.185.128.66,138.113.167.18,255.255.255.255 | |
alias=157.185.129.108,138.113.167.18,255.255.255.255 | |
alias=163.171.128.86,138.113.167.18,255.255.255.255 | |
alias=163.171.128.220,138.113.167.18,255.255.255.255 | |
alias=163.171.132.100,138.113.167.18,255.255.255.255 | |
alias=163.171.132.133,138.113.167.18,255.255.255.255 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"name":"Metaverse", | |
"redirect":"138.113.167.18", | |
"blacklist":[ | |
"138.113.167.17/32", | |
"138.113.27.176/32", | |
"138.113.29.75/32", | |
"157.185.128.63/32", | |
"157.185.128.66/32", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Param( | |
[parameter(Mandatory = $true)] | |
[string] | |
$vCenter, | |
[parameter(Mandatory = $true)] | |
[string] | |
$TargetCluster, | |
[parameter(Mandatory = $true)] | |
[string] | |
$User, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
####################################################################################### | |
# | |
# vCenter Backup - vcsa_backup.sh | |
# Create a Backup of the vCenter Server Appliance | |
# 1.0 - [21/11/2023] danielchc | |
# | |
####################################################################################### | |
function echo_log () { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Quitar Limite El Pais | |
// @namespace http://tampermonkey.net/ | |
// @version 0.2 | |
// @description Quitar límite articulos ElPais | |
// @author danielchc | |
// @match https://elpais.com/* | |
// @grant none | |
// ==/UserScript== |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
0.0.0.0 a.stat.xiaomi.com | |
0.0.0.0 abtest.mistat.intl.xiaomi.com | |
0.0.0.0 abtest.mistat.xiaomi.com | |
0.0.0.0 ad.mi.com | |
0.0.0.0 ad.xiaomi.com | |
0.0.0.0 ad1.xiaomi.com | |
0.0.0.0 adv.sec.miui.com | |
0.0.0.0 api.account.xiaomi.com | |
0.0.0.0 api.ad.xiaomi.com | |
0.0.0.0 api.admob.xiaomi.com |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
for /f "skip=4 usebackq tokens=2" %%a in (`nslookup myip.opendns.com resolver1.opendns.com`) do echo %%a |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@echo off | |
set dnsservers=1.1.1.1 1.0.0.1 9.9.9.9 149.112.112.112 8.8.8.8 8.8.4.4 208.67.222.222 208.67.220.220 91.239.100.100 89.233.43.71 | |
(for %%a in (%dnsservers%) do ( | |
ping -n 1 %%a |findstr "TTL=" | |
)) | |
pause |
NewerOlder