mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-10 02:29:22 +01:00
iwd/private-{cafe,home}-sample: hardening
This commit is contained in:
parent
929a827413
commit
882c162fc5
@ -1,9 +1,19 @@
|
||||
# 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
|
||||
DomainName=.
|
||||
|
||||
[IPv6]
|
||||
Enabled=true
|
||||
DNS=::1
|
||||
DomainName=.
|
||||
|
@ -3,13 +3,25 @@
|
||||
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
|
||||
#DomainName=.
|
||||
# In home network recognising the device may be a quality of life feature
|
||||
SendHostname=true
|
||||
#SendHostname=true
|
||||
|
||||
[IPv6]
|
||||
Enabled=true
|
||||
DNS=::1
|
||||
DomainName=.
|
||||
|
Loading…
Reference in New Issue
Block a user