daily autocommit
This commit is contained in:
+1
-1
@@ -744,7 +744,7 @@ maybe chmod 0755 'wpa_supplicant'
|
||||
maybe chmod 0755 'wpa_supplicant/action_wpa.sh'
|
||||
maybe chmod 0644 'wpa_supplicant/functions.sh'
|
||||
maybe chmod 0755 'wpa_supplicant/ifupdown.sh'
|
||||
maybe chmod 0600 'wpa_supplicant/wpa_supplicant.conf'
|
||||
maybe chmod 0644 'wpa_supplicant/wpa_supplicant.conf'
|
||||
maybe chmod 0644 'xattr.conf'
|
||||
maybe chmod 0755 'xdg'
|
||||
maybe chmod 0755 'xdg/autostart'
|
||||
|
||||
@@ -1 +1 @@
|
||||
{'host_secret': 'kwgdpsxglkabglrcselwgbxzgjdccindehyefyjejieztqoewmxmaenvqobhaovk', 'server': '192.168.0.99', 'site': 'realm', 'host_name': 'serviceraspi2.realm.local', 'protocol': 'http', 'user': 'caelebfi', 'last_check': 1652859119.0932868, 'installed_aghash': '62f22b645349caaa', 'last_update': 1652710558.1824903, 'last_error': None}
|
||||
{'host_secret': 'kwgdpsxglkabglrcselwgbxzgjdccindehyefyjejieztqoewmxmaenvqobhaovk', 'server': '192.168.0.99', 'site': 'realm', 'host_name': 'serviceraspi2.realm.local', 'protocol': 'http', 'user': 'caelebfi', 'last_check': 1652873606.765886, 'installed_aghash': '62f22b645349caaa', 'last_update': 1652710558.1824903, 'last_error': None}
|
||||
|
||||
@@ -47,6 +47,11 @@ slaac private
|
||||
#static routers=192.168.0.1
|
||||
#static domain_name_servers=192.168.0.1 8.8.8.8 fd51:42f8:caae:d92e::1
|
||||
|
||||
interface wlan0
|
||||
static ip_address=192.168.0.123/24
|
||||
static routers=192.168.0.1
|
||||
static domain_name_servers=192.168.0.28 192.168.0.1
|
||||
|
||||
# It is possible to fall back to a static IP if DHCP fails:
|
||||
# define static profile
|
||||
#profile static_eth0
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
# Generated by resolvconf
|
||||
domain realm.local
|
||||
nameserver 192.168.0.28
|
||||
nameserver 192.168.0.1
|
||||
|
||||
@@ -1,10 +1,5 @@
|
||||
# Generated by resolvconf
|
||||
|
||||
forward-zone:
|
||||
name: "realm.local"
|
||||
forward-addr: 192.168.0.28
|
||||
forward-addr: 192.168.0.1
|
||||
|
||||
forward-zone:
|
||||
name: "."
|
||||
forward-addr: 192.168.0.28
|
||||
|
||||
@@ -1,2 +1,8 @@
|
||||
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
|
||||
update_config=1
|
||||
country=DE
|
||||
|
||||
network={
|
||||
ssid="REALM_NETWORK"
|
||||
psk="EineAlteDummeGanzHatEier"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user