{% extends 'sunetse/haproxy_sunetse_base.j2' %} {% from "common/haproxy_macros.j2" import bind_ip_tls, web_security_options, acme_challenge, csp %} {% block frontend %} frontend {{ site_name }} {{ bind_ip_tls(bind_ips, 443, tls_certificate_bundle) }} timeout http-request 10s timeout http-keep-alive 4s option forwardfor http-request set-header X-Forwarded-Proto https {{ web_security_options(['no_cache', 'block_xss', 'hsts', 'no_sniff']) }} {{ acme_challenge(letsencrypt_server) }} ## defines for hosts acl host_swamid hdr_reg(host) -i ^(www\.)?swamid\.se$ acl host_wiki_swamid hdr_reg(host) -i ^wiki\.swamid\.se$ acl host_eduroam hdr_reg(host) -i ^(www\.)?eduroam\.se$ acl host_sunet hdr_reg(host) -i ^(www\.)?sunet\.se$ acl host_lms_sunet hdr_reg(host) -i ^lms\.sunet\.se$ acl host_sunetdagarna hdr_reg(host) -i ^(www\.)?sunetdagarna\.se$ ## General redirects acl url_ping path /ping acl url_root path / acl req_head method HEAD # dos with specific user-agent acl user_adam hdr(user-agent) -i snapchat.com/add/adam.kindvall http-request deny deny_status 200 if user_adam # /ping http-request deny deny_status 200 if host_sunet url_ping # rate limiting for head requests stick-table type ip size 100k expire 30s store http_req_rate(10s) http-request track-sc0 src acl too_many_requests sc_http_req_rate(0) gt 50 http-request deny deny_status 429 if url_root req_head too_many_requests # deny (200) all head request for / http-request deny deny_status 200 if url_root req_head ## Redirects for eduroam acl url_eduroam path_beg /eduroam http-request redirect location https://www.sunet.se/services/nat/eduroam if host_eduroam http-request redirect location https://www.sunet.se/services/nat/eduroam if host_sunet url_eduroam ## Redirects for swamid acl url_swamid_incident path_beg /incident acl url_swamid_community path_beg /community-consultation acl url_swamid_getting_started path_beg /getting-started acl url_swamid_policy path_beg /policy acl url_swamid_policy_eduroam path_beg /policy/technology/eduroam acl url_swamid_policy_saml path_beg /policy/technology/saml acl url_swamid_policy_al1 path_beg /policy/assurance/al1 acl url_swamid_policy_al2 path_beg /policy/assurance/al2 acl url_swamid_policy_al3 path_beg /policy/assurance/al3 acl url_swamid_policy_mdrps path_beg /policy/mdrps acl url_swamid path_beg /swamid acl url_swamid_kontakt path_beg /swamid/kontakt http-request redirect location https://wiki.sunet.se/display/SWAMID/SWAMID+Incident+Management+Procedures if host_swamid url_swamid_incident http-request redirect location https://wiki.sunet.se/display/SWAMID/SWAMID+Consultations if host_swamid url_swamid_community http-request redirect location https://wiki.sunet.se/display/SWAMID/Getting+Started+with+SWAMID if host_swamid url_swamid_getting_started http-request redirect location https://wiki.sunet.se/display/SWAMID/eduroam+Technology+Profile if host_swamid url_swamid_policy_eduroam http-request redirect location https://wiki.sunet.se/display/SWAMID/SAML+WebSSO+Technology+Profile if host_swamid url_swamid_policy_saml http-request redirect location https://wiki.sunet.se/display/SWAMID/Identity+Assurance+Level+1+Profile if host_swamid url_swamid_policy_al1 http-request redirect location https://wiki.sunet.se/display/SWAMID/Identity+Assurance+Level+2+Profile if host_swamid url_swamid_policy_al2 http-request redirect location https://wiki.sunet.se/display/SWAMID/Identity+Assurance+Level+3+Profile if host_swamid url_swamid_policy_al3 http-request redirect location https://wiki.sunet.se/display/SWAMID/SWAMID+eduGAIN+Metadata+Registration+Practice+Statement if host_swamid url_swamid_policy_mdrps http-request redirect location https://wiki.sunet.se/display/SWAMID/SWAMID+Policy if host_swamid url_swamid_policy http-request redirect location https://wiki.sunet.se/display/SWAMID if host_swamid http-request redirect location https://wiki.sunet.se/display/SWAMID if host_wiki_swamid http-request redirect location https://wiki.sunet.se/display/SWAMID/Contact+SWAMID if host_sunet url_swamid_kontakt http-request redirect location https://wiki.sunet.se/display/SWAMID if host_sunet url_swamid ## Redirects for sunet acl url_sunet_net_policy path_beg /policy-for-tillaten-anvandning acl url_sunet_cert_2350 path_beg /sunet-cert-rfc-2350-profile acl url_sunet_portalpriser path_beg /portalpriser.pdf acl url_sunet_molnet_policy path_beg /tjanster/molnportal acl url_sunet_snc path_beg /snc http-request redirect location https://wiki.sunet.se/pages/viewpage.action?pageId=59572260 if host_lms_sunet #http-request redirect location https://eu01events.zoom.us/ev/Am3l_EqP5rTwqgwT_GPlwpThTY9DFKP8HgwDLEwAVFSXrjrF5Eg8~AggLXsr32QYFjq8BlYLZ5I06Dg if host_sunetdagarna #http-request redirect location https://registration.invajo.com/2d97d036-e9cf-49be-bf6a-ba2aca5b99a5 if host_sunetdagarna http-request redirect location https://wiki.sunet.se/pages/viewpage.action?pageId=229814010 if host_sunetdagarna http-request redirect location https://sunet.se/services/molnbaserade-tjanster/virtuella-servrar if host_sunet url_sunet_molnet_policy http-request redirect location https://www.sunet.se/om-sunet/policy-for-tillaten-anvandning-och-etiska-regler if host_sunet url_sunet_net_policy http-request redirect location https://wiki.sunet.se/display/OperativtSakerhetscenter/SUNET+CERT+RFC+2350+PROFILE if host_sunet url_sunet_cert_2350 http-request redirect location https://sunet.se/wp-content/uploads/2019/09/Prislista-Molntja%%CC%%88nster.pdf if host_sunet url_sunet_portalpriser http-request redirect location https://sunet.se/om-sunet/snc-project/ if host_sunet url_sunet_snc # Redirects for old sunet blog acl url_sunet_blog_1 path_beg /case/praktikfall-ett-radioteleskop-kommer-sallan-ensamt http-request redirect location https://sunet.se/wp-content/uploads/2020/11/Praktikfall-Ett-radioteleskop-kommer-sa%%CC%%88llan-ensamt-SUNET-2018-04-18.pdf if host_sunet url_sunet_blog_1 acl url_sunet_blog_2 path_beg /case/det-svenska-tidslagret-och-varfor-du-behover-det http-request redirect location https://sunet.se/wp-content/uploads/2020/11/Praktikfall-Det-svenska-tidslagret-och-varfo%%CC%%88r-du-beho%%CC%%88ver-det-SUNET-2018-02-08.pdf if host_sunet url_sunet_blog_2 acl url_sunet_blog_3 path_beg /case/praktikfall-tradlosa-nat-as-pa-su http-request redirect location https://sunet.se/wp-content/uploads/2020/11/Praktikfall-Tra%%CC%%8Adlo%%CC%%88sa-na%%CC%%88t-%%E2%%80%%93-AS-pa%%CC%%8A-SU-SUNET-2017-11-29.pdf if host_sunet url_sunet_blog_3 acl url_sunet_blog_4 path_beg /blogg/dns-och-dnssec-utan-facksnack http-request redirect location https://sunet.se/wp-content/uploads/2020/11/DNS-och-DNSSEC-utan-facksnack-SUNET-2018-01-30.pdf if host_sunet url_sunet_blog_4 acl url_sunet_blog_6 path_beg /blogg/sunet-i-hongkong http-request redirect location https://sunet.se/wp-content/uploads/2020/11/SUNET-i-Hongkong-SUNET-2017-09-20.pdf if host_sunet url_sunet_blog_6 acl url_sunet_blog_5 path_beg /blogg/sa-arbetar-noc http-request redirect location https://sunet.se/wp-content/uploads/2020/11/Sa%%CC%%8A-arbetar-NOC-SUNET-2017-11-13.pdf if host_sunet url_sunet_blog_5 acl url_sunet_blog_7 path_beg /blogg/sunets-handbok-i-informations-och-it-sakerhet/ http-request redirect location https://sunet.se/wp-content/uploads/2020/11/SUNETs-handbok-i-informations-och-IT-sa%%CC%%88kerhet-SUNET-2017-09-01.pdf if host_sunet url_sunet_blog_7 acl url_sunet_blog_8 path_beg /blogg/den-okanda-hasten-fran-troja/ http-request redirect location https://sunet.se/wp-content/uploads/2020/11/Den-o%%CC%%88ka%%CC%%88nda-ha%%CC%%88sten-fra%%CC%%8An-Troja-SUNET-2017-07-31.pdf if host_sunet url_sunet_blog_8 acl url_sunet_blog_9 path_beg /blogg/redundans-ar-allt/ http-request redirect location https://sunet.se/wp-content/uploads/2020/11/Redundans-a%%CC%%88r-allt-SUNET-2017-07-03.pdf if host_sunet url_sunet_blog_9 acl url_sunet_blog_10 path_beg /blogg/snic-snack/ http-request redirect location https://sunet.se/wp-content/uploads/2020/11/SNIC-snack-SUNET-2017-06-02.pdf if host_sunet url_sunet_blog_10 acl url_sunet_blog_11 path_beg /blogg/we-are-at-the-forefront/ http-request redirect location https://sunet.se/wp-content/uploads/2020/11/Maria-Ha%%CC%%88ll-We-are-at-the-Forefront-SUNET-2017-04-13.pdf if host_sunet url_sunet_blog_11 acl url_sunet_blog_12 path_beg /blogg/we-have-liftoff-del-5-av-2/ http-request redirect location https://sunet.se/wp-content/uploads/2020/11/We-have-liftoff-Del-5-av-2-SUNET-2017-05-03.pdf if host_sunet url_sunet_blog_12 acl url_sunet_blog_13 path_beg /blogg/we-have-liftoff-del-4-av-2/ http-request redirect location https://sunet.se/wp-content/uploads/2020/11/We-have-liftoff-Del-4-av-2-SUNET-2017-02-22.pdf if host_sunet url_sunet_blog_13 acl url_sunet_blog_14 path_beg /blogg/we-have-liftoff-del-3-av-2/ http-request redirect location https://sunet.se/wp-content/uploads/2020/11/We-have-liftoff-Del-3-av-2-SUNET-2017-01-30.pdf if host_sunet url_sunet_blog_14 acl url_sunet_blog_15 path_beg /blogg/we-have-liftoff-del-2-av-2/ http-request redirect location https://sunet.se/wp-content/uploads/2020/11/We-have-liftoff-Del-2-av-2-SUNET-2017-01-09.pdf if host_sunet url_sunet_blog_15 acl url_sunet_blog_16 path_beg /blogg/we-have-liftoff-del-1-av-2/ http-request redirect location https://sunet.se/wp-content/uploads/2020/11/We-have-liftoff-Del-1-av-2-SUNET-2016-12-16.pdf if host_sunet url_sunet_blog_16 acl url_sunet_blog_17 path_beg /blogg/long-read-cleanliness-is-a-virtue/ http-request redirect location https://sunet.se/wp-content/uploads/2020/11/Long-Read-%%E2%%80%%93-Cleanliness-is-a-Virtue-SUNET-2016-09-20.pdf if host_sunet url_sunet_blog_17 acl url_sunet_blog_18 path_beg /blogg/langlasning-folja-fiber-fran-tulegatan-till-stockholms-universitet/ http-request redirect location https://sunet.se/wp-content/uploads/2020/11/La%%CC%%8Angla%%CC%%88sning-Fo%%CC%%88lja-fiber-%%E2%%80%%93-fra%%CC%%8An-Tulegatan-till-Stockholms-universitet-SUNET-2016-08-26.pdf if host_sunet url_sunet_blog_18 acl url_sunet_blog_19 path_beg /blogg/topologier/ http-request redirect location https://sunet.se/wp-content/uploads/2020/11/Topologier-One-ring-to-rule-them-all-SUNET-2016-05-24.pdf if host_sunet url_sunet_blog_19 acl url_sunet_blog_20 path_beg /blogg/long-read-how-to-design-a-fibre-optic-network/ http-request redirect location https://sunet.se/wp-content/uploads/2020/11/Long-read-How-to-Design-a-Fibre-Optic-Network-SUNET-2016-05-05.pdf if host_sunet url_sunet_blog_20 acl url_sunet_blog_21 path_beg /blogg/forsta-dellanken-i-nya-sunet-ar-igang/ http-request redirect location https://sunet.se/wp-content/uploads/2020/11/Fo%%CC%%88rsta-della%%CC%%88nken-i-Nya-SUNET-a%%CC%%88r-iga%%CC%%8Ang-SUNET-2016-02-19.pdf if host_sunet url_sunet_blog_21 acl url_sunet_blog_22 path_beg /blogg/spektrumanalysatorn-grundlaggande-om/ http-request redirect location https://sunet.se/wp-content/uploads/2020/11/Grundla%%CC%%88ggande-om-spektrumanalysatorn-SUNET-2016-02-17.pdf if host_sunet url_sunet_blog_22 acl url_sunet_blog_23 path_beg /blogg/otdr-grundlaggande-om/ http-request redirect location https://sunet.se/wp-content/uploads/2020/11/Grundla%%CC%%88ggande-om-OTDR-SUNET-2016-02-15.pdf if host_sunet url_sunet_blog_23 acl url_sunet_blog_24 path_beg /blogg/distribuerad-forstarkning-grundlaggande-om/ http-request redirect location https://sunet.se/wp-content/uploads/2020/11/Grundla%%CC%%88ggande-om-distribuerad-fo%%CC%%88rsta%%CC%%88rkning-SUNET-2017-01-15.pdf if host_sunet url_sunet_blog_24 acl url_sunet_blog_25 path_beg /blogg/dampning-och-forstarkning-grundlaggande-om/ http-request redirect location https://sunet.se/wp-content/uploads/2020/11/Grundla%%CC%%88ggande-om-da%%CC%%88mpning-och-fo%%CC%%88rsta%%CC%%88rkning-SUNET-2016-01-14.pdf if host_sunet url_sunet_blog_25 acl url_sunet_blog_26 path_beg /blogg/l-bandet-grundlaggande-om/ http-request redirect location https://sunet.se/wp-content/uploads/2020/11/Grundla%%CC%%88ggande-om-L-bandet-SUNET-2016-01-14.pdf if host_sunet url_sunet_blog_26 acl url_sunet_blog_27 path_beg /blogg/c-bandet-grundlaggande-om/ http-request redirect location https://sunet.se/wp-content/uploads/2020/11/Grundla%%CC%%88ggande-om-C-bandet-SUNET-2016-01-14.pdf if host_sunet url_sunet_blog_27 acl url_sunet_blog_28 path_beg /blogg/cern-krossen-som-slar-sonder-materiens-minsta-byggstenar/ http-request redirect location https://sunet.se/wp-content/uploads/2020/11/CERN-%%E2%%80%%93-krossen-som-sla%%CC%%8Ar-so%%CC%%88nder-materiens-minsta-byggstenar-SUNET-2016-01-12.pdf if host_sunet url_sunet_blog_28 acl url_sunet_blog_29 path_beg /blogg/belastningsdiagram-grundlaggande-om/ http-request redirect location https://sunet.se/wp-content/uploads/2020/11/Grundla%%CC%%88ggande-om-belastningsdiagram-SUNET-2015-12-19.pdf if host_sunet url_sunet_blog_29 acl url_sunet_blog_30 path_beg /blogg/atomur-grundlaggande-om/ http-request redirect location https://sunet.se/wp-content/uploads/2020/11/Grundla%%CC%%88ggande-om-atomur-SUNET-2015-12-19.pdf if host_sunet url_sunet_blog_30 acl url_sunet_blog_31 path_beg /blogg/fiberkontakter-en-hel-massa-standarder/ http-request redirect location https://sunet.se/wp-content/uploads/2020/11/Fiberkontakter-%%E2%%80%%93-en-hel-massa-standarder-SUNET-2015-12-04.pdf if host_sunet url_sunet_blog_31 acl url_sunet_blog_32 path_beg /blogg/geant-grundlaggande-om/ http-request redirect location https://sunet.se/wp-content/uploads/2020/11/Grundla%%CC%%88ggande-om-GE%%CC%%81ANT-SUNET-2015-11-26.pdf if host_sunet url_sunet_blog_32 acl url_sunet_blog_33 path_beg /blogg/decibel-grundlaggande-om/ http-request redirect location https://sunet.se/wp-content/uploads/2020/11/Grundla%%CC%%88ggande-om-decibel-SUNET-2016-01-14.pdf if host_sunet url_sunet_blog_33 acl url_sunet_blog_34 path_beg /blogg/switch-grundlaggande-om/ http-request redirect location https://sunet.se/wp-content/uploads/2020/11/Grundla%%CC%%88ggande-om-switch-SUNET-2015-11-10.pdf if host_sunet url_sunet_blog_34 acl url_sunet_blog_35 path_beg /blogg/router-grundlaggande-om/ http-request redirect location https://sunet.se/wp-content/uploads/2020/11/Grundla%%CC%%88ggande-om-router-SUNET-2015-11-10.pdf if host_sunet url_sunet_blog_35 acl url_sunet_blog_36 path_beg /blogg/kvarts-grundlaggande-om/ http-request redirect location https://sunet.se/wp-content/uploads/2020/11/Grundla%%CC%%88ggande-om-kvarts-SUNET-2015-11-10.pdf if host_sunet url_sunet_blog_36 acl url_sunet_blog_37 path_beg /blogg/foton-grundlaggande-om/ http-request redirect location https://sunet.se/wp-content/uploads/2020/11/Grundla%%CC%%88ggande-om-foton-SUNET-2015-11-10.pdf if host_sunet url_sunet_blog_37 acl url_sunet_blog_38 path_beg /blogg/i-morkret-ar-alla-katter-infraroda/ http-request redirect location https://sunet.se/wp-content/uploads/2020/11/I-mo%%CC%%88rkret-a%%CC%%88r-alla-katter-infraro%%CC%%88da-SUNET-2015-11-04.pdf if host_sunet url_sunet_blog_38 acl url_sunet_blog_39 path_beg /blogg/fibertyperna-i-natet-och-deras-optiska-felaktigheter/ http-request redirect location https://sunet.se/wp-content/uploads/2020/11/Fibertyperna-i-na%%CC%%88tet-och-deras-optiska-felaktigheter-SUNET-2015-10-29.pdf if host_sunet url_sunet_blog_39 acl url_sunet_blog_40 path_beg /blogg/vad-ar-klockan-egentligen/ http-request redirect location https://sunet.se/wp-content/uploads/2020/11/Vad-a%%CC%%88r-klockan-egentligen-SUNET-2015-10-21.pdf if host_sunet url_sunet_blog_40 acl url_sunet_blog_41 path_beg /blogg/natets-centrum/ http-request redirect location https://sunet.se/wp-content/uploads/2020/11/Na%%CC%%88tets-centrum-SUNET-2015-10-20.pdf if host_sunet url_sunet_blog_41 acl url_sunet_blog_42 path_beg /blogg/den-optiska-transceivern/ http-request redirect location https://sunet.se/wp-content/uploads/2020/11/Den-optiska-transceivern-SUNET-2015-10-17.pdf if host_sunet url_sunet_blog_42 acl url_sunet_blog_43 path_beg /blogg/polarisation-och-informationsoverforing/ http-request redirect location https://sunet.se/wp-content/uploads/2020/11/Polarisation-och-informationso%%CC%%88verfo%%CC%%88ring-SUNET-2015-10-01.pdf if host_sunet url_sunet_blog_43 acl url_sunet_blog_44 path_beg /blogg/laserns-historia/ http-request redirect location https://sunet.se/wp-content/uploads/2020/11/Laserns-historia-SUNET-2015-09-30.pdf if host_sunet url_sunet_blog_44 acl url_sunet_blog_45 path_beg /blogg/koherent-ljus-vad-ar-det/ http-request redirect location https://sunet.se/wp-content/uploads/2020/11/Koherent-ljus-vad-a%%CC%%88r-det-SUNET-2015-09-28.pdf if host_sunet url_sunet_blog_45 acl url_sunet_blog_46 path_beg /blogg/sunet-nu-annu-battre/ http-request redirect location https://sunet.se/wp-content/uploads/2020/11/SUNET-%%E2%%80%%93-nu-a%%CC%%88nnu-ba%%CC%%88ttre-SUNET-2015-09-16.pdf if host_sunet url_sunet_blog_46 acl url_sunet_blog_47 path_beg /blogg/fibern-fruktar-fukten/ http-request redirect location https://sunet.se/wp-content/uploads/2020/11/Fibern-fruktar-fukten-SUNET-2015-09-11.pdf if host_sunet url_sunet_blog_47 acl url_sunet_blog_48 path_beg /blogg/att-fa-kontakt/ http-request redirect location https://sunet.se/wp-content/uploads/2020/11/Att-fa%%CC%%8A-kontakt-SUNET-2015-09-11.pdf if host_sunet url_sunet_blog_48 acl url_sunet_blog_49 path_beg /blogg/sa-tillverkas-optisk-fiber/ http-request redirect location https://sunet.se/wp-content/uploads/2020/11/Sa%%CC%%8A-tillverkas-optisk-fiber-SUNET-2015-08-31.pdf if host_sunet url_sunet_blog_49 acl url_sunet_blog_50 path_beg /blogg/artikel-emc-emi-emp/ http-request redirect location https://sunet.se/wp-content/uploads/2020/11/EMC-%%E2%%80%%93-EMI-%%E2%%80%%93-EMP-SUNET-2015-09-31.pdf if host_sunet url_sunet_blog_50 acl url_sunet_blog_51 path_beg /blogg/glasbiten-som-gav-nobelpris/ http-request redirect location https://sunet.se/wp-content/uploads/2020/11/Glasbiten-som-gav-nobelpris-SUNET-2015-08-21.pdf if host_sunet url_sunet_blog_51 acl url_sunet_blog_52 path_beg /blogg/megabit-pa-langden-och-tvaren/ http-request redirect location https://sunet.se/wp-content/uploads/2020/11/Megabit-pa%%CC%%8A-la%%CC%%88ngden-och-tva%%CC%%88ren-SUNET-2015-09-21.pdf if host_sunet url_sunet_blog_52 acl url_sunet_blog_53 path_beg /blogg/langartikel-fibern-fran-frostmofjallet/ http-request redirect location https://sunet.se/wp-content/uploads/2020/11/Fibern-fra%%CC%%8An-Frostmofja%%CC%%88llet-SUNET-2015-08-21.pdf if host_sunet url_sunet_blog_53 acl url_sunet_blog_54 path_beg /blogg/upphandling-av-optiskt-nat-nar-allt-bara-flyter-pa/ http-request redirect location https://sunet.se/wp-content/uploads/2020/11/Upphandling-av-optiskt-na%%CC%%88t-%%E2%%80%%93-na%%CC%%88r-allt-bara-flyter-pa%%CC%%8A-SUNET-2015-07-25.pdf if host_sunet url_sunet_blog_54 acl url_sunet_blog_55 path_beg /blogg/optasense-nar-fiber-blir-sensorer/ http-request redirect location https://sunet.se/wp-content/uploads/2020/11/OptaSense-%%E2%%80%%93-na%%CC%%88r-fiber-blir-sensorer-SUNET-2015-07-03.pdf if host_sunet url_sunet_blog_55 acl url_sunet_blog_56 path_beg /blogg/teknisk-djupdykning-optisk-magi-med-ramanforstarkare/ http-request redirect location https://sunet.se/wp-content/uploads/2020/11/Teknisk-djupdykning-Optisk-magi-med-ramanfo%%CC%%88rsta%%CC%%88rkare-SUNET-2015-07-02.pdf if host_sunet url_sunet_blog_56 acl url_sunet_blog_57 path_beg /blogg/teknisk-utvikning-130-000-fibrer-som-i-en-liten-ask/ http-request redirect location https://sunet.se/wp-content/uploads/2020/11/Teknisk-utvikning-130.000-fibrer-som-i-en-liten-ask-SUNET-2015-07-01.pdf if host_sunet url_sunet_blog_57 acl url_sunet_blog_58 path_beg /blogg/nocen-spekulerar-2-felrapporter/ http-request redirect location https://sunet.se/wp-content/uploads/2020/11/NOCen-spekulerar-2-Felrapporter-SUNET-2015-06-27.pdf if host_sunet url_sunet_blog_58 acl url_sunet_blog_59 path_beg /blogg/nocen-spekulerar-1-hog-belastning/ http-request redirect location https://sunet.se/wp-content/uploads/2020/11/NOCen-spekulerar-1-ho%%CC%%88g-belastning-SUNET-2015-06-26.pdf if host_sunet url_sunet_blog_59 acl url_sunet_blog_60 path_beg /blogg/teknisk-djupdykning-optisk-magi-med-edfa/ http-request redirect location https://sunet.se/wp-content/uploads/2020/11/Teknisk-djupdykning-Optisk-magi-med-EDFA-SUNET-2015-06-22.pdf if host_sunet url_sunet_blog_60 acl url_sunet_blog_61 path_beg /blogg/sa-designar-man-ett-fiberoptiskt-nat/ http-request redirect location https://sunet.se/wp-content/uploads/2020/11/La%%CC%%8Angartikel-Sa%%CC%%8A-designar-man-ett-fiberoptiskt-na%%CC%%88t-SUNET-2015-06-11.pdf if host_sunet url_sunet_blog_61 acl url_sunet_blog_62 path_beg /blogg/1249/ http-request redirect location https://sunet.se/wp-content/uploads/2020/11/La%%CC%%8Angartikel-Vad-som-har-varit-och-vad-som-komma-skall-SUNET-2015-05-19.pdf if host_sunet url_sunet_blog_62 acl url_sunet_blog_63 path_beg /blogg/teknisk-djupdykning-den-mystiska-routerkraschen/ http-request redirect location https://sunet.se/wp-content/uploads/2020/11/Teknisk-djupdykning-den-mystiska-routerkraschen-SUNET-2006-06-11.pdf if host_sunet url_sunet_blog_63 use_backend {{ site_name }}__default {% endblock frontend %}