From 17ef5da5bb64811f5e31e82b9e6dd95d302bde2a Mon Sep 17 00:00:00 2001 From: Tsanie Date: Fri, 15 Dec 2023 11:20:58 +0800 Subject: [PATCH] add a game domain --- data/_games | 5 +++++ make.cmd | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/data/_games b/data/_games index 90f56ec3..9f05fd92 100644 --- a/data/_games +++ b/data/_games @@ -44,3 +44,8 @@ full:prd-info-umamusume.akamaized.net # arcaea full:static-lb.lowiro.com + +# Other +#full:b2-jp-prd-cdn.playrr.me +full:b2-jp-prd-game.playrr.me +full:b2-jp-prd-pf.playrr.me diff --git a/make.cmd b/make.cmd index 900fa308..7bc3e708 100644 --- a/make.cmd +++ b/make.cmd @@ -2,7 +2,7 @@ %USERPROFILE%\AppData\Roaming\Tsanie\Path\domain-list-community.exe --outputname=c.dat rem --exportlists=category-ads-all,tld-cn,cn,tld-!cn,geolocation-!cn,apple,icloud -copy c.dat %USERPROFILE%\AppData\Roaming\Tsanie\Programs\v2rayN\bin\ +rem copy c.dat %USERPROFILE%\AppData\Roaming\Tsanie\Programs\v2rayN\bin\ scp -P 22034 c.dat root@router.tsanie.org:/usr/share/xray/c.dat echo "/root/restart" | ssh -p 22034 root@router.tsanie.org pause \ No newline at end of file