sing-box srs support

This commit is contained in:
runetfreedom
2024-10-15 01:55:14 +03:00
parent 7f272a13f8
commit 2ba91a8525

View File

@@ -47,7 +47,8 @@ jobs:
go build -C geodat2srs ./ go build -C geodat2srs ./
./geodat2srs/geodat2srs geoip -i ./publish/geoip.dat -o ./tmp/sing-box/rule-set-geoip/ ./geodat2srs/geodat2srs geoip -i ./publish/geoip.dat -o ./tmp/sing-box/rule-set-geoip/
./geodat2srs/geodat2srs geosite -i ./publish/geosite.dat -o ./tmp/sing-box/rule-set-geosite/ ./geodat2srs/geodat2srs geosite -i ./publish/geosite.dat -o ./tmp/sing-box/rule-set-geosite/
zip -r ./publish/sing-box.zip ./tmp/sing-box cd ./tmp/sing-box || exit 1
zip -r ../../publish/sing-box.zip *
- name: Release and upload assets - name: Release and upload assets
uses: svenstaro/upload-release-action@v2 uses: svenstaro/upload-release-action@v2