Skip to content

Commit

Permalink
Remove crypt() encryption for passwords
Browse files Browse the repository at this point in the history
This algorithm limits the password length to 8 characters
  • Loading branch information
gcb committed Nov 4, 2020
1 parent c140349 commit d1db4c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gen_squid.py
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ def add_ipv6(num_ips, unique_ip=1):
print("Run two command bellow to start proxies")
print("\n \n")
print(f"bash {base_path}/{sh_add_ip}")
print(f"/usr/local/squid/sbin/squid {squid_conf_file}")
print(f"/usr/local/squid/sbin/squid -f {squid_conf_file}")
print("\n \n")
print("Create %d proxies. Port start from %d with user: %s | password: %s" % (
number_ipv6, start_port, username, password))

0 comments on commit d1db4c8

Please sign in to comment.