Skip to content
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

Merged
merged 7 commits into from
Dec 12, 2024
Merged

revert: revert PR 2516 #2521

merged 7 commits into from
Dec 12, 2024

Conversation

RolandSherwin
Copy link
Member

No description provided.

"/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

Do not leave debug code in production
"--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

Do not leave debug code in production
"--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

Do not leave debug code in production
@jacderida jacderida merged commit 76a0389 into maidsafe:main Dec 12, 2024
25 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants