Merge branch 'master' of https://github.com/v2ray/domain-list-community
This commit is contained in:
commit
a692e43048
41
.github/workflows/build.yml
vendored
Normal file
41
.github/workflows/build.yml
vendored
Normal file
@ -0,0 +1,41 @@
|
||||
name: Build geosite.dat
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
|
||||
jobs:
|
||||
build:
|
||||
name: Build
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: Setup Go 1.13
|
||||
uses: actions/setup-go@v1
|
||||
with:
|
||||
go-version: 1.13
|
||||
id: go
|
||||
|
||||
- name: Set $GOPATH and more variables
|
||||
run: |
|
||||
echo "::set-env name=NAME::$(date +%Y%m%d%H%M)"
|
||||
echo "::set-env name=TAG_NAME::$(date +%Y%m%d%H%M)"
|
||||
echo "::set-env name=GOPATH::$(dirname $GITHUB_WORKSPACE)"
|
||||
echo "::add-path::$(dirname $GITHUB_WORKSPACE)/bin"
|
||||
shell: bash
|
||||
|
||||
- name: Get geosite code
|
||||
run: |
|
||||
go get -u -v -insecure github.com/v2ray/domain-list-community
|
||||
|
||||
- name: Build geosite.dat file
|
||||
run: |
|
||||
domain-list-community
|
||||
mkdir -p ./publish
|
||||
mv ./dlc.dat ./publish/dlc.dat
|
||||
|
||||
- name: Release file
|
||||
uses: Ricky-Hao/action-release@master
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
ASSET_PATH: publish
|
@ -167,6 +167,7 @@ diopic.net
|
||||
docin.com
|
||||
dockerone.com
|
||||
dockone.io
|
||||
dogedoge.com
|
||||
donews.com
|
||||
douban.com
|
||||
douban.fm
|
||||
|
22
data/porn
Normal file
22
data/porn
Normal file
@ -0,0 +1,22 @@
|
||||
include:caoliu
|
||||
include:chaturbate
|
||||
include:eporner
|
||||
include:hegre
|
||||
include:hqporner
|
||||
include:javbus
|
||||
include:javhd
|
||||
include:kindgirls
|
||||
include:netflav
|
||||
include:pigav
|
||||
include:pornhd
|
||||
include:pornhub
|
||||
include:redtube
|
||||
include:theporndude
|
||||
include:tube8
|
||||
include:xart
|
||||
include:xhamster
|
||||
include:xnxx
|
||||
include:xvideos
|
||||
include:youporn
|
||||
include:91porn
|
||||
include:beeg
|
Loading…
x
Reference in New Issue
Block a user