mirror of
https://github.com/itdoginfo/allow-domains.git
synced 2025-04-12 16:59:08 +00:00
Fixes
This commit is contained in:
parent
cb359ccbb3
commit
65fab2c74f
2 changed files with 1 additions and 3 deletions
|
@ -2,8 +2,6 @@ FROM ghcr.io/sagernet/sing-box:v1.10.7 AS sing-box
|
|||
|
||||
FROM golang:1.22.12-alpine3.21 AS go-builder
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
RUN CGO_ENABLED=0 GOOS=linux go install -ldflags="-s -w" \
|
||||
github.com/v2fly/domain-list-community@20250207120917
|
||||
|
||||
|
|
|
@ -340,7 +340,7 @@ def generate_dat_domains(data_path='geosite_data', output_name='geosite.dat', ou
|
|||
)
|
||||
print(f"Compiled .dat file: {output_directory}/{output_name}")
|
||||
except subprocess.CalledProcessError as e:
|
||||
print(f"Compile error geosite.dat: {e}")
|
||||
print(f"Compile error {data_path}: {e}")
|
||||
|
||||
if __name__ == '__main__':
|
||||
# Russia inside
|
||||
|
|
Loading…
Add table
Reference in a new issue