kch123 analysis, copy-trade sim, monitoring, admin panel todos, nginx proxy
This commit is contained in:
17
projects/control-panel/data/todos.json
Normal file
17
projects/control-panel/data/todos.json
Normal file
@ -0,0 +1,17 @@
|
||||
[
|
||||
{
|
||||
"title": "Set up DNS for .case remote access",
|
||||
"description": "Configure DNS so feedhunter.case and admin.case resolve to 192.168.86.45 from all devices on the network.",
|
||||
"category": "dns",
|
||||
"priority": "medium",
|
||||
"status": "pending",
|
||||
"source": "Case",
|
||||
"created": "2026-02-08 10:06",
|
||||
"steps": [
|
||||
"Option A: Add entries to your router's DNS settings (if supported)",
|
||||
"Option B: Add to /etc/hosts on each device you want access from",
|
||||
"Option C: Set up a local DNS server (Pi-hole, dnsmasq, etc.)",
|
||||
"Entries needed: 192.168.86.45 feedhunter.case admin.case"
|
||||
]
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user