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

make fallback domain configurable #39

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

grische
Copy link

@grische grische commented Jan 3, 2024

No description provided.

@@ -73,6 +73,7 @@ def from_dict(cls, cfg: Dict[str, str]) -> "Config":
unicast_port=cfg["unicast_port"],
interface=cfg["interface"],
verbose=cfg["verbose"],
fallback_domain=cfg.get("fallback_domain", None),
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe change None to unifi_respondd_fallback

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@T0biii updated

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are you sure about unifi_respondd_fallback? Currently, it's ffmuc_unifi_respondd_fallback .

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

as omada and the uisp_respondd uses also only x_respondd_fallback i think it would be the best
anyone can ajust it as they want :)

@grische grische force-pushed the feature/fallback-domain-configurable branch from 69748ea to 757e4a2 Compare May 23, 2024 17:54
Copy link
Member

@T0biii T0biii left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

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.

None yet

2 participants