mirror of
https://github.com/moghtech/komodo.git
synced 2026-03-09 07:13:36 -05:00
[PR #405] [MERGED] Make listener address configurable & Add support for IPv6 #734
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/moghtech/komodo/pull/405
Author: @vosdev
Created: 4/11/2025
Status: ✅ Merged
Merged: 4/14/2025
Merged by: @mbecker20
Base:
1.17.1← Head:add-ipv6-support📝 Commits (3)
a7c1ae9Make listener address configurablee87fe5aMake listener address configurable for peripheryce2e257rename listener_address -> bind_ip📊 Changes
8 files changed (+47 additions, -5 deletions)
View changed files
📝
bin/core/src/config.rs(+1 -0)📝
bin/core/src/main.rs(+3 -2)📝
bin/periphery/src/config.rs(+1 -0)📝
bin/periphery/src/main.rs(+5 -3)📝
client/core/rs/src/entities/config/core.rs(+12 -0)📝
client/core/rs/src/entities/config/periphery.rs(+13 -0)📝
config/core.config.toml(+6 -0)📝
config/periphery.config.toml(+6 -0)📄 Description
This PR makes the listener address configurable for both Core and Periphery through the following env vars:
CORE_LISTENER_ADDRESSPERIPHERY_LISTENER_ADDRESSBut the main purpose of this PR is to add support for IPv6.
Before:
After:
Fixes https://github.com/moghtech/komodo/issues/313
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.