MyNixOS website logo
option

services.geth.<name>.authrpc.vhosts

List of virtual hostnames from which to accept requests.

Declarations
Type
null or (list of string)
Default
[
  "localhost"
]
Example
[
  "localhost"
  "geth.example.org"
]