-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
revert: revert PR 2516 #2521
revert: revert PR 2516 #2521
Conversation
"/ip4/127.0.0.1/tcp/8080".parse().unwrap(), | ||
"/ip4/192.168.1.1/tcp/8081".parse().unwrap(), | ||
]; | ||
builder.peers_args.first = true; | ||
builder.peers_args.local = true; | ||
builder.peers_args.network_contacts_url = vec!["http://localhost:8080".parse().unwrap()]; |
Check notice
Code scanning / devskim
Accessing localhost could indicate debug code, or could hinder scaling. Note
"--local", | ||
"--peer", | ||
"/ip4/127.0.0.1/tcp/8080,/ip4/192.168.1.1/tcp/8081", |
Check notice
Code scanning / devskim
Accessing localhost could indicate debug code, or could hinder scaling. Note
"--peer", | ||
"/ip4/127.0.0.1/tcp/8080,/ip4/192.168.1.1/tcp/8081", | ||
"--network-contacts-url", | ||
"http://localhost:8080", |
Check notice
Code scanning / devskim
Accessing localhost could indicate debug code, or could hinder scaling. Note
No description provided.