new sim connection settings (#30457)
* new sim connection settings * fix att conflict * sim id * clenaup --------- Co-authored-by: Comma Device <device@comma.ai>pull/30461/head
parent
cc32a6bf9f
commit
e323191299
2 changed files with 42 additions and 1 deletions
@ -0,0 +1,28 @@ |
|||||||
|
[connection] |
||||||
|
id=esim |
||||||
|
uuid=fff6553c-3284-4707-a6b1-acc021caaafb |
||||||
|
type=gsm |
||||||
|
permissions= |
||||||
|
autoconnect=true |
||||||
|
autoconnect-retries=100 |
||||||
|
|
||||||
|
[gsm] |
||||||
|
apn= |
||||||
|
home-only=false |
||||||
|
auto-config=true |
||||||
|
sim-id= |
||||||
|
|
||||||
|
[ipv4] |
||||||
|
route-metric=1000 |
||||||
|
dns-priority=1000 |
||||||
|
dns-search= |
||||||
|
method=auto |
||||||
|
|
||||||
|
[ipv6] |
||||||
|
ddr-gen-mode=stable-privacy |
||||||
|
dns-search= |
||||||
|
route-metric=1000 |
||||||
|
dns-priority=1000 |
||||||
|
method=auto |
||||||
|
|
||||||
|
[proxy] |
Loading…
Reference in new issue