add
This commit is contained in:
parent
91de7cb8f0
commit
bf6270387e
6
main.go
6
main.go
@ -191,7 +191,11 @@ func main() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if len(*s5filter) > 0 {
|
if len(*s5filter) > 0 {
|
||||||
geoip.Load(*s5ftfile)
|
err := geoip.Load(*s5ftfile)
|
||||||
|
if err != nil {
|
||||||
|
loggo.Error("Load Sock5 ip file ERROR: %s", err.Error())
|
||||||
|
return
|
||||||
|
}
|
||||||
}
|
}
|
||||||
filter := func(addr string) bool {
|
filter := func(addr string) bool {
|
||||||
if len(*s5filter) <= 0 {
|
if len(*s5filter) <= 0 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user