Simplify conf
This commit is contained in:
parent
1ff1c1443d
commit
399d238ffb
1 changed files with 6 additions and 18 deletions
24
README.md
24
README.md
|
@ -211,26 +211,8 @@ verbose call end reason (3,2001): [cm] no-service
|
|||
|
||||
1. Set a password
|
||||
2. Set a name: `parangon`
|
||||
3. Set DNS to Quad9 unsecured
|
||||
4. Set IP range: `192.168.0.254/24`
|
||||
|
||||
*Quad9 unsecured:*
|
||||
|
||||
IPv4
|
||||
- 9.9.9.10
|
||||
- 149.112.112.10
|
||||
|
||||
IPv6
|
||||
- 2620:fe::10
|
||||
- 2620:fe::fe:10
|
||||
|
||||
HTTPS
|
||||
- https://dns10.quad9.net/dns-query
|
||||
|
||||
TLS
|
||||
- tls://dns10.quad9.net
|
||||
|
||||
|
||||
### ModemManager
|
||||
|
||||
We append the following to ModemManager:
|
||||
|
@ -241,6 +223,12 @@ config interface 'broadband'
|
|||
option proto 'modemmanager'
|
||||
option apn 'free'
|
||||
option iptype 'ipv4v6'
|
||||
option auth 'none'
|
||||
option peerdns '0'
|
||||
list dns '9.9.9.10'
|
||||
list dns '149.112.112.10'
|
||||
list dns '2620:fe::10'
|
||||
list dns '2620:fe::fe:10'
|
||||
```
|
||||
|
||||
Then we can start the interface with:
|
||||
|
|
Loading…
Add table
Reference in a new issue