Last active
May 20, 2018 12:54
-
-
Save d1b/0eef43e172670ae503fed33a76849f10 to your computer and use it in GitHub Desktop.
skymesh ppp openwrt / lede configuration
This file contains hidden or 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
config interface 'wan' | |
option ifname 'eth1' | |
option proto 'pppoe' | |
option ipv6 '1' | |
option peerdns '0' | |
option dns '8.8.8.8' | |
option dns '8.8.4.4' | |
option username '[email protected]' | |
option password 'password' | |
config interface 'wan6' | |
option 'ifname' '@wan' | |
option 'proto' 'dhcpv6' | |
option peerdns '0' | |
option dns '2001:4860:4860:0: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment