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
|
# This SSID is "private-cafe-sample", it comes from the filename
|
||||||
[Settings]
|
[Settings]
|
||||||
#AlwaysRandomizeAddress=true
|
#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]
|
[Security]
|
||||||
Passphrase=MySuperSecretPassphraseThatDoesNotReadHere
|
Passphrase=MySuperSecretPassphraseThatDoesNotReadHere
|
||||||
|
|
||||||
|
[IPv4]
|
||||||
|
DNS=127.0.0.1
|
||||||
|
DomainName=.
|
||||||
|
|
||||||
[IPv6]
|
[IPv6]
|
||||||
Enabled=true
|
Enabled=true
|
||||||
|
DNS=::1
|
||||||
|
DomainName=.
|
||||||
|
@ -3,13 +3,25 @@
|
|||||||
AutoConnect=true
|
AutoConnect=true
|
||||||
# MAC address override. Takes priority over AlwaysRandomizeAddress
|
# MAC address override. Takes priority over AlwaysRandomizeAddress
|
||||||
#AddressOverride=
|
#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]
|
[Security]
|
||||||
Passphrase=MySuperSecretPassphraseThatDoesNotReadHere
|
Passphrase=MySuperSecretPassphraseThatDoesNotReadHere
|
||||||
|
|
||||||
[IPv4]
|
[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
|
# In home network recognising the device may be a quality of life feature
|
||||||
SendHostname=true
|
#SendHostname=true
|
||||||
|
|
||||||
[IPv6]
|
[IPv6]
|
||||||
Enabled=true
|
Enabled=true
|
||||||
|
DNS=::1
|
||||||
|
DomainName=.
|
||||||
|
Loading…
Reference in New Issue
Block a user