mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-06 09:29:22 +01:00
28 lines
789 B
Plaintext
28 lines
789 B
Plaintext
# This SSID is "private-home-sample", it comes from the filename
|
|
[Settings]
|
|
AutoConnect=true
|
|
# MAC address override. Takes priority over AlwaysRandomizeAddress
|
|
#AddressOverride=
|
|
# 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]
|
|
# If iwd main.conf has EnableNetworkConfiguration=true and we should have
|
|
# static network configuration
|
|
#Address=192.168.1.2
|
|
#Gateway=192.168.1.1
|
|
DNS=127.0.0.1 127.0.0.53
|
|
#DomainName=.
|
|
# In home network recognising the device may be a quality of life feature
|
|
#SendHostname=true
|
|
|
|
[IPv6]
|
|
Enabled=true
|
|
DNS=::1
|
|
DomainName=.
|