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
| interfaces { | |
| ethernet eth0 { | |
| address x.x.x.50/30 | |
| duplex auto | |
| hw-id 00:0c:29:8e:f1:58 | |
| smp_affinity auto | |
| speed auto | |
| } | |
| ethernet eth2 { | |
| address 172.31.1.50/16 |
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
| /** | |
| * Google ドキュメントのフォームから投稿があったら確認メールを自動返信する(日本語版) | |
| * English version will be available later. | |
| * | |
| * @author Masunaga Ray ( http://www.msng.info/ ) | |
| * @instruction http://www.msng.info/archives/2012/04/google-docs-auto-reply.php | |
| */ | |
| function sendConfirmation() { | |
| try { | |
| var ss = SpreadsheetApp.getActiveSpreadsheet(); |