Skip to content

Commit

Permalink
Allow symbolicli to connect to reserved IPs (#1165)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsondergaard committed Apr 26, 2023
1 parent af68263 commit a2680ed
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## Unreleased

### Features

### Fixes

- Allow symbolicli to connect to reserved IPs ([#1165](https://github.com/getsentry/symbolicator/pull/1165))

## 23.4.0

### Features
Expand Down
1 change: 1 addition & 0 deletions crates/symbolicli/src/settings.rs
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,7 @@ impl Settings {
Config {
sources: Arc::from(sources),
cache_dir,
connect_to_reserved_ips: true,
..Default::default()
}
};
Expand Down

0 comments on commit a2680ed

Please sign in to comment.