mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-06 01:19:23 +01:00
20 lines
475 B
Plaintext
20 lines
475 B
Plaintext
# This SSID is "private-cafe-sample", it comes from the filename
|
|
[Settings]
|
|
#AlwaysRandomizeAddress=true
|
|
# Disables TKIP and connections without Management Frame Protection
|
|
TransitionDisable=true
|
|
# Disables WPA2-{Personal,Enterprise} and requires WiFi Enhanced Open (OWE)
|
|
DisabledTransitionModes=personal,enterprise,open
|
|
|
|
[Security]
|
|
Passphrase=MySuperSecretPassphraseThatDoesNotReadHere
|
|
|
|
[IPv4]
|
|
DNS=127.0.0.1 127.0.0.53
|
|
DomainName=.
|
|
|
|
[IPv6]
|
|
Enabled=true
|
|
DNS=::1
|
|
DomainName=.
|