Arduino Yun cheat sheet: Difference between revisions

Line 1,026: Line 1,026:


Luci 使えば簡単だった。
Luci 使えば簡単だった。
<syntaxhighlight lang="bash" enclose="div">
config 'interface' 'wan'
        option gateway '192.168.1.1'
        option dns    '192.168.1.1'
</syntaxhighlight>


= Security =
= Security =