hello world

This commit is contained in:
evilsocket
2019-09-19 15:15:46 +02:00
commit 0fdc2b6d9f
55 changed files with 5471 additions and 0 deletions

View File

@ -0,0 +1,14 @@
auto lo
iface lo inet loopback
allow-hotplug wlan0
iface wlan0 inet static
allow-hotplug usb0
iface usb0 inet static
address 10.0.0.2
netmask 255.255.255.0
network 10.0.0.0
broadcast 10.0.0.255
gateway 10.0.0.1