add custom

This commit is contained in:
Tsanie Lily 2023-03-31 11:41:15 +08:00
parent efe64a5c6e
commit b045ac446c
8 changed files with 219 additions and 0 deletions

1
.gitignore vendored

@ -5,6 +5,7 @@
# Generated dat file.
dlc.dat
geosite.dat
# Exported plaintext lists.
/*.txt

8
data/_acg Normal file

@ -0,0 +1,8 @@
include:cygames
include:nintendo
include:playstation
include:ubisoft
dmhy.org
bangumi.moe
steamdb.info

11
data/_direct Normal file

@ -0,0 +1,11 @@
include:cn
include:aws-cn
include:cloudflare-cn
include:jsdelivr
tsanie.us
tsanie.org
full:bbs.vcb-s.com
full:dl.google.com
full:screenconnect.foresightintelligence.com

10
data/_dsm Normal file

@ -0,0 +1,10 @@
include:tmdb
include:tvdb
embydata.com
fanart.tv
jellyfin.org
libreelec.tv
full:curl.haxx.se
full:img.omdbapi.com

46
data/_games Normal file

@ -0,0 +1,46 @@
include:dmm
include:steam
# gjabd GameSanguo
c4games.com
mxhzw.com
com4loves.com
ttagj.com
log.vipsds.com
komoejoy.com
# nikke
nikke-jp.com
nikke-en.com
iegcom.com
appsflyersdk.com
appsflyer.com
# onemt.and.shoujokaisen
onemt.co
onemt.com
onemtservers.com
full:sdkcommon.menaapp.net
full:sgversion.menaapp.net
full:shaccount.menaapp.net
full:apiuc.menaapp.net
full:api.push.menaapp.net
full:sdklog.menaapp.net
full:log-sg.bytesdk.com
full:h5static.onemtservers.com
# magicami
magicami.jp
# dmm
jewepri.com
urbanairship.com
# umamusume
full:s.go-mpulse.net
full:app.adjust.net.in
full:prd-storage-umamusume.akamaized.net
full:prd-info-umamusume.akamaized.net
# arcaea
full:static-lb.lowiro.com

128
data/_proxy Normal file

@ -0,0 +1,128 @@
include:_acg
include:_dsm
include:_games
include:amazon
include:archive
include:category-android-app-download
include:category-dev
include:category-entertainment
include:category-forums
include:category-porn
include:category-social-media-!cn
include:cloudflare
include:discord
include:disqus
include:docker
include:dropbox
include:google
include:gravatar
include:hcaptcha
include:imgur
include:letsencrypt
include:mega
include:naver
include:nyaa
include:sourceforge
include:unity
include:vultr
include:wikimedia
include:wordpress
# ccTLD
jp # Japan
# maven
full:dl.bintary.com
full:jcenter.bintray.com
full:repository.jboss.org
full:repo.jfrog.org
full:repo1.maven.org
full:oss.sonatype.org
# checkra1n & cydia
checkra.in
full:d.meet
full:t.meet
full:cydia.saurik.com
full:apt.bingner.com
full:apt.thebigboss.org
full:repo.chariz.com
full:repo.dynastic.co
full:apt.modmyi.com
full:repo.packix.com
full:cydia.ppsspp.org
full:cydia.zodttd.com
# lineageos
lineageos.org
ftp.acc.umu.se
full:mirrors.dotsrc.org
full:mirror.math.princeton.edu
# appveyor
appveyor.com
full:appveyorcidatav2.blob.core.windows.net
# microsoft
# full:login.windows.net
# full:login.microsoftonline.com
# full:dotnetcli.azureedge.net
# appcenter.ms
# regexp:^appcenter-filemanagement-distrib.+\.azureedge\.net$
# linuxserver
linuxserver.io
# custom
7-zip.org
androidfilehost.com
civitai.com
codecguide.com
colorfulpalette.org
eagate.kiwi.jp
eagate.573.jp
fonticons.com
freechatgpt.lol
freegpt.one
getgo.com
getuploader.com
gfxbench.com
gitter.im
gotomeeting.com
gradio.app
gyan.dev
huggingface.co
icloudnative.io
jsfiddle.net
jshell.net
kerryexpress.com
kerrylogistics.com
mediaarea.net
megui.tmebi.de
megui.org
nerdfonts.com
nomachine.com
opengapps.org
openvpn.net
programmingfonts.org
qy0.ru
realtek.com
rg-adguard.net
sqlitebrowser.org
synology.com
tampermonkey.net
tenso.com
tinymediamanager.org
tonymacx86.com
top100.ru
tortoisegit.org
userstyles.org
whatismyipaddress.com
zerossl.com
zerotier.com
full:blogs.windows.com
full:collector1.kishonti.net
full:pkgs.tailscale.com
full:zerotier.activehosted.com

9
data/_work Normal file

@ -0,0 +1,9 @@
include:esri
include:stripe
foresightintelligence.com
onedesk.com
pacwestmachinery.com
wunderground.com
full:export.dhtmlx.com

6
make.cmd Normal file

@ -0,0 +1,6 @@
@echo off
%USERPROFILE%\AppData\Roaming\Tsanie\Path\domain-list-community.exe --outputname=geosite.dat
scp -P 22034 geosite.dat root@router.tsanie.org:/usr/bin/geosite.dat
echo "/root/restart" | ssh -p 22034 root@router.tsanie.org
pause