mirror of
https://github.com/craigerl/aprsd.git
synced 2025-04-05 19:18:31 -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:
parent
db2fbce079
commit
6845d266f2
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user