Skip to content

Commit

Permalink
new cofig
Browse files Browse the repository at this point in the history
  • Loading branch information
sinspired committed Nov 14, 2024
1 parent 1e99c22 commit 82a54f2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
6 changes: 3 additions & 3 deletions configs/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Workers = 300
# Limit the maximum number of IPs scanned. No limit if it is less than or equal to 0.
ScannedLimit = 0
# Limit the maximum number of IPs found. No limit if it is less than or equal to 0.
FoundLimit = 10
FoundLimit = 1000

[Ping]
# avaivable values: icmp, tcp, udp
Expand All @@ -20,7 +20,7 @@ Count = 3
# Millisecond
Timeout = 500
# true: it's legal if it succeeds every time. false: it's legal if it has one succeeds
all = false
all = true

[HTTP]
# Standard HTTPS ports are 443 and 8443.
Expand All @@ -43,7 +43,7 @@ CustomIPRangesFile = "./data/custom_google_translate_ip_ranges.txt"
# Output the available IPs found
IPOutputFile = "./data/output_google_translate_ips.txt"
# # boolean that turns on/off scanning for IPv6. true or false.
WithIPv6 = false
WithIPv6 = true
# URL for testing HTTPS connection
HttpsURL = "https://translate.google.com"
# Domains for write into hosts file
Expand Down
5 changes: 5 additions & 0 deletions data/backup_custom_google_translate_ip_ranges.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
216.239.32.0/19
64.233.160.0/19
108.177.0.0/17
142.250.0.0/15
74.125.0.0/16

0 comments on commit 82a54f2

Please sign in to comment.