We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0a5142 commit 23035a7Copy full SHA for 23035a7
2 files changed
backend/cmd/config.go
@@ -15,8 +15,7 @@ type Adj struct {
15
}
16
17
type Network struct {
18
- Manual bool `toml:"manual"`
19
- DevMode bool `toml:"dev_mode"`
+ Manual bool `toml:"manual"`
20
21
22
type Transport struct {
backend/cmd/dev-config.toml
@@ -24,7 +24,6 @@ test = true # Enable test mode
24
# Network Configuration
25
[network]
26
manual = false # Manual network device selection
27
-dev_mode = true # IMPORTANT: Dev mode enabled - uses UDP server instead of packet sniffer
28
29
# Transport Configuration
30
[transport]
0 commit comments