Skip to content

Commit

Permalink
move fallbackdomain
Browse files Browse the repository at this point in the history
  • Loading branch information
T0biii committed May 20, 2024
1 parent 3b4fc76 commit 0a42154
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion omada_respondd/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,12 @@ class Config:
unicast_address: str
unicast_port: int
interface: str
fallback_domain: str
verbose: bool = False
multicast_enabled: bool = True

ssl_verify: bool = True
fallback_domain: str


@classmethod
def from_dict(cls, cfg: Dict[str, str]) -> "Config":
Expand Down

0 comments on commit 0a42154

Please sign in to comment.