You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enhance DNS server configuration with customizable listen addresses
- Update README to reflect new configurable listen addresses for tsdnsproxy
- Modify main.go to introduce a flag for specifying listen addresses
- Implement logic in server.go to handle multiple listen addresses, including Tailscale and LAN options
- Update Kubernetes deployment to support new listen address configuration
Copy file name to clipboardExpand all lines: README.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ A DNS proxy server for Tailscale networks that enables per-identity DNS routing,
13
13
14
14
## How It Works
15
15
16
-
tsdnsproxy runs as a tsnet application on your tailnet, listening on UDP port 53. When it receives DNS requests:
16
+
tsdnsproxy runs as a tsnet application on your tailnet, listening on configurable addresses (default: Tailscale IP port 53). When it receives DNS requests:
17
17
18
18
1. Identifies the requesting node using LocalAPI whois
19
19
2. Retrieves DNS grants from the node's capabilities
0 commit comments