Page 282 - 2020학년도 MDP과제발표회 자료집 (통신과) (3)
P. 282

//  Default,  when  address  config  is  left  out,  is  "localhost"
                   port:  8080,
                   ipWhitelist:  ["127.0.0.1",  "::ffff:127.0.0.1",  "::1"],  //  Set  []  to  allow  all  IP
            addresses

                                                                                                                                 //  or  add  a  specific  IPv4
            of  192.168.1.5  :
                                                                                                                                 //  ["127.0.0.1",
            "::ffff:127.0.0.1",  "::1",  "::ffff:192.168.1.5"],
                                                                                                                                 //  or  IPv4  range  of

            192.168.3.0  -->  192.168.3.15  use  CIDR  format  :
                                                                                                                                 //  ["127.0.0.1",
            "::ffff:127.0.0.1",  "::1",  "::ffff:192.168.3.0/28"],
                   language:  "en",
                   timeFormat:  24,

                   units:  "metric",
                   modules:  [
                          {
                                 module:  "alert",
                          },

                          {
                                 module:  "updatenotification",
                                 position:  "top_bar"
                          },
                          {

                                 module:  "clock",
                                 position:  "top_left"
                          },
                          {
                                 module:  "calendar",

                                 header:  " 쉴  수  있는  Holidays",
                                 position:  "top_left",
                                 config:  {
                                         calendars:  [
                                                {

                                                       symbol:  "calendar-check",
                                                       u                 r                 l                 :
            "webcal://www.calendarlabs.com/ical-calendar/ics/76/US_Holidays.ics"
                          }
                                         ]

                                 }
                          },


                                                         -  293  -
   277   278   279   280   281   282   283   284   285   286   287