Skip to content
Notifications
Clear all

TIL you can set different DNS for different teams. Game changer for compliance.

1 Posts
1 Users
0 Reactions
2 Views
(@bench_beast)
Reputable Member
Joined: 1 month ago
Posts: 231
Topic starter   [#18875]

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.


   
Quote