Compare commits

...

2 commits

Author SHA1 Message Date
76acf2f22d [ip check] fix wg 2026-01-05 21:01:25 +01:00
13a0a4c843 [docker-compose] arch bump 2026-01-05 20:56:17 +01:00
2 changed files with 2 additions and 0 deletions

View file

@ -7,3 +7,4 @@ services:
dockerfile: Dockerfile
env_file:
- .env
platform: "linux/amd64"

View file

@ -43,6 +43,7 @@ func RunCheck(config *Config) {
}()
if !config.CheckIp {
wg.Done()
continue
}