You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ Set Linux as router in one command. Able to provide Internet, or create WiFi hot
4
4
5
5
It wraps `iptables`, `dnsmasq` etc. stuff. Use in one command, restore in one command or by `control-c` (or even by closing terminal window).
6
6
7
-
[More tools and projects 🛠️](https://garywill.github.io) | [🍻 Buy me a coffee ❤️](https://github.com/garywill/receiving/blob/master/receiving_methods.md)
7
+
[📰 News & Developer Notes](https://github.com/garywill/linux-router/issues/28) | [More tools and projects 🛠️](https://garywill.github.io) | [🍻 Buy me a coffee ❤️](https://github.com/garywill/receiving/blob/master/receiving_methods.md)
8
8
9
9
## Features
10
10
@@ -23,7 +23,7 @@ Basic features:
23
23
- Create AP on the same interface you are getting Internet (usually require same channel)
24
24
- Transparent proxy (redsocks)
25
25
- Transparent DNS proxy (hijack port 53 packets)
26
-
-Compatible with NetworkManager (automatically set interface as unmanaged)
26
+
-Detect NetworkManager and make sure it won't interfere (handle interface (un)managed status)
27
27
- You can run many instances, to create many different networks. Has instances managing feature.
28
28
29
29
**For many other features, see below [CLI usage](#cli-usage-and-other-features)**
@@ -388,11 +388,11 @@ Options:
388
388
389
389
## What changes are done to Linux system
390
390
391
-
On exit of a linux-router instance, script **will do cleanup**, i.e. undo most changes to system. Though, **some** changes will **not** be undone, which are:
391
+
On exit of a linux-router instance, script **will do cleanup**, i.e. undo most changes to system. Though, **some** changes (if needed) will **not** be undone, which are:
392
392
393
393
1.`/proc/sys/net/ipv4/ip_forward = 1` and `/proc/sys/net/ipv6/conf/all/forwarding = 1`
394
-
2. dnsmasq (if used) in Apparmor complain mode
395
-
3. hostapd (if used) in Apparmor complain mode
394
+
2. dnsmasq in Apparmor complain mode
395
+
3. hostapd in Apparmor complain mode
396
396
4. Kernel module `nf_nat_pptp` loaded
397
397
5. The wifi device which is used to create hotspot is `rfkill unblock`ed
398
398
6. WiFi country code, if user assigns
@@ -415,7 +415,7 @@ On exit of a linux-router instance, script **will do cleanup**, i.e. undo most c
415
415
416
416
<details>
417
417
418
-
-Compatibility with firewalld
418
+
-Detect firewalld and make sure it won't interfere our interface
0 commit comments