Skip to content

Commit

Permalink
readme updated
Browse files Browse the repository at this point in the history
  • Loading branch information
thewhiteh4t committed May 19, 2024
1 parent fd6c220 commit 37d5d85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,8 @@ Default config file is available at `~/.config/finalrecon/config.json`
```json
{
"common": {
"timeout": 30
"timeout": 30,
"dns_servers": "8.8.8.8, 8.8.4.4, 1.1.1.1, 1.0.0.1"
},
"ssl_cert": {
"ssl_port": 443
Expand All @@ -141,7 +142,6 @@ Default config file is available at `~/.config/finalrecon/config.json`
"threads": 50,
"redirect": false,
"verify_ssl": false,
"dns_server": "8.8.8.8, 8.8.4.4, 1.1.1.1, 1.0.0.1",
"extension": ""
},
"export": {
Expand Down

0 comments on commit 37d5d85

Please sign in to comment.