diff --git a/install-speedify.sh b/install-speedify.sh index 3c06d93..4b91cd7 100755 --- a/install-speedify.sh +++ b/install-speedify.sh @@ -7,4 +7,6 @@ sudo apt-get install speedify /usr/share/speedify/speedify_cli mode streaming /usr/share/speedify/speedify_cli login /usr/share/speedify/speedify_cli connect closest +sudo cp speedify.conf /etc/speedify +sudo service speedify-sharing restart diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..0b3feb6 --- /dev/null +++ b/readme.md @@ -0,0 +1 @@ +edit install-speedify.sh for speedify login credentials and speedify.conf for Access Point name and password diff --git a/speedify.conf b/speedify.conf new file mode 100644 index 0000000..4ea0df9 --- /dev/null +++ b/speedify.conf @@ -0,0 +1,11 @@ +ENABLE_SHARE=1 +SHARE_INTERFACE="wlan0" +INTERFACE_IP="192.168.145.1" +DNS_SERVERS="10.202.0.1,1.1.1.1" +SHARE_WITHOUT_SPEEDIFY=1 +WIFI_INTERFACE="wlan0" +WIFI_SSID="SpeedifyAP" +WIFI_PASSWORD="password" +WIFI_MODE="5" +WIFI_CHANNEL="36" +WIFI_COUNTRY="DE"