49392a3472
check for NO_DNSMASQ after config loading
...
Signed-off-by: Stan Domula <stan.domula@smartrac-group.com >
2017-05-08 10:39:47 +02:00
e23fa72487
setting no-dnsmasq will implicitly set no-dns
2017-05-04 13:44:01 +02:00
a09cf82d1d
make --no-dnsmasq usage text shorter
2017-05-04 11:08:22 +02:00
c9b46b213b
add usage for --no-dnsmasq
2017-05-04 11:04:12 +02:00
77e3f5025f
add option to disable dnsmasq handling
2017-05-03 17:39:08 +02:00
4a9f97225a
kill spurious space
2017-01-16 08:35:14 +01:00
d602df3940
add additional hosts file option
2017-01-15 13:54:00 +01:00
37063afcd4
Version 0.4.6
2016-11-26 20:28:57 +02:00
1186d1d80d
Forgot to delete new NATing rule
2016-11-26 20:27:22 +02:00
7146ea8940
Version 0.4.5
2016-11-26 20:19:18 +02:00
0d2f65473b
Improve NATing iptables rule
2016-11-26 20:17:12 +02:00
317d8b8c42
Version 0.4.4
2016-11-26 19:54:04 +02:00
595ea383c2
Broadcom driver can cause kernel panic when used with virtual interface. Blacklist it.
...
Fixes #203
2016-11-26 19:45:11 +02:00
a2c2083d0a
0.4.3
2016-10-30 19:50:39 +01:00
8526fc70c1
Corrected systemd makefile path
2016-10-25 22:27:27 +02:00
0c0a8fabf1
Fixed makefile installation method
2016-10-25 19:43:53 +02:00
f3a77943fa
Release v0.4
2016-10-24 01:10:11 +03:00
5cd3b7dc25
Merge pull request #198 from mid-kid/patch-1
...
Fix grammar error
2016-10-22 19:54:57 +03:00
c250c681a4
Merge pull request #162 from ihavenoface/master
...
Optional MAC address filtering.
2016-10-22 19:53:04 +03:00
cfd0729e1d
Fix grammar error
2016-09-14 17:52:14 +02:00
64d06fb5d4
Release v0.3
2016-09-03 22:45:14 +03:00
0fe6bf8e9f
Enable selection of mac filter location
2016-06-06 03:55:15 +02:00
116a43b6af
Actually point to a filter
2016-06-06 02:54:02 +02:00
1f8fd23292
Fix typo
2016-06-06 02:21:01 +02:00
a59fb343f9
Optional MAC address filtering.
...
Station MAC address -based authentication
Please note that this kind of access control requires a driver that uses
hostapd to take care of management frame processing and as such, this can be
used with driver=hostap or driver=nl80211, but not with driver=atheros.
2016-05-22 21:36:30 +02:00
a7fa8b5880
Revert "Add 'managed' virtual interface instead of '__ap', hostapd will change it anyway"
...
This reverts commit ec0df440f8 .
Some adapters can have only one 'managed' and one '__ap'.
2016-05-15 11:24:36 +03:00
33f0d4fe72
802.11d & readme
...
Enable country-code broadcasting (80211d) when a country’s provided.
Other minor fix.
2016-05-01 23:13:04 +01:00
c386aaeff5
wrap -x into [[ ]]
2016-04-13 15:16:43 +03:00
0b87fde89c
Try to detect hostapd early to prevent passing zero arguments to strings
...
In case hostapd is not installed, strings got stuck trying to read stdin.
2016-04-12 18:13:43 +03:00
6def36360a
802.11ac support
...
Adds support to 802.11ac
2016-04-04 19:02:18 +01:00
73bdb2f7c7
Set country code before we call can_transmit_to_channel
...
Fix #148
2016-03-25 14:48:01 +02:00
f9a9201578
Do not die on cleanup
2016-03-20 17:48:37 +02:00
0a16ea512d
dnsmasq now uses 5353 port and we redirect requests from 53 to 5353.
...
Fixes #96
2016-03-20 14:53:57 +02:00
238c12e672
iptables: Wait for xtables lock
2016-03-20 14:53:57 +02:00
490beafe5c
fixed small typo
2016-03-11 19:24:14 +01:00
69541cb2bc
Send SIGHUP to NetworkManager to reload its config
2016-02-13 22:04:56 +02:00
059b447aca
Set interface as unmanaged even if NetworkManager is not running
...
Fix #137
2016-01-21 21:09:22 +02:00
d0221c90f3
Hide nmcli errors
2015-12-10 19:02:52 +02:00
a9253ae0fe
Added some functions
...
create_ap can now redirect all web requests to the access point (useful when running a web server) and pass debug argument -d or -dd to hostapd. It also doesn't act funny with applications running it that redirect stdout (delayed output).
enjoy :)
2015-10-28 17:56:39 +01:00
c022c88551
Release version 0.2
...
Close #115
2015-10-25 21:29:13 +02:00
ecb3088c7e
Turn off power saving
...
Fixes #113
2015-10-17 17:12:28 +03:00
f0e46e8d3c
Add --isolate-clients option
2015-09-28 14:36:17 +10:00
7aa5398548
DHCP DNS option forced for no-dns or custom dns servers
2015-09-21 11:22:14 +02:00
dd7f801f73
dnsmasq: Use dhcp-option-force instead of dhcp-option
2015-09-20 15:50:41 +03:00
348b6e728a
Send MTU via DHCP
...
Fix #108
2015-09-20 12:17:48 +03:00
38ebab2122
openSUSE's apparmor does not allow dnsmasq to read files, remove restriction.
...
Fix #103
2015-09-02 00:13:59 +03:00
77ef5e992b
Revert "Make dnsmasq.conf readable from everyone"
...
This reverts commit d19aaa2f56 .
2015-09-02 00:13:59 +03:00
b359b899e8
Merge pull request #100 from wsxarcher/master
...
Option to disable DNS server
2015-08-31 14:52:59 +03:00
853d9f7306
Option to disable DNS server
2015-08-31 10:40:47 +02:00
d19aaa2f56
Make dnsmasq.conf readable from everyone
...
Fix #103
2015-08-17 20:16:26 +03:00