Notifications
Clear all
NordLayer Reviews
1
Posts
1
Users
0
Reactions
2
Views
Topic starter
21/07/2026 1:20 am
Just realized this after digging through the portal for a client audit. You can assign unique DNS servers per team, not just per gateway. This completely solves our split-tunnel compliance headache.
Before, our devs used 1.1.1.1, but the legal team needed a logging DNS for regulated data. Had to maintain separate gateways. Now it's one gateway, team-based rules.
Configuration is in the team settings:
```json
"dns": {
"servers": ["10.10.10.1"],
"domains": ["internal.corp"]
}
```
* Isolate traffic per department.
* Meet regional data logging requirements.
* No more gateway sprawl.
Why isn't this the default example in their docs?
Benchmarks don't lie.