2023-01-27 10:51:51 +02:00
|
|
|
# This SSID is "private-cafe-sample", it comes from the filename
|
2023-01-06 15:11:59 +02:00
|
|
|
[Settings]
|
2023-03-02 12:04:59 +02:00
|
|
|
#AlwaysRandomizeAddress=true
|
2024-07-22 22:49:34 +03:00
|
|
|
# Disables TKIP and connections without Management Frame Protection
|
|
|
|
TransitionDisable=true
|
|
|
|
# Disables WPA2-{Personal,Enterprise} and requires WiFi Enhanced Open (OWE)
|
|
|
|
DisabledTransitionModes=personal,enterprise,open
|
2023-01-06 15:11:59 +02:00
|
|
|
|
|
|
|
[Security]
|
|
|
|
Passphrase=MySuperSecretPassphraseThatDoesNotReadHere
|
2023-01-27 10:51:51 +02:00
|
|
|
|
2024-07-22 22:49:34 +03:00
|
|
|
[IPv4]
|
2024-07-22 22:56:34 +03:00
|
|
|
DNS=127.0.0.1 127.0.0.53
|
2024-07-22 22:49:34 +03:00
|
|
|
DomainName=.
|
|
|
|
|
2023-01-27 10:51:51 +02:00
|
|
|
[IPv6]
|
|
|
|
Enabled=true
|
2024-07-22 22:49:34 +03:00
|
|
|
DNS=::1
|
|
|
|
DomainName=.
|