docs: remove "os" from upstream type valid values

It is an "magic" internal thing, should not be documented as its just
confusing.

See: https://docs.controld.com/discuss/663aac4f8c775a0011e6b418
This commit is contained in:
Cuong Manh Le
2024-05-08 14:00:52 +07:00
committed by Cuong Manh Le
parent fbb879edf9
commit 9a34df61bb

View File

@@ -336,7 +336,7 @@ The protocol that `ctrld` will use to send DNS requests to upstream.
- Type: string
- Required: yes
- Valid values: `doh`, `doh3`, `dot`, `doq`, `legacy`, `os`
- Valid values: `doh`, `doh3`, `dot`, `doq`, `legacy`
### ip_stack
Specifying what kind of ip stack that `ctrld` will use to connect to upstream.