mirror of
https://github.com/craigerl/aprsd.git
synced 2026-06-02 22:24:42 -04:00
changed admin web_ip to StrOpt
The option was an IPOpt, which prevented the user from setting the ip to a hostname
This commit is contained in:
@@ -142,7 +142,7 @@ admin_opts = [
|
||||
default=False,
|
||||
help="Enable the Admin Web Interface",
|
||||
),
|
||||
cfg.IPOpt(
|
||||
cfg.StrOpt(
|
||||
"web_ip",
|
||||
default="0.0.0.0",
|
||||
help="The ip address to listen on",
|
||||
@@ -187,7 +187,7 @@ enabled_plugins_opts = [
|
||||
]
|
||||
|
||||
webchat_opts = [
|
||||
cfg.IPOpt(
|
||||
cfg.StrOpt(
|
||||
"web_ip",
|
||||
default="0.0.0.0",
|
||||
help="The ip address to listen on",
|
||||
|
||||
Reference in New Issue
Block a user