-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
make homenode configindpendent of exit node ips. see sudomesh/bugs#23 …
- Loading branch information
jhpoelen
committed
Mar 21, 2018
1 parent
ae17214
commit a3b243e
Showing
6 changed files
with
28 additions
and
54 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 0 additions & 3 deletions
3
configs/ar71xx/home_nodes/templates/files/etc/sudomesh/home_node
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
a3b243e
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome changes to udhcpc.user!
I tried looking up the documentation for the
dns
option in /etc/config/network, but there doesn't appear to be any (see https://openwrt.org/docs/guide-user/base-system/basic-networking). Do you know anything about the meaning of this option? Is it totally bogus? Was it being used to store info in uci config that is read by our own scripts elsewhere?a3b243e
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Intuitively, it would set the dns server used to resolve name through that interface, but I didn't look for far for documentation. Removing the settings doesn't seem to affect the functioning of the home node as far as I can tell.