Skip to content

Commit

Permalink
do not use ipv4 for host binding, use hostname
Browse files Browse the repository at this point in the history
  • Loading branch information
haliphax committed Mar 7, 2023
1 parent 86e2b42 commit ce2bd1e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions data/config.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
"default": 0
},
"host": {
"type": "string"
"type": "string",
"format": "hostname"
},
"port": {
"type": "integer",
Expand Down Expand Up @@ -49,7 +50,7 @@
"properties": {
"host": {
"type": "string",
"format": "ipv4"
"format": "hostname"
},
"host_keys": {
"type": "array",
Expand Down Expand Up @@ -117,7 +118,7 @@
"properties": {
"host": {
"type": "string",
"format": "ipv4"
"format": "hostname"
},
"port": {
"type": "integer",
Expand Down

0 comments on commit ce2bd1e

Please sign in to comment.