http

  • http.allow Only accept clients from the comma separated IP list
  • http.bind Server address Default is localhost
  • http.browser Command to open HTTP URLs Default is open
  • http.cors Enable CORS Default is false
  • http.dietime Kill server after N seconds with no client Default is 0
  • http.dirlist Enable directory listing Default is false
  • http.homeroot http home root directory Default is ~/.config/radare2/www
  • http.log Show HTTP requests processed Default is true
  • http.logfile Specify a log file instead of stderr for http requests
  • http.maxport Last HTTP server port Default is 9999
  • http.maxsize Maximum file size for upload Default is 0
  • http.port HTTP server port Default is 9090
  • http.referer CSFR protection if set
  • http.root http root directory Default is [/some/dir]
  • http.sandbox Sandbox the HTTP server Default is true
  • http.timeout Disconnect clients after N seconds of inactivity Default is 3
  • http.ui Default webui (enyo, m, p, t) Default is m
  • http.upget /up/ answers GET requests, in addition to POST Default is false
  • http.upload Enable file uploads to /up/ Default is false
  • http.uproot Path where files are uploaded Default is /var/folders/0p/cg2hs8993252s07qwc1816s00000gn/T/
  • http.uri Address of HTTP proxy
  • http.verbose Output server logs to stdout Default is true